Trace number 2662684

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 60.5838 32.9676

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111220546.opb
MD5SUMaeab1724c196459c6b33e6369a15ae92
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.172972
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662684-1276272805.opb
0.24/0.21	c reading problem ... 
0.37/0.33	c ... done. Wall clock time 0.123s.
0.37/0.33	c #vars     169
0.37/0.33	c #constraints  101
0.37/0.33	c constraints type 
0.37/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.37/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.37/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.37/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.37/0.33	c constraints type 
0.37/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.37/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.37/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.37/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.32/2.35	c cleaning 2498 clauses out of 5000 with flag 5000/5000
7.69/4.01	c cleaning 4249 clauses out of 8502 with flag 11000/11000
10.07/5.24	c cleaning 5624 clauses out of 11253 with flag 18000/18000
12.44/6.44	c cleaning 6809 clauses out of 13629 with flag 26000/26000
14.37/7.42	c cleaning 7908 clauses out of 15822 with flag 35002/35002
16.11/8.39	c cleaning 8949 clauses out of 17912 with flag 45000/45000
18.43/9.52	c cleaning 9476 clauses out of 18963 with flag 55000/55000
20.16/10.44	c cleaning 9741 clauses out of 19488 with flag 65001/65001
22.07/11.43	c cleaning 9870 clauses out of 19747 with flag 75001/75001
24.19/12.51	c cleaning 9934 clauses out of 19878 with flag 85002/85002
26.10/13.53	c cleaning 9967 clauses out of 19942 with flag 95000/95000
27.76/14.46	c cleaning 9983 clauses out of 19976 with flag 105001/105001
29.44/15.39	c cleaning 9996 clauses out of 19993 with flag 115001/115001
31.53/16.46	c cleaning 9998 clauses out of 19997 with flag 125001/125001
33.39/17.49	c cleaning 9996 clauses out of 19999 with flag 135001/135001
35.45/18.51	c cleaning 9996 clauses out of 20003 with flag 145001/145001
37.29/19.50	c cleaning 9995 clauses out of 20008 with flag 155002/155002
38.97/20.46	c cleaning 10001 clauses out of 20011 with flag 165000/165000
40.83/21.46	c cleaning 10003 clauses out of 20012 with flag 175002/175002
43.09/22.65	c cleaning 9993 clauses out of 20007 with flag 185000/185000
44.94/23.61	c cleaning 10000 clauses out of 20014 with flag 195000/195000
46.63/24.59	c cleaning 10002 clauses out of 20014 with flag 205000/205000
48.49/25.56	c cleaning 10002 clauses out of 20013 with flag 215001/215001
50.17/26.47	c cleaning 10000 clauses out of 20010 with flag 225000/225000
52.18/27.57	c cleaning 10002 clauses out of 20012 with flag 235002/235002
53.83/28.45	c cleaning 10000 clauses out of 20010 with flag 245002/245002
55.52/29.35	c cleaning 10003 clauses out of 20010 with flag 255002/255002
58.81/31.08	c cleaning 9999 clauses out of 20006 with flag 265002/265002
59.51/31.44	c And the winner is Resolution
60.52/32.91	c starts		: 130
60.52/32.91	c conflicts		: 268160
60.52/32.91	c decisions		: 389548
60.52/32.91	c propagations		: 5787536
60.52/32.91	c inspects		: 85782779
60.52/32.91	c learnt literals	: 6
60.52/32.91	c learnt binary clauses	: 18
60.52/32.91	c learnt ternary clauses	: 214
60.52/32.91	c learnt clauses	: 268153
60.52/32.91	c ignored clauses	: 0
60.52/32.91	c root simplifications	: 0
60.52/32.91	c removed literals (reason simplification)	: 2639310
60.52/32.91	c reason swapping (by a shorter reason)	: 0
60.52/32.91	c Calls to reduceDB	: 28
60.52/32.91	c number of reductions to clauses (during analyze)	: 0
60.52/32.91	c number of learned constraints concerned by reduction	: 0
60.52/32.91	c number of learning phase by resolution	: 0
60.52/32.91	c number of learning phase by cutting planes	: 0
60.52/32.91	c speed (assignments/second)	: 177629.85697624454
60.52/32.91	c non guided choices	44
60.52/32.94	c learnt constraints type 
60.52/32.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13141
60.52/32.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
60.52/32.94	c constraints type 
60.52/32.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
60.52/32.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
60.52/32.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
60.52/32.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
60.52/32.94	c constraints type 
60.52/32.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
60.52/32.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
60.52/32.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
60.52/32.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
60.52/32.94	s UNSATISFIABLE
60.52/32.94	c Total wall clock time (in seconds): 32.732

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662684-1276272805/watcher-2662684-1276272805 -o /tmp/evaluation-result-2662684-1276272805/solver-2662684-1276272805 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662684-1276272805.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.24 1.08 1.03 3/106 4195
/proc/meminfo: memFree=1586360/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=248 CPUtime=0
/proc/4195/stat : 4195 (java) R 4193 4195 3363 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 2884141 253952 28 1992294400 134512640 134550932 4290377072 18446744073709551615 2679380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4195/statm: 62 28 21 10 0 23 0

