Trace number 2662716

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 57.0413 30.625

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111220767.opb
MD5SUM38b43a11d13f0709a9bef9791640fdad
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.118981
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662716-1276275958.opb
0.24/0.22	c reading problem ... 
0.35/0.35	c ... done. Wall clock time 0.132s.
0.35/0.35	c #vars     169
0.35/0.35	c #constraints  101
0.35/0.35	c constraints type 
0.35/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.36	c constraints type 
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.70/2.09	c cleaning 2498 clauses out of 5001 with flag 5001/5001
6.05/3.22	c cleaning 4249 clauses out of 8503 with flag 11001/11001
7.39/3.98	c cleaning 5626 clauses out of 11253 with flag 18000/18000
8.93/4.75	c cleaning 6813 clauses out of 13627 with flag 26000/26000
10.66/5.67	c cleaning 7905 clauses out of 15816 with flag 35002/35002
12.61/6.67	c cleaning 8950 clauses out of 17909 with flag 45000/45000
14.73/7.73	c cleaning 9476 clauses out of 18961 with flag 55002/55002
16.46/8.66	c cleaning 9739 clauses out of 19483 with flag 65000/65000
18.19/9.53	c cleaning 9870 clauses out of 19744 with flag 75000/75000
20.11/10.57	c cleaning 9936 clauses out of 19876 with flag 85002/85002
22.04/11.50	c cleaning 9966 clauses out of 19938 with flag 95000/95000
23.76/12.47	c cleaning 9985 clauses out of 19974 with flag 105002/105002
25.67/13.43	c cleaning 9994 clauses out of 19989 with flag 115002/115002
27.61/14.43	c cleaning 9992 clauses out of 19994 with flag 125001/125001
29.33/15.32	c cleaning 9998 clauses out of 20002 with flag 135001/135001
31.04/16.24	c cleaning 10000 clauses out of 20004 with flag 145001/145001
32.94/17.24	c cleaning 9998 clauses out of 20006 with flag 155003/155003
34.86/18.24	c cleaning 9997 clauses out of 20005 with flag 165000/165000
36.78/19.26	c cleaning 10002 clauses out of 20009 with flag 175001/175001
38.69/20.28	c cleaning 10001 clauses out of 20007 with flag 185001/185001
40.59/21.23	c cleaning 9999 clauses out of 20006 with flag 195001/195001
42.50/22.21	c cleaning 9996 clauses out of 20006 with flag 205000/205000
44.41/23.22	c cleaning 9999 clauses out of 20012 with flag 215002/215002
46.15/24.11	c cleaning 9999 clauses out of 20011 with flag 225000/225000
47.85/25.03	c cleaning 9999 clauses out of 20012 with flag 235000/235000
49.37/25.90	c cleaning 10003 clauses out of 20014 with flag 245001/245001
51.28/26.82	c cleaning 9998 clauses out of 20010 with flag 255000/255000
53.20/27.82	c cleaning 10004 clauses out of 20015 with flag 265003/265003
55.90/29.22	c cleaning 10001 clauses out of 20009 with flag 275001/275001
56.43/29.53	c And the winner is Resolution
56.98/30.53	c starts		: 132
56.98/30.53	c conflicts		: 278118
56.98/30.53	c decisions		: 407700
56.98/30.53	c propagations		: 6045838
56.98/30.53	c inspects		: 83445686
56.98/30.53	c learnt literals	: 7
56.98/30.53	c learnt binary clauses	: 18
56.98/30.53	c learnt ternary clauses	: 153
56.98/30.53	c learnt clauses	: 278110
56.98/30.54	c ignored clauses	: 0
56.98/30.54	c root simplifications	: 0
56.98/30.54	c removed literals (reason simplification)	: 2731334
56.98/30.54	c reason swapping (by a shorter reason)	: 0
56.98/30.54	c Calls to reduceDB	: 29
56.98/30.54	c number of reductions to clauses (during analyze)	: 0
56.98/30.54	c number of learned constraints concerned by reduction	: 0
56.98/30.54	c number of learning phase by resolution	: 0
56.98/30.54	c number of learning phase by cutting planes	: 0
56.98/30.54	c speed (assignments/second)	: 200339.25376101796
56.98/30.54	c non guided choices	31
56.98/30.56	c learnt constraints type 
56.98/30.56	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13099
56.98/30.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
56.98/30.56	c constraints type 
56.98/30.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
56.98/30.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
56.98/30.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
56.98/30.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
56.98/30.56	c constraints type 
56.98/30.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
56.98/30.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
56.98/30.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
56.98/30.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
56.98/30.56	s UNSATISFIABLE
56.98/30.56	c Total wall clock time (in seconds): 30.337

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-2662716-1276275958/watcher-2662716-1276275958 -o /tmp/evaluation-result-2662716-1276275958/solver-2662716-1276275958 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662716-1276275958.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5218
/proc/meminfo: memFree=1571348/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=248 CPUtime=0
/proc/5218/stat : 5218 (java6) R 5216 5218 3419 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 3197288 253952 28 1992294400 134512640 134550932 4288347616 18446744073709551615 11690462 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5218/statm: 62 28 21 10 0 23 0

