Trace number 2663243

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-31OPT4 35.6236 23.0809

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_30_30.r.opb
MD5SUM13fe0c0d776ae7f3e7aff3ed3ce58275
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.083986
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints50
Number of constraints which are clauses50
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 constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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.29	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.29	c See www.sat4j.org for details.
0.17/0.30	c version 2.2.0.v20100531
0.17/0.30	c java.runtime.name	Java(TM) SE Runtime Environment
0.17/0.30	c java.vm.name		Java HotSpot(TM) Server VM
0.17/0.30	c java.vm.version	11.2-b01
0.17/0.30	c java.vm.vendor	Sun Microsystems Inc.
0.17/0.30	c sun.arch.data.model	32
0.17/0.30	c java.version		1.6.0_12
0.17/0.30	c os.name		Linux
0.17/0.30	c os.version		2.6.18-164.el5
0.17/0.30	c os.arch		i386
0.17/0.30	c Free memory 		1393557488
0.17/0.30	c Max memory 		1395916800
0.17/0.30	c Total memory 		1395916800
0.17/0.30	c Number of processors 	2
0.17/0.37	c Pseudo Boolean Optimization
0.17/0.37	c ManyCore solver with 2 solvers running in parallel
0.17/0.37	c --- Begin Solver configuration ---
0.17/0.37	c Stops conflict analysis at the first Unique Implication Point
0.17/0.37	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.17/0.37	c Learn all clauses as in MiniSAT
0.17/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.17/0.37	c Expensive reason simplification
0.17/0.37	c Armin Biere (Picosat) restarts strategy
0.17/0.37	c Glucose learned constraints deletion strategy
0.17/0.37	c timeout=2147483s
0.17/0.37	c DB Simplification allowed=false
0.17/0.37	c --- End Solver configuration ---
0.17/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.17/0.37	c --- Begin Solver configuration ---
0.17/0.37	c Stops conflict analysis at the first Unique Implication Point
0.17/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.17/0.37	c Learn all clauses as in MiniSAT
0.17/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.17/0.37	c No reason simplification
0.17/0.37	c Armin Biere (Picosat) restarts strategy
0.17/0.37	c Glucose learned constraints deletion strategy
0.17/0.37	c timeout=2147483s
0.17/0.37	c DB Simplification allowed=false
0.17/0.37	c --- End Solver configuration ---
0.17/0.37	
0.17/0.37	c solving HOME/instance-2663243-1276595284.opb
0.17/0.37	c reading problem ... 
0.32/0.49	c ... done. Wall clock time 0.125s.
0.32/0.49	c #vars     100
0.32/0.49	c #constraints  50
0.32/0.49	c constraints type 
0.32/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.32/0.49	c constraints type 
0.32/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.47/0.51	c And the winner is Resolution
0.49/1.50	c SATISFIABLE
0.49/1.50	c OPTIMIZING...
0.49/1.50	c Got one! Elapsed wall clock time (in seconds):1.133
0.49/1.50	o 7
0.49/1.51	c And the winner is Resolution
0.53/2.51	c Got one! Elapsed wall clock time (in seconds):2.144
0.53/2.51	o 6
2.87/3.75	c And the winner is CuttingPlanes
2.99/4.55	c Got one! Elapsed wall clock time (in seconds):4.187
2.99/4.55	o 5
3.07/4.65	c cleaning 2500 clauses out of 5002 with flag 5002/5002
3.67/5.00	c cleaning 4249 clauses out of 8503 with flag 11003/11003
4.41/5.38	c cleaning 5627 clauses out of 11257 with flag 18006/18006
5.60/5.95	c cleaning 6809 clauses out of 13624 with flag 26000/26000
6.72/6.55	c cleaning 7905 clauses out of 15815 with flag 35000/35000
8.46/7.47	c cleaning 8954 clauses out of 17913 with flag 45003/45003
10.04/8.22	c cleaning 9477 clauses out of 18957 with flag 55001/55001
11.37/8.90	c cleaning 9738 clauses out of 19481 with flag 65002/65002
12.71/9.60	c cleaning 9868 clauses out of 19741 with flag 75000/75000
13.84/10.22	c cleaning 9934 clauses out of 19873 with flag 85000/85000
14.98/10.89	c cleaning 9967 clauses out of 19940 with flag 95001/95001
16.32/11.57	c cleaning 9982 clauses out of 19972 with flag 105000/105000
17.64/12.28	c cleaning 9997 clauses out of 19997 with flag 115007/115007
18.97/12.90	c cleaning 9991 clauses out of 19995 with flag 125002/125002
19.32/13.13	c And the winner is CuttingPlanes
19.37/13.67	c Got one! Elapsed wall clock time (in seconds):13.307
19.37/13.67	o 4
20.02/14.07	c cleaning 9994 clauses out of 20002 with flag 135000/135000
21.54/14.83	c cleaning 10007 clauses out of 20017 with flag 145009/145009
23.05/15.65	c cleaning 10000 clauses out of 20004 with flag 155003/155003
24.59/16.46	c cleaning 10000 clauses out of 20001 with flag 165000/165000
26.29/17.31	c cleaning 9995 clauses out of 20001 with flag 175000/175000
27.81/18.19	c cleaning 10002 clauses out of 20010 with flag 185004/185004
29.51/19.03	c cleaning 10002 clauses out of 20007 with flag 195003/195003
31.04/19.90	c cleaning 10001 clauses out of 20003 with flag 205001/205001
32.95/20.83	c cleaning 10003 clauses out of 20005 with flag 215004/215004
34.86/21.83	c cleaning 9998 clauses out of 19998 with flag 225000/225000
35.18/22.04	c And the winner is Resolution
35.54/23.05	c starts		: 121
35.54/23.05	c conflicts		: 226683
35.54/23.05	c decisions		: 364870
35.54/23.05	c propagations		: 1764788
35.54/23.05	c inspects		: 45833038
35.54/23.05	c learnt literals	: 4
35.54/23.05	c learnt binary clauses	: 7
35.54/23.05	c learnt ternary clauses	: 21
35.54/23.05	c learnt clauses	: 226678
35.54/23.05	c ignored clauses	: 0
35.54/23.05	c root simplifications	: 0
35.54/23.05	c removed literals (reason simplification)	: 80500
35.54/23.05	c reason swapping (by a shorter reason)	: 0
35.54/23.05	c Calls to reduceDB	: 24
35.54/23.05	c number of reductions to clauses (during analyze)	: 0
35.54/23.05	c number of learned constraints concerned by reduction	: 0
35.54/23.05	c number of learning phase by resolution	: 0
35.54/23.05	c number of learning phase by cutting planes	: 0
35.54/23.05	c speed (assignments/second)	: 188143.71002132195
35.54/23.05	c non guided choices	0
35.54/23.05	c learnt constraints type 
35.54/23.05	c constraints type 
35.54/23.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
35.54/23.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
35.54/23.05	c constraints type 
35.54/23.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
35.54/23.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
35.54/23.05	s OPTIMUM FOUND
35.54/23.05	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 
35.54/23.05	c objective function=4
35.54/23.05	c Total wall clock time (in seconds): 22.69