[startup+0.0904529 s]
/proc/loadavg: 1.24 1.08 1.03 3/106 4195
/proc/meminfo: memFree=1586360/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1523992 CPUtime=0.07
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 3906 0 1 0 5 2 0 0 18 0 12 0 2884141 1560567808 3346 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 380998 3346 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1523992

[startup+0.101455 s]
/proc/loadavg: 1.24 1.08 1.03 3/106 4195
/proc/meminfo: memFree=1586360/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1524180 CPUtime=0.08
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 3997 0 1 0 6 2 0 0 18 0 12 0 2884141 1560760320 3437 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 381045 3437 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301572 s]
/proc/loadavg: 1.24 1.08 1.03 3/106 4195
/proc/meminfo: memFree=1586360/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1526228 CPUtime=0.37
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 5423 0 1 0 33 4 0 0 18 0 12 0 2884141 1562857472 4861 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 381557 4861 1361 10 0 378860 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526228

[startup+0.701573 s]
/proc/loadavg: 1.24 1.08 1.03 3/106 4195
/proc/meminfo: memFree=1586360/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1535108 CPUtime=1.15
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 8163 0 1 0 110 5 0 0 18 0 16 0 2884141 1571950592 6868 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 383777 6868 1398 10 0 381080 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1535108

[startup+1.50158 s]
/proc/loadavg: 1.24 1.08 1.03 5/122 4211
/proc/meminfo: memFree=1562424/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1534880 CPUtime=2.74
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 9693 0 1 0 268 6 0 0 18 0 16 0 2884141 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 383720 8302 1421 10 0 381023 0
[pid=4195/tid=4197] ppid=4193 vsize=1534880 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 18 0 16 0 2884142 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 2884143 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2884143 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4200/stat : 4200 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 2884145 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 2884146 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 2884146 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2884150 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1534880 CPUtime=0.53
/proc/4195/task/4204/stat : 4204 (java) R 4193 4195 3363 0 -1 4202560 1302 0 0 0 53 0 0 0 25 0 16 0 2884150 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 104140971 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1534880 CPUtime=0.59
/proc/4195/task/4205/stat : 4205 (java) R 4193 4195 3363 0 -1 4202560 1929 0 0 0 59 0 0 0 25 0 16 0 2884150 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 105873600 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2884150 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2884150 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4208] ppid=4193 vsize=1534880 CPUtime=0.76
/proc/4195/task/4208/stat : 4208 (java) R 4193 4195 3363 0 -1 4202560 194 0 0 0 76 0 0 0 22 0 16 0 2884175 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4108872542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4209] ppid=4193 vsize=1534880 CPUtime=0.49
/proc/4195/task/4209/stat : 4209 (java) R 4193 4195 3363 0 -1 4202560 1257 0 0 0 49 0 0 0 23 0 16 0 2884175 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4108869705 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2884175 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1534880 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2884175 1571717120 8302 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1534880

