Trace number 2661926

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-31OPT-15 116.716 65.1047

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_2.opb
MD5SUMfdcfb05eaa099feeb8cfb1f8f1c05926
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark39.8839
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint25
Maximum length of a constraint45
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)3074
Sum of products size (including duplicates)6148
Number of different products1537
Sum of products size3074

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.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.23	c Pseudo Boolean Optimization
0.24/0.23	c ManyCore solver with 2 solvers running in parallel
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	c Expensive reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	
0.24/0.23	c solving HOME/instance-2661926-1276660399.opb
0.24/0.23	c reading problem ... 
1.49/0.91	c ... done. Wall clock time 0.688s.
1.49/0.91	c #vars     1637
1.49/0.91	c #constraints  4611
1.49/0.91	c constraints type 
1.49/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1537
1.49/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1537
1.49/0.91	c constraints type 
1.49/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1537
1.49/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1537
1.49/0.99	c And the winner is Resolution
1.97/1.94	c SATISFIABLE
1.97/1.94	c OPTIMIZING...
1.97/1.94	c Got one! Elapsed wall clock time (in seconds):1.72
1.97/1.94	o -9
2.09/2.08	c And the winner is CuttingPlanes
3.27/2.95	c Got one! Elapsed wall clock time (in seconds):2.728
3.27/2.95	o -10
3.37/3.04	c And the winner is Resolution
3.44/3.96	c Got one! Elapsed wall clock time (in seconds):3.742
3.44/3.96	o -11
3.72/4.19	c And the winner is Resolution
3.95/4.97	c Got one! Elapsed wall clock time (in seconds):4.749
3.95/4.97	o -12
4.62/5.34	c And the winner is Resolution
4.69/5.98	c Got one! Elapsed wall clock time (in seconds):5.758
4.69/5.98	o -13
4.92/6.11	c And the winner is Resolution
5.00/6.99	c Got one! Elapsed wall clock time (in seconds):6.764
5.00/6.99	o -14
6.61/7.82	c And the winner is Resolution
6.67/8.00	c Got one! Elapsed wall clock time (in seconds):7.777
6.67/8.00	o -15
7.47/8.41	c cleaning 2500 clauses out of 5000 with flag 5000/5000
12.38/10.96	c cleaning 4245 clauses out of 8500 with flag 11000/11000
17.65/13.63	c cleaning 5626 clauses out of 11255 with flag 18000/18000
24.71/17.29	c cleaning 6814 clauses out of 13629 with flag 26000/26000
34.71/22.31	c cleaning 7903 clauses out of 15814 with flag 35000/35000
45.71/27.94	c cleaning 8955 clauses out of 17909 with flag 45000/45000
58.29/34.34	c cleaning 9471 clauses out of 18951 with flag 55000/55000
70.07/40.38	c cleaning 9738 clauses out of 19476 with flag 65000/65000
82.40/46.63	c cleaning 9865 clauses out of 19733 with flag 75000/75000
94.17/52.64	c cleaning 9931 clauses out of 19861 with flag 85000/85000
107.33/59.34	c cleaning 9953 clauses out of 19918 with flag 95000/95000
115.51/63.52	c And the winner is Resolution
116.61/65.07	c starts		: 72
116.61/65.07	c conflicts		: 101562
116.61/65.07	c decisions		: 103343
116.61/65.07	c propagations		: 638575
116.61/65.07	c inspects		: 154069797
116.61/65.07	c learnt literals	: 81
116.61/65.07	c learnt binary clauses	: 814
116.61/65.07	c learnt ternary clauses	: 597
116.61/65.07	c learnt clauses	: 101480
116.61/65.07	c ignored clauses	: 0
116.61/65.07	c root simplifications	: 0
116.61/65.07	c removed literals (reason simplification)	: 914319
116.61/65.07	c reason swapping (by a shorter reason)	: 0
116.61/65.07	c Calls to reduceDB	: 11
116.61/65.07	c number of reductions to clauses (during analyze)	: 0
116.61/65.07	c number of learned constraints concerned by reduction	: 0
116.61/65.07	c number of learning phase by resolution	: 0
116.61/65.07	c number of learning phase by cutting planes	: 0
116.61/65.07	c speed (assignments/second)	: 11191.682147989764
116.61/65.07	c non guided choices	0
116.61/65.07	c learnt constraints type 
116.61/65.07	c constraints type 
116.61/65.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1537
116.61/65.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
116.61/65.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1537
116.61/65.07	c constraints type 
116.61/65.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1537
116.61/65.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
116.61/65.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1537
116.61/65.07	s OPTIMUM FOUND
116.61/65.07	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 
116.61/65.07	c objective function=-15
116.61/65.07	c Total wall clock time (in seconds): 64.846