Verifier Data

OK	4

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/105 10686
/proc/meminfo: memFree=1454572/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=428 CPUtime=0
/proc/10686/stat : 10686 (java6) D 10684 10686 2312 0 -1 4194304 120 0 1 0 0 0 0 0 25 0 1 0 822255 438272 40 1992294400 134512640 134550932 4287096064 18446744073709551615 5176487 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/10686/statm: 107 40 32 10 0 25 0

[startup+0.0704771 s]
/proc/loadavg: 0.99 0.98 0.99 2/105 10686
/proc/meminfo: memFree=1454572/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=13164 CPUtime=0.01
/proc/10686/stat : 10686 (java) D 10684 10686 2312 0 -1 4194304 704 0 29 0 0 1 0 0 25 0 1 0 822255 13479936 324 1992294400 134512640 134550932 4291580560 18446744073709551615 5133947 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 4
/proc/10686/statm: 3291 324 141 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.101506 s]
/proc/loadavg: 0.99 0.98 0.99 2/105 10686
/proc/meminfo: memFree=1454572/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=13912 CPUtime=0.02
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 1187 0 36 0 0 2 0 0 25 0 2 0 822255 14245888 670 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 3478 670 338 10 0 1206 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13912

[startup+0.300497 s]
/proc/loadavg: 0.99 0.98 0.99 2/105 10686
/proc/meminfo: memFree=1454572/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1524480 CPUtime=0.17
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 4354 0 86 0 12 5 0 0 25 0 12 0 822255 1561067520 3878 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 381120 3878 1215 10 0 378423 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1524480