[startup+0.0943829 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5218
/proc/meminfo: memFree=1571348/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1521796 CPUtime=0.07
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 3858 0 1 0 5 2 0 0 15 0 7 0 3197288 1558319104 3299 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 380449 3299 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101379 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5218
/proc/meminfo: memFree=1571348/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1524020 CPUtime=0.08
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 3934 0 1 0 6 2 0 0 15 0 12 0 3197288 1560596480 3373 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 381005 3373 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301405 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5218
/proc/meminfo: memFree=1571348/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1526344 CPUtime=0.35
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 5397 0 1 0 32 3 0 0 15 0 12 0 3197288 1562976256 4834 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 381586 4834 1358 10 0 378889 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526344

[startup+0.701467 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5218
/proc/meminfo: memFree=1571348/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1534820 CPUtime=1.11
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 8253 0 1 0 107 4 0 0 15 0 16 0 3197288 1571655680 7028 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 383705 7029 1419 10 0 381008 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1534820

[startup+1.50257 s]
/proc/loadavg: 1.00 1.00 1.00 6/122 5234
/proc/meminfo: memFree=1542700/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541412 CPUtime=2.71
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 15028 0 1 0 264 7 0 0 15 0 16 0 3197288 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385353 12596 1424 10 0 382656 0
[pid=5218/tid=5220] ppid=5216 vsize=1541412 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3197290 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 3197291 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3197291 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3197293 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 3197293 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3197293 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3197297 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541412 CPUtime=0.78
/proc/5218/task/5227/stat : 5227 (java) R 5216 5218 3419 0 -1 4202560 2820 0 0 0 78 0 0 0 15 0 16 0 3197297 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 106251235 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541412 CPUtime=0.94
/proc/5218/task/5228/stat : 5228 (java) R 5216 5218 3419 0 -1 4202560 3071 0 0 0 94 0 0 0 16 0 16 0 3197298 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 106251283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3197298 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3197298 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5231] ppid=5216 vsize=1541412 CPUtime=0.37
/proc/5218/task/5231/stat : 5231 (java) R 5216 5218 3419 0 -1 4202560 392 0 0 0 37 0 0 0 25 0 16 0 3197324 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4109561357 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5218/tid=5232] ppid=5216 vsize=1541412 CPUtime=0.23
/proc/5218/task/5232/stat : 5232 (java) R 5216 5218 3419 0 -1 4202560 3710 0 0 0 22 1 0 0 25 0 16 0 3197324 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3197324 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541412 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3197325 1578405888 12596 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1541412

[startup+3.10179 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 5234
/proc/meminfo: memFree=1476732/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541748 CPUtime=5.85
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 41420 0 1 0 568 17 0 0 15 0 16 0 3197288 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385437 38080 1444 10 0 382740 0
[pid=5218/tid=5220] ppid=5216 vsize=1541748 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3197290 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541748 CPUtime=0.01
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 559 0 0 0 1 0 0 0 16 0 16 0 3197291 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 16 0 3197291 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541748 CPUtime=0.02
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 426 0 0 0 2 0 0 0 18 0 16 0 3197293 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3197293 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3197293 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3197297 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541748 CPUtime=1.67
/proc/5218/task/5227/stat : 5227 (java) R 5216 5218 3419 0 -1 4202560 3787 0 0 0 166 1 0 0 16 0 16 0 3197297 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541748 CPUtime=1.32
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3281 0 0 0 131 1 0 0 15 0 16 0 3197298 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3197298 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3197298 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5231] ppid=5216 vsize=1541748 CPUtime=1.03
/proc/5218/task/5231/stat : 5231 (java) R 5216 5218 3419 0 -1 4202560 989 0 0 0 103 0 0 0 25 0 16 0 3197324 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5218/tid=5232] ppid=5216 vsize=1541748 CPUtime=1.39
/proc/5218/task/5232/stat : 5232 (java) R 5216 5218 3419 0 -1 4202560 27048 0 0 0 130 9 0 0 25 0 16 0 3197324 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4109487930 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3197324 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541748 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3197325 1578749952 38080 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1541748