[startup+3.10158 s]
/proc/loadavg: 1.24 1.08 1.03 5/122 4211
/proc/meminfo: memFree=1544072/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1547824 CPUtime=5.9
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 31907 0 1 0 576 14 0 0 18 0 16 0 2884141 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 386956 29775 1435 10 0 384259 0
[pid=4195/tid=4197] ppid=4193 vsize=1547824 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 18 0 16 0 2884142 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 205 0 0 0 0 0 0 0 18 0 16 0 2884143 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 188 0 0 0 0 0 0 0 17 0 16 0 2884143 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1547824 CPUtime=0.02
/proc/4195/task/4200/stat : 4200 (java) S 4193 4195 3363 0 -1 4202560 393 0 0 0 2 0 0 0 15 0 16 0 2884145 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2884146 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2884146 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2884150 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1547824 CPUtime=0.96
/proc/4195/task/4204/stat : 4204 (java) R 4193 4195 3363 0 -1 4202560 2878 0 0 0 96 0 0 0 25 0 16 0 2884150 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1547824 CPUtime=1.3
/proc/4195/task/4205/stat : 4205 (java) R 4193 4195 3363 0 -1 4202560 3935 0 0 0 129 1 0 0 25 0 16 0 2884150 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 105718816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2884150 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2884150 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4208] ppid=4193 vsize=1547824 CPUtime=1.6
/proc/4195/task/4208/stat : 4208 (java) R 4193 4195 3363 0 -1 4202560 662 0 0 0 160 0 0 0 25 0 16 0 2884175 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4109200681 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4209] ppid=4193 vsize=1547824 CPUtime=1.63
/proc/4195/task/4209/stat : 4209 (java) R 4193 4195 3363 0 -1 4202560 18636 0 0 0 157 6 0 0 18 0 16 0 2884175 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4108899224 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2884175 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1547824 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2884175 1584971776 29775 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1547824

[startup+6.30159 s]
/proc/loadavg: 1.54 1.15 1.05 6/122 4211
/proc/meminfo: memFree=1427264/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1549084 CPUtime=12.24
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 45170 0 1 0 1204 20 0 0 18 0 16 0 2884141 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 387271 40980 1444 10 0 384574 0
[pid=4195/tid=4197] ppid=4193 vsize=1549084 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 15 0 16 0 2884142 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1549084 CPUtime=0.02
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 508 0 0 0 2 0 0 0 15 0 16 0 2884143 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1549084 CPUtime=0.03
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 909 0 0 0 3 0 0 0 15 0 16 0 2884143 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1549084 CPUtime=0.1
/proc/4195/task/4200/stat : 4200 (java) R 4193 4195 3363 0 -1 4202560 1310 0 0 0 10 0 0 0 15 0 16 0 2884145 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2884146 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2884146 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2884150 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1549084 CPUtime=1.8
/proc/4195/task/4204/stat : 4204 (java) R 4193 4195 3363 0 -1 4202560 4448 0 0 0 179 1 0 0 25 0 16 0 2884150 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 102093053 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1549084 CPUtime=2.6
/proc/4195/task/4205/stat : 4205 (java) R 4193 4195 3363 0 -1 4202560 5378 0 0 0 258 2 0 0 19 0 16 0 2884150 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 103979074 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2884150 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2884150 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4208] ppid=4193 vsize=1549084 CPUtime=3.42
/proc/4195/task/4208/stat : 4208 (java) S 4193 4195 3363 0 -1 4202560 696 0 0 0 342 0 0 0 18 0 16 0 2884175 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4209] ppid=4193 vsize=1549084 CPUtime=3.88
/proc/4195/task/4209/stat : 4209 (java) S 4193 4195 3363 0 -1 4202560 26911 0 0 0 378 10 0 0 19 0 16 0 2884175 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2884175 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2884175 1586262016 40980 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 1549084