[startup+0.700535 s]
/proc/loadavg: 0.99 0.98 0.99 2/105 10686
/proc/meminfo: memFree=1454572/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1527728 CPUtime=0.49
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 5552 0 86 0 43 6 0 0 25 0 14 0 822255 1564393472 5075 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 381932 5075 1371 10 0 379235 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1527728

[startup+1.50163 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 10702
/proc/meminfo: memFree=1428888/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1527728 CPUtime=0.49
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 5553 0 86 0 43 6 0 0 25 0 14 0 822255 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 381932 5076 1371 10 0 379235 0
[pid=10686/tid=10688] ppid=10684 vsize=1527728 CPUtime=0.34
/proc/10686/task/10688/stat : 10688 (java) R 10684 10686 2312 0 -1 4202560 3834 0 53 0 30 4 0 0 18 0 14 0 822263 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4109028833 0 4 0 16800975 0 0 0 -1 1 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 14 0 822266 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 822266 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 822270 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 14 0 822270 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 822270 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 822277 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1527728 CPUtime=0.04
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 119 0 0 0 4 0 0 0 24 0 14 0 822277 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1527728 CPUtime=0.07
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 477 0 0 0 7 0 0 0 24 0 14 0 822277 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 822277 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 822277 1564393472 5076 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 822306 1564393472 5077 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1527728 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 822306 1564393472 5077 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1527728

[startup+3.10182 s]
/proc/loadavg: 0.99 0.98 0.99 1/119 10704
/proc/meminfo: memFree=1428268/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1531968 CPUtime=1.7
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 8242 0 86 0 162 8 0 0 25 0 16 0 822255 1568735232 7360 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 382992 7382 1425 10 0 380295 0
[pid=10686/tid=10688] ppid=10684 vsize=1531968 CPUtime=0.34
/proc/10686/task/10688/stat : 10688 (java) S 10684 10686 2312 0 -1 4202560 3868 0 53 0 30 4 0 0 19 0 16 0 822263 1568735232 7393 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1531968 CPUtime=0
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 822266 1568735232 7407 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1531968 CPUtime=0
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 822266 1568735232 7420 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1531968 CPUtime=0
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 822270 1568735232 7434 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1531968 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 822270 1568735232 7446 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1532100 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 822270 1568870400 7458 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1532100 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 822277 1568870400 7470 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1532100 CPUtime=0.45
/proc/10686/task/10695/stat : 10695 (java) R 10684 10686 2312 0 -1 4202560 791 0 0 0 45 0 0 0 16 0 16 0 822277 1568870400 7471 1992294400 134512640 134550932 4291580560 18446744073709551615 5673735 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1532100 CPUtime=0.47
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 1339 0 0 0 47 0 0 0 17 0 16 0 822277 1568870400 7471 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1532100 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 822277 1568870400 7471 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1532100 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 822277 1568870400 7471 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1532100 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 822306 1568870400 7471 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1532100 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 822306 1568870400 7471 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1531968
heavy processes:

[startup+6.30218 s]
/proc/loadavg: 0.91 0.97 0.99 2/121 10708
/proc/meminfo: memFree=1377412/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1539804 CPUtime=6.32
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 43135 0 86 0 612 20 0 0 25 0 16 0 822255 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 384951 37526 1448 10 0 382254 0
[pid=10686/tid=10688] ppid=10684 vsize=1539804 CPUtime=0.35
/proc/10686/task/10688/stat : 10688 (java) S 10684 10686 2312 0 -1 4202560 3878 0 53 0 31 4 0 0 18 0 16 0 822263 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1539804 CPUtime=0.01
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 629 0 0 0 1 0 0 0 15 0 16 0 822266 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1539804 CPUtime=0.02
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 547 0 0 0 2 0 0 0 16 0 16 0 822266 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1539804 CPUtime=0.11
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 994 0 0 0 11 0 0 0 16 0 16 0 822270 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1539804 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 822270 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1539804 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 822270 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1539804 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 822277 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1539804 CPUtime=1.29
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 4077 0 0 0 127 2 0 0 15 0 16 0 822277 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1539804 CPUtime=1.43
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 4895 0 0 0 141 2 0 0 15 0 16 0 822277 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1539804 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 822277 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1539804 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 822277 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1539804 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 822306 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1539804 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 822306 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10707] ppid=10684 vsize=1539804 CPUtime=1.29
/proc/10686/task/10707/stat : 10707 (java) R 10684 10686 2312 0 -1 4202560 74 0 0 0 129 0 0 0 17 0 16 0 822711 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4109353578 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10686/tid=10708] ppid=10684 vsize=1539804 CPUtime=1.09
/proc/10686/task/10708/stat : 10708 (java) R 10684 10686 2312 0 -1 4202560 23875 0 0 0 102 7 0 0 21 0 16 0 822711 1576759296 37526 1992294400 134512640 134550932 4291580560 18446744073709551615 4109001378 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 1539804