[startup+6.30166 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 5234
/proc/meminfo: memFree=1418204/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541060 CPUtime=12
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 43147 0 1 0 1182 18 0 0 15 0 16 0 3197288 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385265 39626 1448 10 0 382568 0
[pid=5218/tid=5220] ppid=5216 vsize=1541060 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3197290 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541060 CPUtime=0.06
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 646 0 0 0 6 0 0 0 15 0 16 0 3197291 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541060 CPUtime=0.05
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 422 0 0 0 5 0 0 0 16 0 16 0 3197291 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541060 CPUtime=0.19
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 1813 0 0 0 19 0 0 0 15 0 16 0 3197293 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3197297 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541060 CPUtime=1.79
/proc/5218/task/5227/stat : 5227 (java) S 5216 5218 3419 0 -1 4202560 3799 0 0 0 178 1 0 0 15 0 16 0 3197297 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541060 CPUtime=1.33
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3285 0 0 0 132 1 0 0 16 0 16 0 3197298 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3197298 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3197298 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5231] ppid=5216 vsize=1541060 CPUtime=3.92
/proc/5218/task/5231/stat : 5231 (java) R 5216 5218 3419 0 -1 4202560 992 0 0 0 391 1 0 0 25 0 16 0 3197324 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4109502616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5218/tid=5232] ppid=5216 vsize=1541060 CPUtime=4.26
/proc/5218/task/5232/stat : 5232 (java) R 5216 5218 3419 0 -1 4202560 27157 0 0 0 417 9 0 0 25 0 16 0 3197324 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4110024979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3197324 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3197325 1578045440 39626 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 1541060

[startup+12.7018 s]
/proc/loadavg: 1.23 1.05 1.02 3/122 5234
/proc/meminfo: memFree=1378276/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541060 CPUtime=24.29
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 52911 0 1 0 2407 22 0 0 15 0 16 0 3197288 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385265 49380 1448 10 0 382568 0
[pid=5218/tid=5220] ppid=5216 vsize=1541060 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3961 0 1 0 30 2 0 0 18 0 16 0 3197290 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541060 CPUtime=0.12
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 1453 0 0 0 12 0 0 0 15 0 16 0 3197291 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541060 CPUtime=0.12
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 1215 0 0 0 11 1 0 0 16 0 16 0 3197291 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541060 CPUtime=0.6
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 3524 0 0 0 59 1 0 0 16 0 16 0 3197293 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3197297 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541060 CPUtime=1.79
/proc/5218/task/5227/stat : 5227 (java) S 5216 5218 3419 0 -1 4202560 3799 0 0 0 178 1 0 0 15 0 16 0 3197297 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541060 CPUtime=1.33
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3285 0 0 0 132 1 0 0 15 0 16 0 3197298 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3197298 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3197298 1578045440 49380 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0

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

[pid=5218/tid=5223] ppid=5216 vsize=1541060 CPUtime=1.74
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 4571 0 0 0 173 1 0 0 16 0 16 0 3197293 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3197297 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541060 CPUtime=1.79
/proc/5218/task/5227/stat : 5227 (java) S 5216 5218 3419 0 -1 4202560 3799 0 0 0 178 1 0 0 15 0 16 0 3197297 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541060 CPUtime=1.41
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3291 0 0 0 140 1 0 0 16 0 16 0 3197298 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3197298 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3197298 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5231] ppid=5216 vsize=1541060 CPUtime=24.5
/proc/5218/task/5231/stat : 5231 (java) R 5216 5218 3419 0 -1 4202560 1174 0 0 0 2448 2 0 0 25 0 16 0 3197324 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4109552522 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5218/tid=5232] ppid=5216 vsize=1541060 CPUtime=24.62
/proc/5218/task/5232/stat : 5232 (java) R 5216 5218 3419 0 -1 4202560 33523 0 0 0 2450 12 0 0 25 0 16 0 3197324 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4109674768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3197324 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3197325 1578045440 51870 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.91
Current children cumulated vsize (KiB) 1541060