Verifier Data

OK	-15

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14492
/proc/meminfo: memFree=1603392/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=428 CPUtime=0
/proc/14492/stat : 14492 (java6) R 14490 14492 14388 0 -1 4194304 124 0 0 0 0 0 0 0 19 0 1 0 7332769 438272 43 1992294400 134512640 134550932 4293752144 18446744073709551615 11117140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14492/statm: 111 46 36 10 0 25 0

[startup+0.0940691 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14492
/proc/meminfo: memFree=1603392/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1521796 CPUtime=0.07
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 3863 0 1 0 5 2 0 0 15 0 7 0 7332769 1558319104 3304 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 380449 3304 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101066 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14492
/proc/meminfo: memFree=1603392/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1524020 CPUtime=0.08
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 3940 0 1 0 6 2 0 0 15 0 12 0 7332769 1560596480 3379 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 381005 3379 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301085 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14492
/proc/meminfo: memFree=1603392/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1526376 CPUtime=0.35
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 5384 0 1 0 32 3 0 0 15 0 12 0 7332769 1563009024 4821 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 381594 4821 1353 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.701129 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14492
/proc/meminfo: memFree=1603392/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1527472 CPUtime=1.09
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 6622 0 1 0 105 4 0 0 15 0 12 0 7332769 1564131328 6059 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 381868 6059 1402 10 0 379171 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527472

[startup+1.5022 s]
/proc/loadavg: 1.16 1.03 1.01 3/120 14508
/proc/meminfo: memFree=1577784/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1533032 CPUtime=1.97
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 9473 0 1 0 192 5 0 0 15 0 14 0 7332769 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 383258 8028 1415 10 0 380561 0
[pid=14492/tid=14494] ppid=14490 vsize=1533032 CPUtime=0.88
/proc/14492/task/14494/stat : 14494 (java) S 14490 14492 14388 0 -1 4202560 5266 0 1 0 85 3 0 0 25 0 14 0 7332771 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 7332772 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 7332772 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 7332774 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7332775 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 7332775 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7332779 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1533032 CPUtime=0.3
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 999 0 0 0 30 0 0 0 22 0 14 0 7332779 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1533032 CPUtime=0.68
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 1871 0 0 0 68 0 0 0 16 0 14 0 7332779 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7332779 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 7332779 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332863 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1533032 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332866 1569824768 8028 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1533032

[startup+3.10236 s]
/proc/loadavg: 1.16 1.03 1.01 4/121 14510
/proc/meminfo: memFree=1574072/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1541340 CPUtime=3.44
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 14423 0 1 0 308 36 0 0 15 0 14 0 7332769 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 385335 11147 1423 10 0 382638 0
[pid=14492/tid=14494] ppid=14490 vsize=1541340 CPUtime=0.88
/proc/14492/task/14494/stat : 14494 (java) S 14490 14492 14388 0 -1 4202560 5285 0 1 0 85 3 0 0 19 0 14 0 7332771 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 7332772 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 7332772 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1541340 CPUtime=0.48
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 20 28 0 0 18 0 14 0 7332774 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7332775 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 7332775 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7332779 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1541340 CPUtime=0.48
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 1070 0 0 0 48 0 0 0 16 0 14 0 7332779 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1541340 CPUtime=1.35
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 5762 0 0 0 133 2 0 0 16 0 14 0 7332779 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7332779 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 7332779 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332863 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1541340 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332866 1578332160 11147 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 1541340

[startup+6.30167 s]
/proc/loadavg: 1.16 1.03 1.01 1/120 14516
/proc/meminfo: memFree=1530680/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1540820 CPUtime=5
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 25603 0 1 0 460 40 0 0 15 0 14 0 7332769 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 385205 22177 1426 10 0 382508 0
[pid=14492/tid=14494] ppid=14490 vsize=1540820 CPUtime=0.89
/proc/14492/task/14494/stat : 14494 (java) S 14490 14492 14388 0 -1 4202560 5318 0 1 0 86 3 0 0 19 0 14 0 7332771 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 7332772 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 7332772 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1540820 CPUtime=0.48
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 20 28 0 0 15 0 14 0 7332774 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 7332775 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 7332775 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7332779 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1540820 CPUtime=0.92
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 1109 0 0 0 92 0 0 0 16 0 14 0 7332779 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1540820 CPUtime=1.84
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 5794 0 0 0 182 2 0 0 15 0 14 0 7332779 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7332779 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 7332779 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332863 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1540820 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332866 1577799680 22177 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 1540820
heavy processes:

[startup+12.7023 s]
/proc/loadavg: 1.22 1.05 1.02 3/122 14522
/proc/meminfo: memFree=1423280/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1541044 CPUtime=15.87
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 52361 0 1 0 1514 73 0 0 15 0 16 0 7332769 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 385261 46702 1449 10 0 382564 0
[pid=14492/tid=14494] ppid=14490 vsize=1541044 CPUtime=0.89
/proc/14492/task/14494/stat : 14494 (java) S 14490 14492 14388 0 -1 4202560 5328 0 1 0 86 3 0 0 15 0 16 0 7332771 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1541044 CPUtime=0.13
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 3016 0 0 0 11 2 0 0 15 0 16 0 7332772 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1541044 CPUtime=0.12
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 2381 0 0 0 12 0 0 0 16 0 16 0 7332772 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1541044 CPUtime=0.98
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 2921 0 0 0 47 51 0 0 15 0 16 0 7332774 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1541044 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7332775 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1541044 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7332775 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1541044 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7332779 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1541044 CPUtime=1.14
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 1116 0 0 0 114 0 0 0 15 0 16 0 7332779 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1541044 CPUtime=3.05
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 8092 0 0 0 302 3 0 0 15 0 16 0 7332779 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1541044 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7332779 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1541044 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7332779 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1541044 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332863 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1541044 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332866 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14521] ppid=14490 vsize=1541044 CPUtime=3.44
/proc/14492/task/14521/stat : 14521 (java) R 14490 14492 14388 0 -1 4202560 555 0 0 0 344 0 0 0 20 0 16 0 7333571 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4110257495 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14522] ppid=14490 vsize=1541044 CPUtime=3.98
/proc/14492/task/14522/stat : 14522 (java) R 14490 14492 14388 0 -1 4202560 1623 0 0 0 398 0 0 0 21 0 16 0 7333571 1578029056 46702 1992294400 134512640 134550932 4293902896 18446744073709551615 4110037377 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 1541044


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