[startup+12.7019 s]
/proc/loadavg: 1.08 1.00 1.00 3/121 10708
/proc/meminfo: memFree=1265068/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1541604 CPUtime=18.58
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 51515 0 86 0 1834 24 0 0 25 0 16 0 822255 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 385401 45886 1449 10 0 382704 0
[pid=10686/tid=10688] ppid=10684 vsize=1541604 CPUtime=0.35
/proc/10686/task/10688/stat : 10688 (java) S 10684 10686 2312 0 -1 4202560 3879 0 53 0 31 4 0 0 15 0 16 0 822263 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1541604 CPUtime=0.12
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 1438 0 0 0 12 0 0 0 16 0 16 0 822266 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1541604 CPUtime=0.12
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 1407 0 0 0 12 0 0 0 15 0 16 0 822266 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1541604 CPUtime=0.57
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 2825 0 0 0 57 0 0 0 16 0 16 0 822270 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 822270 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 822270 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 822277 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1541604 CPUtime=1.58
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 4518 0 0 0 156 2 0 0 15 0 16 0 822277 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1541604 CPUtime=1.7
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 4917 0 0 0 168 2 0 0 15 0 16 0 822277 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 822277 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 822277 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 822306 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 822306 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10707] ppid=10684 vsize=1541604 CPUtime=6.74
/proc/10686/task/10707/stat : 10707 (java) R 10684 10686 2312 0 -1 4202560 82 0 0 0 674 0 0 0 20 0 16 0 822711 1578602496 45886 1992294400 134512640 134550932 4291580560 18446744073709551615 4109343549 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10686/tid=10708] ppid=10684 vsize=1541604 CPUtime=6.65

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