[startup+12.7016 s]
/proc/loadavg: 1.66 1.18 1.06 3/122 4212
/proc/meminfo: memFree=1414864/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1549084 CPUtime=24.53
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 52765 0 1 0 2429 24 0 0 18 0 16 0 2884141 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 387271 48561 1448 10 0 384574 0
[pid=4195/tid=4197] ppid=4193 vsize=1549084 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 15 0 16 0 2884142 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1549084 CPUtime=0.09
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 991 0 0 0 9 0 0 0 15 0 16 0 2884143 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1549084 CPUtime=0.1
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 1371 0 0 0 10 0 0 0 16 0 16 0 2884143 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1549084 CPUtime=0.48
/proc/4195/task/4200/stat : 4200 (java) S 4193 4195 3363 0 -1 4202560 3366 0 0 0 47 1 0 0 16 0 16 0 2884145 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2884146 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2884146 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2884150 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1549084 CPUtime=1.92
/proc/4195/task/4204/stat : 4204 (java) S 4193 4195 3363 0 -1 4202560 4463 0 0 0 191 1 0 0 18 0 16 0 2884150 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1549084 CPUtime=2.63
/proc/4195/task/4205/stat : 4205 (java) S 4193 4195 3363 0 -1 4202560 5380 0 0 0 261 2 0 0 17 0 16 0 2884150 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2884150 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1549084 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2884150 1586262016 48561 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0

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

[pid=4195/tid=4201] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2884146 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2884146 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2884150 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1546392 CPUtime=1.93
/proc/4195/task/4204/stat : 4204 (java) S 4193 4195 3363 0 -1 4202560 4463 0 0 0 192 1 0 0 18 0 16 0 2884150 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1546392 CPUtime=2.63
/proc/4195/task/4205/stat : 4205 (java) S 4193 4195 3363 0 -1 4202560 5380 0 0 0 261 2 0 0 17 0 16 0 2884150 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2884150 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2884150 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4208] ppid=4193 vsize=1546392 CPUtime=23.43
/proc/4195/task/4208/stat : 4208 (java) R 4193 4195 3363 0 -1 4202560 821 0 0 0 2342 1 0 0 25 0 16 0 2884175 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4109332698 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4209] ppid=4193 vsize=1546392 CPUtime=23.87
/proc/4195/task/4209/stat : 4209 (java) R 4193 4195 3363 0 -1 4202560 33960 0 0 0 2374 13 0 0 25 0 16 0 2884175 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4109238841 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2884175 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2884175 1583505408 53313 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.32
Current children cumulated vsize (KiB) 1546392

[startup+30.3016 s]
/proc/loadavg: 2.10 1.31 1.10 3/122 4214
/proc/meminfo: memFree=1376052/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1546392 CPUtime=57.42
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 58589 0 1 0 5715 27 0 0 18 0 16 0 2884141 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 386598 53589 1448 10 0 383901 0
[pid=4195/tid=4197] ppid=4193 vsize=1546392 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 15 0 16 0 2884142 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1546392 CPUtime=0.21
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 1403 0 0 0 21 0 0 0 16 0 16 0 2884143 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1546392 CPUtime=0.21
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 2177 0 0 0 20 1 0 0 16 0 16 0 2884143 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1546392 CPUtime=1.75
/proc/4195/task/4200/stat : 4200 (java) S 4193 4195 3363 0 -1 4202560 5372 0 0 0 173 2 0 0 16 0 16 0 2884145 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2884146 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2884146 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2884150 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1546392 CPUtime=1.94
/proc/4195/task/4204/stat : 4204 (java) S 4193 4195 3363 0 -1 4202560 4463 0 0 0 193 1 0 0 16 0 16 0 2884150 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1546392 CPUtime=2.66
/proc/4195/task/4205/stat : 4205 (java) S 4193 4195 3363 0 -1 4202560 5380 0 0 0 264 2 0 0 15 0 16 0 2884150 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2884150 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2884150 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4208] ppid=4193 vsize=1546392 CPUtime=24.92
/proc/4195/task/4208/stat : 4208 (java) R 4193 4195 3363 0 -1 4202560 824 0 0 0 2490 2 0 0 25 0 16 0 2884175 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4109306730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4209] ppid=4193 vsize=1546392 CPUtime=25.36
/proc/4195/task/4209/stat : 4209 (java) R 4193 4195 3363 0 -1 4202560 33960 0 0 0 2523 13 0 0 25 0 16 0 2884175 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4110066852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2884175 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2884175 1583505408 53589 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 57.42
Current children cumulated vsize (KiB) 1546392

