Trace number 2661931

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 133.441 73.4734

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_1.opb
MD5SUM009ec87aa7f9a2a2aeb136cc6734ca0d
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 benchmark41.5207
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 constraint43
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)3038
Sum of products size (including duplicates)6076
Number of different products1519
Sum of products size3038

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2661931-1276660905.opb
0.22/0.23	c reading problem ... 
1.52/1.03	c ... done. Wall clock time 0.803s.
1.52/1.03	c #vars     1619
1.52/1.03	c #constraints  4557
1.52/1.03	c constraints type 
1.52/1.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1519
1.52/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
1.52/1.03	c constraints type 
1.52/1.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1519
1.52/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
1.70/1.13	c And the winner is CuttingPlanes
1.88/2.04	c SATISFIABLE
1.88/2.04	c OPTIMIZING...
1.88/2.04	c Got one! Elapsed wall clock time (in seconds):1.819
1.88/2.04	o -11
2.00/2.13	c And the winner is Resolution
2.08/3.05	c Got one! Elapsed wall clock time (in seconds):2.827
2.08/3.05	o -12
3.14/3.60	c And the winner is Resolution
3.32/4.06	c Got one! Elapsed wall clock time (in seconds):3.836
3.32/4.06	o -13
3.58/4.25	c And the winner is Resolution
3.70/5.07	c Got one! Elapsed wall clock time (in seconds):4.843
3.70/5.07	o -14
4.16/5.34	c And the winner is Resolution
4.24/6.07	c Got one! Elapsed wall clock time (in seconds):5.849
4.24/6.07	o -15
6.25/7.11	c cleaning 2500 clauses out of 5000 with flag 5000/5000
9.96/9.09	c cleaning 4251 clauses out of 8501 with flag 11001/11001
15.70/11.95	c cleaning 5625 clauses out of 11249 with flag 18000/18000
23.36/15.87	c cleaning 6811 clauses out of 13624 with flag 26000/26000
32.97/20.78	c cleaning 7901 clauses out of 15811 with flag 35000/35000
45.17/26.98	c cleaning 8950 clauses out of 17907 with flag 45000/45000
57.54/33.29	c cleaning 9478 clauses out of 18956 with flag 55000/55000
70.71/39.94	c cleaning 9738 clauses out of 19477 with flag 65001/65001
82.45/45.99	c cleaning 9869 clauses out of 19737 with flag 75000/75000
93.42/51.55	c cleaning 9931 clauses out of 19866 with flag 85001/85001
105.40/57.62	c cleaning 9966 clauses out of 19932 with flag 95000/95000
118.34/64.21	c cleaning 9977 clauses out of 19955 with flag 105000/105000
131.06/70.71	c cleaning 9981 clauses out of 19961 with flag 115000/115000
132.09/71.33	c And the winner is Resolution
133.37/73.43	c starts		: 81
133.37/73.43	c conflicts		: 116117
133.37/73.43	c decisions		: 118191
133.37/73.43	c propagations		: 725889
133.37/73.43	c inspects		: 174256908
133.37/73.43	c learnt literals	: 76
133.37/73.43	c learnt binary clauses	: 837
133.37/73.43	c learnt ternary clauses	: 877
133.37/73.43	c learnt clauses	: 116040
133.37/73.43	c ignored clauses	: 0
133.37/73.43	c root simplifications	: 0
133.37/73.43	c removed literals (reason simplification)	: 1056332
133.37/73.43	c reason swapping (by a shorter reason)	: 0
133.37/73.43	c Calls to reduceDB	: 13
133.37/73.43	c number of reductions to clauses (during analyze)	: 0
133.37/73.43	c number of learned constraints concerned by reduction	: 0
133.37/73.43	c number of learning phase by resolution	: 0
133.37/73.43	c number of learning phase by cutting planes	: 0
133.37/73.43	c speed (assignments/second)	: 10776.421858994345
133.37/73.43	c non guided choices	0
133.37/73.43	c learnt constraints type 
133.37/73.43	c constraints type 
133.37/73.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1519
133.37/73.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
133.37/73.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
133.37/73.43	c constraints type 
133.37/73.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1519
133.37/73.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
133.37/73.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
133.37/73.44	s OPTIMUM FOUND
133.37/73.44	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 
133.37/73.44	c objective function=-15
133.37/73.44	c Total wall clock time (in seconds): 73.211

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-2661931-1276660905/watcher-2661931-1276660905 -o /tmp/evaluation-result-2661931-1276660905/solver-2661931-1276660905 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661931-1276660905.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.94 1.00 1.00 3/106 6758
/proc/meminfo: memFree=1786376/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=444 CPUtime=0
/proc/6758/stat : 6758 (java6) R 6756 6758 5562 0 -1 4194304 129 0 0 0 0 0 0 0 19 0 1 0 41692236 454656 48 1992294400 134512640 134550932 4289338688 18446744073709551615 11227732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6758/statm: 433 50 40 10 0 25 0