[pid=10686/tid=10689] ppid=10684 vsize=1541604 CPUtime=0.19
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 1565 0 0 0 19 0 0 0 15 0 16 0 822266 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1541604 CPUtime=0.19
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 1503 0 0 0 19 0 0 0 16 0 16 0 822266 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1541604 CPUtime=1.18
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 4014 0 0 0 117 1 0 0 16 0 16 0 822270 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 822270 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 822270 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 822277 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1541604 CPUtime=1.63
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 4518 0 0 0 161 2 0 0 15 0 16 0 822277 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1541604 CPUtime=1.7
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 4917 0 0 0 168 2 0 0 15 0 16 0 822277 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 822277 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 822277 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 822306 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 822306 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10709] ppid=10684 vsize=1541604 CPUtime=6.4
/proc/10686/task/10709/stat : 10709 (java) R 10684 10686 2312 0 -1 4202560 8 0 0 0 640 0 0 0 19 0 16 0 823623 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4109775488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10686/tid=10710] ppid=10684 vsize=1541604 CPUtime=6.24
/proc/10686/task/10710/stat : 10710 (java) R 10684 10686 2312 0 -1 4202560 1357 0 0 0 624 0 0 0 22 0 16 0 823623 1578602496 48653 1992294400 134512640 134550932 4291580560 18446744073709551615 4109475518 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.75
Current children cumulated vsize (KiB) 1541604

[startup+22.302 s]
/proc/loadavg: 1.22 1.03 1.01 2/121 10710
/proc/meminfo: memFree=1252792/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1541604 CPUtime=35.26
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 54547 0 86 0 3501 25 0 0 25 0 14 0 822255 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 385401 48905 1449 10 0 382704 0
[pid=10686/tid=10688] ppid=10684 vsize=1541604 CPUtime=0.35
/proc/10686/task/10688/stat : 10688 (java) S 10684 10686 2312 0 -1 4202560 3879 0 53 0 31 4 0 0 15 0 14 0 822263 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 1565 0 0 0 21 0 0 0 15 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 1503 0 0 0 21 0 0 0 16 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1541604 CPUtime=1.34
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 4261 0 0 0 133 1 0 0 16 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1541604 CPUtime=1.71
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 4518 0 0 0 169 2 0 0 16 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1541604 CPUtime=1.7
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 4917 0 0 0 168 2 0 0 16 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.26
Current children cumulated vsize (KiB) 1541604

[startup+22.702 s]
/proc/loadavg: 1.22 1.03 1.01 2/121 10710
/proc/meminfo: memFree=1252792/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1541604 CPUtime=35.26
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 54547 0 86 0 3501 25 0 0 25 0 14 0 822255 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 385401 48905 1449 10 0 382704 0
[pid=10686/tid=10688] ppid=10684 vsize=1541604 CPUtime=0.35
/proc/10686/task/10688/stat : 10688 (java) S 10684 10686 2312 0 -1 4202560 3879 0 53 0 31 4 0 0 15 0 14 0 822263 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 1565 0 0 0 21 0 0 0 15 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 1503 0 0 0 21 0 0 0 16 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1541604 CPUtime=1.34
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 4261 0 0 0 133 1 0 0 16 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1541604 CPUtime=1.71
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 4518 0 0 0 169 2 0 0 16 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1541604 CPUtime=1.7
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 4917 0 0 0 168 2 0 0 16 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.26
Current children cumulated vsize (KiB) 1541604

[startup+22.9021 s]
/proc/loadavg: 1.22 1.03 1.01 2/121 10710
/proc/meminfo: memFree=1252792/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1541604 CPUtime=35.44
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 54547 0 86 0 3519 25 0 0 25 0 14 0 822255 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 385401 48905 1449 10 0 382704 0
[pid=10686/tid=10688] ppid=10684 vsize=1541604 CPUtime=0.51
/proc/10686/task/10688/stat : 10688 (java) R 10684 10686 2312 0 -1 4202560 3879 0 53 0 47 4 0 0 16 0 14 0 822263 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4109158099 0 4 0 16800975 0 0 0 -1 1 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 1565 0 0 0 21 0 0 0 15 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 1503 0 0 0 21 0 0 0 16 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1541604 CPUtime=1.34
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 4261 0 0 0 133 1 0 0 16 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1541604 CPUtime=1.71
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 4518 0 0 0 169 2 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1541604 CPUtime=1.72
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 4917 0 0 0 170 2 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.44
Current children cumulated vsize (KiB) 1541604