[startup+31.9096 s]
/proc/loadavg: 2.10 1.31 1.10 2/121 4216
/proc/meminfo: memFree=1375936/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1546392 CPUtime=60.05
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 58647 0 1 0 5978 27 0 0 18 0 15 0 2884141 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 386598 53645 1449 10 0 383901 0
[pid=4195/tid=4197] ppid=4193 vsize=1546392 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 15 0 15 0 2884142 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1546392 CPUtime=0.22
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 1403 0 0 0 22 0 0 0 15 0 15 0 2884143 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1546392 CPUtime=0.21
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 2177 0 0 0 20 1 0 0 15 0 15 0 2884143 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1546392 CPUtime=1.84
/proc/4195/task/4200/stat : 4200 (java) S 4193 4195 3363 0 -1 4202560 5372 0 0 0 182 2 0 0 16 0 15 0 2884145 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 2884146 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 2884146 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1546392 CPUtime=1.94
/proc/4195/task/4204/stat : 4204 (java) S 4193 4195 3363 0 -1 4202560 4463 0 0 0 193 1 0 0 16 0 15 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1546392 CPUtime=3.37
/proc/4195/task/4205/stat : 4205 (java) S 4193 4195 3363 0 -1 4202560 5436 0 0 0 335 2 0 0 15 0 15 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4209] ppid=4193 vsize=1546392 CPUtime=26.85
/proc/4195/task/4209/stat : 4209 (java) R 4193 4195 3363 0 -1 4202560 33960 0 0 0 2672 13 0 0 25 0 15 0 2884175 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4109460372 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 15 0 2884175 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 2884175 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.05
Current children cumulated vsize (KiB) 1546392

[startup+32.7016 s]
/proc/loadavg: 2.10 1.31 1.10 2/121 4216
/proc/meminfo: memFree=1375936/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1546392 CPUtime=60.52
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 58648 0 1 0 6025 27 0 0 18 0 14 0 2884141 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 386598 53645 1449 10 0 383901 0
[pid=4195/tid=4197] ppid=4193 vsize=1546392 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 15 0 14 0 2884142 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1546392 CPUtime=0.22
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 1403 0 0 0 22 0 0 0 15 0 14 0 2884143 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1546392 CPUtime=0.21
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 2177 0 0 0 20 1 0 0 15 0 14 0 2884143 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1546392 CPUtime=1.85
/proc/4195/task/4200/stat : 4200 (java) S 4193 4195 3363 0 -1 4202560 5372 0 0 0 183 2 0 0 16 0 14 0 2884145 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2884146 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2884146 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1546392 CPUtime=1.94
/proc/4195/task/4204/stat : 4204 (java) S 4193 4195 3363 0 -1 4202560 4463 0 0 0 193 1 0 0 16 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1546392 CPUtime=3.37
/proc/4195/task/4205/stat : 4205 (java) S 4193 4195 3363 0 -1 4202560 5436 0 0 0 335 2 0 0 15 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 2884175 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2884175 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.52
Current children cumulated vsize (KiB) 1546392