/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 7332779 1577242624 56240 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332863 1577242624 56240 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332866 1577242624 56240 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14521] ppid=14490 vsize=1540276 CPUtime=46.56
/proc/14492/task/14521/stat : 14521 (java) R 14490 14492 14388 0 -1 4202560 577 0 0 0 4656 0 0 0 25 0 16 0 7333571 1577242624 56240 1992294400 134512640 134550932 4293902896 18446744073709551615 4110255176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14522] ppid=14490 vsize=1540276 CPUtime=46.62
/proc/14492/task/14522/stat : 14522 (java) R 14490 14492 14388 0 -1 4202560 1643 0 0 0 4662 0 0 0 25 0 16 0 7333571 1577242624 56240 1992294400 134512640 134550932 4293902896 18446744073709551615 4110037136 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 103.75
Current children cumulated vsize (KiB) 1540276

[startup+60.7016 s]
/proc/loadavg: 1.63 1.18 1.06 3/122 14524
/proc/meminfo: memFree=1382112/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1540276 CPUtime=109.96
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 63033 0 1 0 10915 81 0 0 15 0 16 0 7332769 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 385069 56340 1449 10 0 382372 0
[pid=14492/tid=14494] ppid=14490 vsize=1540276 CPUtime=0.89
/proc/14492/task/14494/stat : 14494 (java) S 14490 14492 14388 0 -1 4202560 5328 0 1 0 86 3 0 0 15 0 16 0 7332771 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1540276 CPUtime=0.62
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 7934 0 0 0 58 4 0 0 15 0 16 0 7332772 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1540276 CPUtime=0.63
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 6958 0 0 0 60 3 0 0 16 0 16 0 7332772 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1540276 CPUtime=2.03
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 4034 0 0 0 151 52 0 0 15 0 16 0 7332774 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7332775 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7332775 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1540276 CPUtime=1.14
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 1116 0 0 0 114 0 0 0 16 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1540276 CPUtime=3.28
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 8108 0 0 0 325 3 0 0 15 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332863 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332866 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14521] ppid=14490 vsize=1540276 CPUtime=49.6
/proc/14492/task/14521/stat : 14521 (java) R 14490 14492 14388 0 -1 4202560 578 0 0 0 4959 1 0 0 25 0 16 0 7333571 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4110021183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14522] ppid=14490 vsize=1540276 CPUtime=49.6
/proc/14492/task/14522/stat : 14522 (java) R 14490 14492 14388 0 -1 4202560 1644 0 0 0 4960 0 0 0 25 0 16 0 7333571 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4110347388 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.96
Current children cumulated vsize (KiB) 1540276