[startup+23.0021 s]
/proc/loadavg: 1.12 1.02 1.00 3/119 10710
/proc/meminfo: memFree=1252808/2059040 swapFree=4192956/4192956
[pid=10686] ppid=10684 vsize=1541604 CPUtime=35.54
/proc/10686/stat : 10686 (java) S 10684 10686 2312 0 -1 4202496 54547 0 86 0 3529 25 0 0 25 0 14 0 822255 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4
/proc/10686/statm: 385401 48905 1449 10 0 382704 0
[pid=10686/tid=10688] ppid=10684 vsize=1541604 CPUtime=0.61
/proc/10686/task/10688/stat : 10688 (java) R 10684 10686 2312 0 -1 4202560 3879 0 53 0 57 4 0 0 16 0 14 0 822263 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4109158118 0 4 0 16800975 0 0 0 -1 1 0 0 7
[pid=10686/tid=10689] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10689/stat : 10689 (java) S 10684 10686 2312 0 -1 4202560 1565 0 0 0 21 0 0 0 15 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10690] ppid=10684 vsize=1541604 CPUtime=0.21
/proc/10686/task/10690/stat : 10690 (java) S 10684 10686 2312 0 -1 4202560 1503 0 0 0 21 0 0 0 16 0 14 0 822266 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10691] ppid=10684 vsize=1541604 CPUtime=1.34
/proc/10686/task/10691/stat : 10691 (java) S 10684 10686 2312 0 -1 4202560 4261 0 0 0 133 1 0 0 15 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10692] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10692/stat : 10692 (java) S 10684 10686 2312 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10693] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10693/stat : 10693 (java) S 10684 10686 2312 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 822270 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10694] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10694/stat : 10694 (java) S 10684 10686 2312 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10695] ppid=10684 vsize=1541604 CPUtime=1.71
/proc/10686/task/10695/stat : 10695 (java) S 10684 10686 2312 0 -1 4202560 4518 0 0 0 169 2 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10696] ppid=10684 vsize=1541604 CPUtime=1.72
/proc/10686/task/10696/stat : 10696 (java) S 10684 10686 2312 0 -1 4202560 4917 0 0 0 170 2 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10697] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10697/stat : 10697 (java) S 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
[pid=10686/tid=10698] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10698/stat : 10698 (java) R 10684 10686 2312 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 822277 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10686/tid=10701] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10701/stat : 10701 (java) S 10684 10686 2312 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 1 0 0 0
[pid=10686/tid=10702] ppid=10684 vsize=1541604 CPUtime=0
/proc/10686/task/10702/stat : 10702 (java) S 10684 10686 2312 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 822306 1578602496 48905 1992294400 134512640 134550932 4291580560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831818240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.54
Current children cumulated vsize (KiB) 1541604

Child status: 30
Real time (s): 23.0809
CPU time (s): 35.6236
CPU user time (s): 35.3466
CPU system time (s): 0.276957
CPU usage (%): 154.342
Max. virtual memory (cumulated for all children) (KiB): 1546044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.3466
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54554
page faults= 86
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1777
involuntary context switches= 1563

runsolver used 0.12898 second user time and 0.218966 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-15 11:48:04
IDJOB=2663243
IDBENCH=2879
IDSOLVER=1166
FILE ID=node085/2663243-1276595284
PBS_JOBID= 11173549
Free space on /tmp= 121872 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-m50_100_30_30.r.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663243-1276595284/watcher-2663243-1276595284 -o /tmp/evaluation-result-2663243-1276595284/solver-2663243-1276595284 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663243-1276595284.opb

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

MD5SUM BENCH= 13fe0c0d776ae7f3e7aff3ed3ce58275
RANDOM SEED=1110289273

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1454968 kB
Buffers:         44228 kB
Cached:         420428 kB
SwapCached:          0 kB
Active:         192064 kB
Inactive:       332016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1454968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             284 kB
Writeback:           0 kB
AnonPages:       59436 kB
Mapped:          15420 kB
Slab:            58208 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181896 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= 121872 MiB
End job on node085 at 2010-06-15 11:48:27