[startup+32.9016 s]
/proc/loadavg: 2.10 1.31 1.10 1/120 4216
/proc/meminfo: memFree=1375944/2059040 swapFree=4192956/4192956
[pid=4195] ppid=4193 vsize=1546392 CPUtime=60.52
/proc/4195/stat : 4195 (java) S 4193 4195 3363 0 -1 4202496 58648 0 1 0 6025 27 0 0 18 0 14 0 2884141 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4195/statm: 386598 53645 1449 10 0 383901 0
[pid=4195/tid=4197] ppid=4193 vsize=1546392 CPUtime=0.31
/proc/4195/task/4197/stat : 4197 (java) S 4193 4195 3363 0 -1 4202560 3937 0 1 0 28 3 0 0 15 0 14 0 2884142 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4198] ppid=4193 vsize=1546392 CPUtime=0.22
/proc/4195/task/4198/stat : 4198 (java) S 4193 4195 3363 0 -1 4202560 1403 0 0 0 22 0 0 0 15 0 14 0 2884143 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4199] ppid=4193 vsize=1546392 CPUtime=0.21
/proc/4195/task/4199/stat : 4199 (java) S 4193 4195 3363 0 -1 4202560 2177 0 0 0 20 1 0 0 15 0 14 0 2884143 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4200] ppid=4193 vsize=1546392 CPUtime=1.85
/proc/4195/task/4200/stat : 4200 (java) S 4193 4195 3363 0 -1 4202560 5372 0 0 0 183 2 0 0 16 0 14 0 2884145 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4201] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4201/stat : 4201 (java) S 4193 4195 3363 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2884146 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4202] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4202/stat : 4202 (java) S 4193 4195 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2884146 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4203] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4203/stat : 4203 (java) S 4193 4195 3363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4204] ppid=4193 vsize=1546392 CPUtime=1.94
/proc/4195/task/4204/stat : 4204 (java) S 4193 4195 3363 0 -1 4202560 4463 0 0 0 193 1 0 0 16 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=4195/tid=4205] ppid=4193 vsize=1546392 CPUtime=3.37
/proc/4195/task/4205/stat : 4205 (java) S 4193 4195 3363 0 -1 4202560 5436 0 0 0 335 2 0 0 15 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4206] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4206/stat : 4206 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4207] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4207/stat : 4207 (java) S 4193 4195 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 2884150 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4210] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4210/stat : 4210 (java) S 4193 4195 3363 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 2884175 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=4195/tid=4211] ppid=4193 vsize=1546392 CPUtime=0
/proc/4195/task/4211/stat : 4211 (java) S 4193 4195 3363 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2884175 1583505408 53645 1992294400 134512640 134550932 4290377072 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.52
Current children cumulated vsize (KiB) 1546392

Child status: 20
Real time (s): 32.9676
CPU time (s): 60.5838
CPU user time (s): 60.2838
CPU system time (s): 0.299954
CPU usage (%): 183.768
Max. virtual memory (cumulated for all children) (KiB): 1550588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.2838
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58656
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= 1328
involuntary context switches= 2323

runsolver used 0.152976 second user time and 0.402938 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-11 18:13:25
IDJOB=2662684
IDBENCH=1188
IDSOLVER=1166
FILE ID=node006/2662684-1276272805
PBS_JOBID= 11172204
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220546.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662684-1276272805/watcher-2662684-1276272805 -o /tmp/evaluation-result-2662684-1276272805/solver-2662684-1276272805 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662684-1276272805.opb

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

MD5SUM BENCH= aeab1724c196459c6b33e6369a15ae92
RANDOM SEED=179195764

node006.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.204
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.40
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.204
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:       1586632 kB
Buffers:         48324 kB
Cached:         298424 kB
SwapCached:          0 kB
Active:         149672 kB
Inactive:       256352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1586632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:       59216 kB
Mapped:          15520 kB
Slab:            44332 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182056 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= 62472 MiB
End job on node006 at 2010-06-11 18:13:58