[startup+62.3015 s]
/proc/loadavg: 1.66 1.19 1.06 3/122 14524
/proc/meminfo: memFree=1382112/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1540276 CPUtime=113.14
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 63034 0 1 0 11233 81 0 0 15 0 16 0 7332769 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 385069 56340 1449 10 0 382372 0
[pid=14492/tid=14494] ppid=14490 vsize=1540276 CPUtime=0.89
/proc/14492/task/14494/stat : 14494 (java) S 14490 14492 14388 0 -1 4202560 5328 0 1 0 86 3 0 0 15 0 16 0 7332771 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1540276 CPUtime=0.63
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 7934 0 0 0 59 4 0 0 15 0 16 0 7332772 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1540276 CPUtime=0.64
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 6958 0 0 0 61 3 0 0 16 0 16 0 7332772 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1540276 CPUtime=2.03
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 4034 0 0 0 151 52 0 0 15 0 16 0 7332774 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7332775 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7332775 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1540276 CPUtime=1.14
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 1116 0 0 0 114 0 0 0 16 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1540276 CPUtime=3.28
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 8108 0 0 0 325 3 0 0 15 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 7332779 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332863 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7332866 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14521] ppid=14490 vsize=1540276 CPUtime=51.19
/proc/14492/task/14521/stat : 14521 (java) R 14490 14492 14388 0 -1 4202560 579 0 0 0 5118 1 0 0 25 0 16 0 7333571 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4110021183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14522] ppid=14490 vsize=1540276 CPUtime=51.17
/proc/14492/task/14522/stat : 14522 (java) R 14490 14492 14388 0 -1 4202560 1644 0 0 0 5117 0 0 0 25 0 16 0 7333571 1577242624 56340 1992294400 134512640 134550932 4293902896 18446744073709551615 4110091540 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 113.14
Current children cumulated vsize (KiB) 1540276

[startup+63.9015 s]
/proc/loadavg: 1.66 1.19 1.06 2/121 14524
/proc/meminfo: memFree=1381252/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1540276 CPUtime=115.77
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 63276 0 1 0 11496 81 0 0 15 0 14 0 7332769 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 385069 56563 1449 10 0 382372 0
[pid=14492/tid=14494] ppid=14490 vsize=1540276 CPUtime=0.89
/proc/14492/task/14494/stat : 14494 (java) S 14490 14492 14388 0 -1 4202560 5328 0 1 0 86 3 0 0 15 0 14 0 7332771 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1540276 CPUtime=0.66
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 8082 0 0 0 61 5 0 0 15 0 14 0 7332772 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1540276 CPUtime=0.66
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 7051 0 0 0 63 3 0 0 16 0 14 0 7332772 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1540276 CPUtime=2.03
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 4034 0 0 0 151 52 0 0 15 0 14 0 7332774 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7332775 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7332775 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1540276 CPUtime=1.14
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 1116 0 0 0 114 0 0 0 16 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1540276 CPUtime=3.28
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 8108 0 0 0 325 3 0 0 15 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332863 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332866 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 115.77
Current children cumulated vsize (KiB) 1540276