[startup+29.502 s]
/proc/loadavg: 1.53 1.13 1.04 3/122 5234
/proc/meminfo: memFree=1368232/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541060 CPUtime=56.43
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 55713 0 1 0 5617 26 0 0 15 0 16 0 3197288 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385265 51920 1448 10 0 382568 0
[pid=5218/tid=5220] ppid=5216 vsize=1541060 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 16 0 3197290 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 2285 0 0 0 22 1 0 0 15 0 16 0 3197291 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 1986 0 0 0 22 1 0 0 15 0 16 0 3197291 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541060 CPUtime=1.81
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 4571 0 0 0 180 1 0 0 16 0 16 0 3197293 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3197293 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3197297 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541060 CPUtime=1.79
/proc/5218/task/5227/stat : 5227 (java) S 5216 5218 3419 0 -1 4202560 3799 0 0 0 178 1 0 0 15 0 16 0 3197297 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541060 CPUtime=1.83
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3341 0 0 0 182 1 0 0 15 0 16 0 3197298 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3197298 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3197298 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5231] ppid=5216 vsize=1541060 CPUtime=24.8
/proc/5218/task/5231/stat : 5231 (java) R 5216 5218 3419 0 -1 4202560 1175 0 0 0 2477 3 0 0 25 0 16 0 3197324 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4109585528 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5218/tid=5232] ppid=5216 vsize=1541060 CPUtime=25.34
/proc/5218/task/5232/stat : 5232 (java) R 5216 5218 3419 0 -1 4202560 33523 0 0 0 2522 12 0 0 25 0 16 0 3197324 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4109674710 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3197324 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3197325 1578045440 51920 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.43
Current children cumulated vsize (KiB) 1541060

[startup+30.302 s]
/proc/loadavg: 1.53 1.13 1.04 2/121 5234
/proc/meminfo: memFree=1367868/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541060 CPUtime=56.98
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 55714 0 1 0 5672 26 0 0 15 0 14 0 3197288 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385265 51921 1449 10 0 382568 0
[pid=5218/tid=5220] ppid=5216 vsize=1541060 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 14 0 3197290 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 2285 0 0 0 22 1 0 0 15 0 14 0 3197291 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 1986 0 0 0 22 1 0 0 15 0 14 0 3197291 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541060 CPUtime=1.81
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 4571 0 0 0 180 1 0 0 15 0 14 0 3197293 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 3197293 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3197293 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3197297 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541060 CPUtime=1.79
/proc/5218/task/5227/stat : 5227 (java) S 5216 5218 3419 0 -1 4202560 3799 0 0 0 178 1 0 0 15 0 14 0 3197297 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541060 CPUtime=1.83
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3341 0 0 0 182 1 0 0 15 0 14 0 3197298 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 3197298 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3197298 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3197324 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3197325 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.98
Current children cumulated vsize (KiB) 1541060

[startup+30.502 s]
/proc/loadavg: 1.53 1.13 1.04 2/121 5234
/proc/meminfo: memFree=1367868/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541060 CPUtime=56.98
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 55714 0 1 0 5672 26 0 0 15 0 14 0 3197288 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385265 51921 1449 10 0 382568 0
[pid=5218/tid=5220] ppid=5216 vsize=1541060 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 14 0 3197290 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 2285 0 0 0 22 1 0 0 15 0 14 0 3197291 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 1986 0 0 0 22 1 0 0 15 0 14 0 3197291 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541060 CPUtime=1.81
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 4571 0 0 0 180 1 0 0 15 0 14 0 3197293 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 3197293 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3197293 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3197297 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541060 CPUtime=1.79
/proc/5218/task/5227/stat : 5227 (java) S 5216 5218 3419 0 -1 4202560 3799 0 0 0 178 1 0 0 15 0 14 0 3197297 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541060 CPUtime=1.83
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3341 0 0 0 182 1 0 0 15 0 14 0 3197298 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 3197298 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3197298 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3197324 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3197325 1578045440 51921 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.98
Current children cumulated vsize (KiB) 1541060