[startup+0.0556079 s]
/proc/loadavg: 0.94 1.00 1.00 3/106 6758
/proc/meminfo: memFree=1786376/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1521664 CPUtime=0.04
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 3528 0 1 0 2 2 0 0 15 0 7 0 41692236 1558183936 2970 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 380416 2970 997 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100614 s]
/proc/loadavg: 0.94 1.00 1.00 3/106 6758
/proc/meminfo: memFree=1786376/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1524020 CPUtime=0.08
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 3930 0 1 0 6 2 0 0 15 0 12 0 41692236 1560596480 3369 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 381005 3369 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300634 s]
/proc/loadavg: 0.94 1.00 1.00 3/106 6758
/proc/meminfo: memFree=1786376/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1526280 CPUtime=0.34
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 5374 0 1 0 31 3 0 0 15 0 12 0 41692236 1562910720 4811 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 381570 4811 1353 10 0 378873 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526280

[startup+0.70068 s]
/proc/loadavg: 0.94 1.00 1.00 3/106 6758
/proc/meminfo: memFree=1786376/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1527496 CPUtime=0.96
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 6518 0 1 0 93 3 0 0 15 0 12 0 41692236 1564155904 5955 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 381874 5955 1402 10 0 379177 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1527496

[startup+1.50176 s]
/proc/loadavg: 0.94 1.00 1.00 2/118 6770
/proc/meminfo: memFree=1762472/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1531812 CPUtime=1.88
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 9163 0 1 0 183 5 0 0 15 0 14 0 41692236 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 382953 7787 1415 10 0 380256 0
[pid=6758/tid=6760] ppid=6756 vsize=1531812 CPUtime=0.81
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 5562 0 -1 4202560 5227 0 1 0 78 3 0 0 25 0 14 0 41692238 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 41692240 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 41692240 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 41692241 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 41692242 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 41692242 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41692246 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1531812 CPUtime=0.32
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 453 0 0 0 32 0 0 0 15 0 14 0 41692246 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1531812 CPUtime=0.62
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 2094 0 0 0 62 0 0 0 16 0 14 0 41692246 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41692246 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 41692246 1568575488 7787 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1531812

[startup+3.11095 s]
/proc/loadavg: 0.94 1.00 1.00 4/122 6776
/proc/meminfo: memFree=1759216/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1531812 CPUtime=2.18
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 9816 0 1 0 213 5 0 0 15 0 16 0 41692236 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 382953 8439 1423 10 0 380256 0
[pid=6758/tid=6760] ppid=6756 vsize=1531812 CPUtime=0.82
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 5562 0 -1 4202560 5247 0 1 0 79 3 0 0 19 0 16 0 41692238 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 41692240 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 41692240 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 41692241 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 41692242 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 41692242 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41692246 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1531812 CPUtime=0.39
/proc/6758/task/6767/stat : 6767 (java) R 6756 6758 5562 0 -1 4202560 457 0 0 0 39 0 0 0 15 0 16 0 41692246 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 102192175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1531812 CPUtime=0.77
/proc/6758/task/6768/stat : 6768 (java) R 6756 6758 5562 0 -1 4202560 2112 0 0 0 77 0 0 0 15 0 16 0 41692246 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 106817472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41692246 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41692246 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 41692343 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1531812 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41692343 1568575488 8439 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1531812
heavy processes:

[startup+6.3023 s]
/proc/loadavg: 0.87 0.99 0.99 1/120 6782
/proc/meminfo: memFree=1704672/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1540492 CPUtime=4.68
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 29918 0 1 0 453 15 0 0 15 0 16 0 41692236 1577463808 25880 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 385123 25882 1426 10 0 382426 0
[pid=6758/tid=6760] ppid=6756 vsize=1540492 CPUtime=0.83
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 5562 0 -1 4202560 5278 0 1 0 80 3 0 0 19 0 16 0 41692238 1577463808 25882 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 41692240 1577463808 25883 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 41692240 1577463808 25884 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 41692241 1577463808 25885 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 41692242 1577463808 25886 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 41692242 1577463808 25886 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41692246 1577463808 25886 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1540492 CPUtime=1.22
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 3887 0 0 0 121 1 0 0 15 0 16 0 41692246 1577463808 25886 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1540492 CPUtime=1.57
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 3593 0 0 0 155 2 0 0 16 0 16 0 41692246 1577463808 25887 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41692246 1577463808 25889 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41692246 1577463808 25889 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 41692343 1577463808 25890 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41692343 1577463808 25892 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 1540492
heavy processes:

[startup+12.702 s]
/proc/loadavg: 0.96 1.00 1.00 2/122 6784
/proc/meminfo: memFree=1610044/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1540492 CPUtime=17.21
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 53100 0 1 0 1697 24 0 0 15 0 16 0 41692236 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 385123 46474 1449 10 0 382426 0
[pid=6758/tid=6760] ppid=6756 vsize=1540492 CPUtime=0.83
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 5562 0 -1 4202560 5278 0 1 0 80 3 0 0 15 0 16 0 41692238 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1540492 CPUtime=0.12
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 2906 0 0 0 11 1 0 0 16 0 16 0 41692240 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1540492 CPUtime=0.12
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 2963 0 0 0 11 1 0 0 16 0 16 0 41692240 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1540492 CPUtime=0.2
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 3934 0 0 0 19 1 0 0 16 0 16 0 41692241 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41692242 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41692242 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41692246 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1540492 CPUtime=1.88
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 4168 0 0 0 186 2 0 0 15 0 16 0 41692246 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1540492 CPUtime=2.31
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 5932 0 0 0 229 2 0 0 16 0 16 0 41692246 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41692246 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41692246 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 41692343 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41692343 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6783] ppid=6756 vsize=1540492 CPUtime=5.48
/proc/6758/task/6783/stat : 6783 (java) R 6756 6758 5562 0 -1 4202560 7935 0 0 0 545 3 0 0 25 0 16 0 41692844 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4109136063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6784] ppid=6756 vsize=1540492 CPUtime=5.4
/proc/6758/task/6784/stat : 6784 (java) R 6756 6758 5562 0 -1 4202560 7335 0 0 0 538 2 0 0 25 0 16 0 41692844 1577463808 46474 1992294400 134512640 134550932 4292861328 18446744073709551615 4108610656 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 1540492

[startup+25.5014 s]
/proc/loadavg: 1.19 1.05 1.01 3/122 6784
/proc/meminfo: memFree=1579912/2059040 swapFree=4140260/4192956

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

/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 64493 0 1 0 13206 32 0 0 15 0 14 0 41692236 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 385123 57122 1449 10 0 382426 0
[pid=6758/tid=6760] ppid=6756 vsize=1540492 CPUtime=0.83
/proc/6758/task/6760/stat : 6760 (java) S 6756 6758 5562 0 -1 4202560 5278 0 1 0 80 3 0 0 15 0 14 0 41692238 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 6364 0 0 0 66 3 0 0 15 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 6810 0 0 0 66 3 0 0 16 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1540492 CPUtime=1.53
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 4520 0 0 0 151 2 0 0 15 0 14 0 41692241 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1540492 CPUtime=2.28
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 4182 0 0 0 226 2 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1540492 CPUtime=2.32
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 5932 0 0 0 230 2 0 0 16 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 132.38
Current children cumulated vsize (KiB) 1540492

[startup+72.701 s]
/proc/loadavg: 1.62 1.18 1.05 2/120 6786
/proc/meminfo: memFree=1561948/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1540492 CPUtime=132.67
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 64493 0 1 0 13235 32 0 0 15 0 14 0 41692236 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 385123 57122 1449 10 0 382426 0
[pid=6758/tid=6760] ppid=6756 vsize=1540492 CPUtime=1.1
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 5562 0 -1 4202560 5278 0 1 0 107 3 0 0 16 0 14 0 41692238 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4108777162 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 6364 0 0 0 66 3 0 0 15 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 6810 0 0 0 66 3 0 0 16 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1540492 CPUtime=1.53
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 4520 0 0 0 151 2 0 0 15 0 14 0 41692241 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1540492 CPUtime=2.31
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 4182 0 0 0 229 2 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1540492 CPUtime=2.32
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 5932 0 0 0 230 2 0 0 16 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 132.67
Current children cumulated vsize (KiB) 1540492

[startup+73.101 s]
/proc/loadavg: 1.62 1.18 1.05 2/120 6786
/proc/meminfo: memFree=1561948/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1540492 CPUtime=133.07
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 64493 0 1 0 13275 32 0 0 15 0 14 0 41692236 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 385123 57122 1449 10 0 382426 0
[pid=6758/tid=6760] ppid=6756 vsize=1540492 CPUtime=1.5
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 5562 0 -1 4202560 5278 0 1 0 147 3 0 0 16 0 14 0 41692238 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4108777144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 6364 0 0 0 66 3 0 0 15 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 6810 0 0 0 66 3 0 0 16 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1540492 CPUtime=1.53
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 4520 0 0 0 151 2 0 0 15 0 14 0 41692241 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1540492 CPUtime=2.31
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 4182 0 0 0 229 2 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1540492 CPUtime=2.32
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 5932 0 0 0 230 2 0 0 16 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 133.07
Current children cumulated vsize (KiB) 1540492