[startup+64.7024 s]
/proc/loadavg: 1.66 1.19 1.06 2/121 14524
/proc/meminfo: memFree=1381252/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=1540276 CPUtime=116.31
/proc/14492/stat : 14492 (java) S 14490 14492 14388 0 -1 4202496 63276 0 1 0 11550 81 0 0 15 0 14 0 7332769 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 385069 56563 1449 10 0 382372 0
[pid=14492/tid=14494] ppid=14490 vsize=1540276 CPUtime=1.41
/proc/14492/task/14494/stat : 14494 (java) R 14490 14492 14388 0 -1 4202560 5328 0 1 0 138 3 0 0 16 0 14 0 7332771 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4109706963 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=1540276 CPUtime=0.66
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 14388 0 -1 4202560 8082 0 0 0 61 5 0 0 15 0 14 0 7332772 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=1540276 CPUtime=0.66
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 14388 0 -1 4202560 7051 0 0 0 63 3 0 0 16 0 14 0 7332772 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=1540276 CPUtime=2.03
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 14388 0 -1 4202560 4034 0 0 0 151 52 0 0 15 0 14 0 7332774 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 0 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 14388 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7332775 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 14388 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7332775 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=1540276 CPUtime=1.14
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 14388 0 -1 4202560 1116 0 0 0 114 0 0 0 16 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=1540276 CPUtime=3.3
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 14388 0 -1 4202560 8108 0 0 0 327 3 0 0 15 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 14388 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 14388 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 7332779 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 0 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332863 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=1540276 CPUtime=0
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 14388 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7332866 1577242624 56563 1992294400 134512640 134550932 4293902896 18446744073709551615 4294960144 0 4 0 16800975 18446604437830514496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 116.31
Current children cumulated vsize (KiB) 1540276

[startup+65.1025 s]
/proc/loadavg: 1.66 1.19 1.06 2/120 14524
/proc/meminfo: memFree=1381136/2059040 swapFree=4192956/4192956
[pid=14492] ppid=14490 vsize=0 CPUtime=116.7
/proc/14492/stat : 14492 (java) Z 14490 14492 14388 0 -1 4203548 63282 0 1 0 11587 83 0 0 15 0 2 0 7332769 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14492/statm: 0 0 0 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=0 CPUtime=0.02
/proc/14492/task/14503/stat : 14503 (java) R 14490 14492 14388 0 -1 4203588 1 0 0 0 0 2 0 0 18 0 2 0 7332779 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 116.7
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 65.1047
CPU time (s): 116.716
CPU user time (s): 115.879
CPU system time (s): 0.836872
CPU usage (%): 179.275
Max. virtual memory (cumulated for all children) (KiB): 1543220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.879
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63282
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= 2558
involuntary context switches= 3840

runsolver used 0.245962 second user time and 0.810876 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-16 05:53:19
IDJOB=2661926
IDBENCH=48181
IDSOLVER=1166
FILE ID=node036/2661926-1276660399
PBS_JOBID= 11172488
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661926-1276660399/watcher-2661926-1276660399 -o /tmp/evaluation-result-2661926-1276660399/solver-2661926-1276660399 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661926-1276660399.opb

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

MD5SUM BENCH= fdcfb05eaa099feeb8cfb1f8f1c05926
RANDOM SEED=369518097

node036.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.251
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.50
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.251
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:       1603788 kB
Buffers:         94292 kB
Cached:         220104 kB
SwapCached:          0 kB
Active:         152904 kB
Inactive:       221020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1603788 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             332 kB
Writeback:           0 kB
AnonPages:       59416 kB
Mapped:          15420 kB
Slab:            59444 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181620 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= 62524 MiB
End job on node036 at 2010-06-16 05:54:24