[startup+30.602 s]
/proc/loadavg: 1.53 1.13 1.04 2/121 5234
/proc/meminfo: memFree=1367868/2059040 swapFree=4192956/4192956
[pid=5218] ppid=5216 vsize=1541060 CPUtime=57.01
/proc/5218/stat : 5218 (java) S 5216 5218 3419 0 -1 4202496 55723 0 1 0 5675 26 0 0 15 0 14 0 3197288 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5218/statm: 385265 51929 1451 10 0 382568 0
[pid=5218/tid=5220] ppid=5216 vsize=1541060 CPUtime=0.32
/proc/5218/task/5220/stat : 5220 (java) S 5216 5218 3419 0 -1 4202560 3967 0 1 0 30 2 0 0 15 0 14 0 3197290 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5221] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5221/stat : 5221 (java) S 5216 5218 3419 0 -1 4202560 2285 0 0 0 22 1 0 0 15 0 14 0 3197291 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5222] ppid=5216 vsize=1541060 CPUtime=0.23
/proc/5218/task/5222/stat : 5222 (java) S 5216 5218 3419 0 -1 4202560 1986 0 0 0 22 1 0 0 15 0 14 0 3197291 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5223] ppid=5216 vsize=1541060 CPUtime=1.81
/proc/5218/task/5223/stat : 5223 (java) S 5216 5218 3419 0 -1 4202560 4571 0 0 0 180 1 0 0 15 0 14 0 3197293 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 0 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5224] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5224/stat : 5224 (java) S 5216 5218 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 3197293 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5225] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5225/stat : 5225 (java) S 5216 5218 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3197293 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5226] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5226/stat : 5226 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3197297 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5227] ppid=5216 vsize=1541060 CPUtime=1.79
/proc/5218/task/5227/stat : 5227 (java) S 5216 5218 3419 0 -1 4202560 3801 0 0 0 178 1 0 0 16 0 14 0 3197297 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5228] ppid=5216 vsize=1541060 CPUtime=1.83
/proc/5218/task/5228/stat : 5228 (java) S 5216 5218 3419 0 -1 4202560 3341 0 0 0 182 1 0 0 15 0 14 0 3197298 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5229] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5229/stat : 5229 (java) S 5216 5218 3419 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 3197298 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5230] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5230/stat : 5230 (java) S 5216 5218 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3197298 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 1 0 0 0
[pid=5218/tid=5233] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5233/stat : 5233 (java) S 5216 5218 3419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3197324 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
[pid=5218/tid=5234] ppid=5216 vsize=1541060 CPUtime=0
/proc/5218/task/5234/stat : 5234 (java) S 5216 5218 3419 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3197325 1578045440 51929 1992294400 134512640 134550932 4290987376 18446744073709551615 4294960144 0 4 0 16800975 18446604437814683648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.01
Current children cumulated vsize (KiB) 1541060

Child status: 20
Real time (s): 30.625
CPU time (s): 57.0413
CPU user time (s): 56.7574
CPU system time (s): 0.283956
CPU usage (%): 186.257
Max. virtual memory (cumulated for all children) (KiB): 1543216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.7574
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55723
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= 1666
involuntary context switches= 2238

runsolver used 0.147977 second user time and 0.318951 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-11 19:05:58
IDJOB=2662716
IDBENCH=1220
IDSOLVER=1166
FILE ID=node013/2662716-1276275958
PBS_JOBID= 11172198
Free space on /tmp= 62424 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.1111220767.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662716-1276275958/watcher-2662716-1276275958 -o /tmp/evaluation-result-2662716-1276275958/solver-2662716-1276275958 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662716-1276275958.opb

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

MD5SUM BENCH= 38b43a11d13f0709a9bef9791640fdad
RANDOM SEED=1380966223

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1571744 kB
Buffers:         53132 kB
Cached:         308004 kB
SwapCached:          0 kB
Active:         167688 kB
Inactive:       252616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1571744 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       59204 kB
Mapped:          15472 kB
Slab:            45108 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180236 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= 62424 MiB
End job on node013 at 2010-06-11 19:06:29