[startup+73.301 s]
/proc/loadavg: 1.62 1.18 1.05 2/120 6786
/proc/meminfo: memFree=1561948/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1540492 CPUtime=133.27
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 64493 0 1 0 13295 32 0 0 15 0 14 0 41692236 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 385123 57122 1449 10 0 382426 0
[pid=6758/tid=6760] ppid=6756 vsize=1540492 CPUtime=1.7
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 5562 0 -1 4202560 5278 0 1 0 167 3 0 0 16 0 14 0 41692238 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4108777185 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 6364 0 0 0 66 3 0 0 15 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 6810 0 0 0 66 3 0 0 16 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1540492 CPUtime=1.53
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 4520 0 0 0 151 2 0 0 15 0 14 0 41692241 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1540492 CPUtime=2.31
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 4182 0 0 0 229 2 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1540492 CPUtime=2.32
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 5932 0 0 0 230 2 0 0 16 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 133.27
Current children cumulated vsize (KiB) 1540492

[startup+73.401 s]
/proc/loadavg: 1.62 1.18 1.05 2/120 6786
/proc/meminfo: memFree=1561948/2059040 swapFree=4140260/4192956
[pid=6758] ppid=6756 vsize=1540492 CPUtime=133.37
/proc/6758/stat : 6758 (java) S 6756 6758 5562 0 -1 4202496 64493 0 1 0 13305 32 0 0 15 0 14 0 41692236 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6758/statm: 385123 57122 1449 10 0 382426 0
[pid=6758/tid=6760] ppid=6756 vsize=1540492 CPUtime=1.8
/proc/6758/task/6760/stat : 6760 (java) R 6756 6758 5562 0 -1 4202560 5278 0 1 0 177 3 0 0 16 0 14 0 41692238 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4108777135 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6758/tid=6761] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6761/stat : 6761 (java) S 6756 6758 5562 0 -1 4202560 6364 0 0 0 66 3 0 0 15 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6762] ppid=6756 vsize=1540492 CPUtime=0.69
/proc/6758/task/6762/stat : 6762 (java) S 6756 6758 5562 0 -1 4202560 6810 0 0 0 66 3 0 0 16 0 14 0 41692240 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6763] ppid=6756 vsize=1540492 CPUtime=1.53
/proc/6758/task/6763/stat : 6763 (java) S 6756 6758 5562 0 -1 4202560 4520 0 0 0 151 2 0 0 15 0 14 0 41692241 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6764] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6764/stat : 6764 (java) S 6756 6758 5562 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6765] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6765/stat : 6765 (java) S 6756 6758 5562 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 41692242 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6766] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6766/stat : 6766 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6767] ppid=6756 vsize=1540492 CPUtime=2.31
/proc/6758/task/6767/stat : 6767 (java) S 6756 6758 5562 0 -1 4202560 4182 0 0 0 229 2 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6768] ppid=6756 vsize=1540492 CPUtime=2.32
/proc/6758/task/6768/stat : 6768 (java) S 6756 6758 5562 0 -1 4202560 5932 0 0 0 230 2 0 0 16 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6769] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6769/stat : 6769 (java) S 6756 6758 5562 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6770] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6770/stat : 6770 (java) S 6756 6758 5562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 41692246 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=6758/tid=6773] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6773/stat : 6773 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=6758/tid=6774] ppid=6756 vsize=1540492 CPUtime=0
/proc/6758/task/6774/stat : 6774 (java) S 6756 6758 5562 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41692343 1577463808 57122 1992294400 134512640 134550932 4292861328 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 133.37
Current children cumulated vsize (KiB) 1540492

Child status: 30
Real time (s): 73.4734
CPU time (s): 133.441
CPU user time (s): 133.092
CPU system time (s): 0.348946
CPU usage (%): 181.618
Max. virtual memory (cumulated for all children) (KiB): 1543968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.092
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64499
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= 2878
involuntary context switches= 4428

runsolver used 0.410937 second user time and 0.756884 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 06:01:45
IDJOB=2661931
IDBENCH=48186
IDSOLVER=1166
FILE ID=node009/2661931-1276660905
PBS_JOBID= 11172455
Free space on /tmp= 62556 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_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661931-1276660905/watcher-2661931-1276660905 -o /tmp/evaluation-result-2661931-1276660905/solver-2661931-1276660905 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661931-1276660905.opb

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

MD5SUM BENCH= 009ec87aa7f9a2a2aeb136cc6734ca0d
RANDOM SEED=1839859599

node009.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.199
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.39
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.199
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1786772 kB
Buffers:         53104 kB
Cached:         124772 kB
SwapCached:       6204 kB
Active:          99360 kB
Inactive:        91816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1786772 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       11756 kB
Mapped:          13072 kB
Slab:            59160 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180252 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= 62556 MiB
End job on node009 at 2010-06-16 06:02:58