Trace number 2662759

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 58.961 32.5852

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111223004.opb
MD5SUM651d3a6cc64ca34df144139e51ae2bf7
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.349946
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 1227
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662759-1276279149.opb
0.23/0.21	c reading problem ... 
0.36/0.35	c ... done. Wall clock time 0.133s.
0.36/0.35	c #vars     169
0.36/0.35	c #constraints  101
0.36/0.35	c constraints type 
0.36/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.35	c constraints type 
0.36/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.92/1.68	c cleaning 2496 clauses out of 5000 with flag 5000/5000
4.28/2.37	c cleaning 4248 clauses out of 8504 with flag 11000/11000
5.64/3.08	c cleaning 5624 clauses out of 11257 with flag 18001/18001
7.59/4.02	c cleaning 6815 clauses out of 13635 with flag 26003/26003
9.53/5.05	c cleaning 7904 clauses out of 15817 with flag 35000/35000
11.66/6.12	c cleaning 8954 clauses out of 17916 with flag 45003/45003
13.78/7.21	c cleaning 9478 clauses out of 18959 with flag 55000/55000
15.70/8.26	c cleaning 9736 clauses out of 19481 with flag 65000/65000
17.62/9.22	c cleaning 9869 clauses out of 19746 with flag 75001/75001
19.75/10.30	c cleaning 9934 clauses out of 19876 with flag 85000/85000
21.47/11.21	c cleaning 9968 clauses out of 19942 with flag 95000/95000
23.21/12.12	c cleaning 9985 clauses out of 19976 with flag 105002/105002
24.90/13.06	c cleaning 9991 clauses out of 19990 with flag 115001/115001
26.83/14.02	c cleaning 9994 clauses out of 19999 with flag 125001/125001
28.55/14.99	c cleaning 9996 clauses out of 20004 with flag 135000/135000
30.48/15.91	c cleaning 9999 clauses out of 20009 with flag 145001/145001
32.19/16.88	c cleaning 10003 clauses out of 20009 with flag 155000/155000
33.90/17.74	c cleaning 10001 clauses out of 20007 with flag 165001/165001
35.64/18.70	c cleaning 9999 clauses out of 20006 with flag 175001/175001
37.96/19.81	c cleaning 10001 clauses out of 20009 with flag 185003/185003
39.66/20.72	c cleaning 9999 clauses out of 20005 with flag 195000/195000
41.38/21.60	c cleaning 10000 clauses out of 20006 with flag 205000/205000
43.10/22.51	c cleaning 10002 clauses out of 20008 with flag 215002/215002
44.62/23.35	c cleaning 9998 clauses out of 20006 with flag 225002/225002
46.52/24.31	c cleaning 10001 clauses out of 20007 with flag 235001/235001
48.05/25.16	c cleaning 9997 clauses out of 20006 with flag 245001/245001
49.78/26.05	c cleaning 10002 clauses out of 20009 with flag 255001/255001
52.31/27.38	c cleaning 10000 clauses out of 20006 with flag 265000/265000
54.42/28.41	c cleaning 9998 clauses out of 20006 with flag 275001/275001
55.35/28.94	c And the winner is Resolution
58.88/32.49	c starts		: 131
58.88/32.49	c conflicts		: 280550
58.88/32.49	c decisions		: 401858
58.88/32.49	c propagations		: 6081190
58.88/32.49	c inspects		: 85953131
58.88/32.49	c learnt literals	: 7
58.88/32.49	c learnt binary clauses	: 20
58.88/32.49	c learnt ternary clauses	: 141
58.88/32.49	c learnt clauses	: 280542
58.88/32.49	c ignored clauses	: 0
58.88/32.49	c root simplifications	: 0
58.88/32.49	c removed literals (reason simplification)	: 2809913
58.88/32.49	c reason swapping (by a shorter reason)	: 0
58.88/32.49	c Calls to reduceDB	: 29
58.88/32.49	c number of reductions to clauses (during analyze)	: 0
58.88/32.49	c number of learned constraints concerned by reduction	: 0
58.88/32.49	c number of learning phase by resolution	: 0
58.88/32.49	c number of learning phase by cutting planes	: 0
58.88/32.49	c speed (assignments/second)	: 189209.3963907903
58.88/32.49	c non guided choices	44
58.88/32.52	c learnt constraints type 
58.88/32.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15530
58.88/32.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
58.88/32.52	c constraints type 
58.88/32.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
58.88/32.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
58.88/32.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
58.88/32.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.88/32.52	c constraints type 
58.88/32.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
58.88/32.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
58.88/32.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
58.88/32.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
58.88/32.52	s UNSATISFIABLE
58.88/32.52	c Total wall clock time (in seconds): 32.303

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

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


[startup+0 s]
/proc/loadavg: 0.98 1.03 1.00 3/106 5419
/proc/meminfo: memFree=1807328/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=13164 CPUtime=0
/proc/5419/stat : 5419 (java) R 5417 5419 5325 0 -1 4194304 927 0 0 0 0 0 0 0 16 0 1 0 3518839 13479936 423 1992294400 134512640 134550932 4287290064 18446744073709551615 10442373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5419/statm: 3291 427 145 10 0 1121 0

[startup+0.0771539 s]
/proc/loadavg: 0.98 1.03 1.00 3/106 5419
/proc/meminfo: memFree=1807328/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1521796 CPUtime=0.07
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 3781 0 1 0 5 2 0 0 16 0 7 0 3518839 1558319104 3222 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 380449 3222 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.102158 s]
/proc/loadavg: 0.98 1.03 1.00 3/106 5419
/proc/meminfo: memFree=1807328/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1524180 CPUtime=0.09
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 3996 0 1 0 7 2 0 0 16 0 12 0 3518839 1560760320 3435 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 381045 3435 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301172 s]
/proc/loadavg: 0.98 1.03 1.00 3/106 5419
/proc/meminfo: memFree=1807328/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1525780 CPUtime=0.36
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 5397 0 1 0 33 3 0 0 16 0 12 0 3518839 1562398720 4832 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 381445 4832 1361 10 0 378748 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525780

[startup+0.701212 s]
/proc/loadavg: 0.98 1.03 1.00 3/106 5419
/proc/meminfo: memFree=1807328/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1532928 CPUtime=1.14
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 8037 0 1 0 109 5 0 0 16 0 16 0 3518839 1569718272 6891 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 383232 6892 1417 10 0 380535 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1532928

[startup+1.50228 s]
/proc/loadavg: 0.98 1.02 1.00 6/122 5435
/proc/meminfo: memFree=1779736/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1540320 CPUtime=2.72
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 15684 0 1 0 264 8 0 0 16 0 16 0 3518839 1577287680 12774 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 385080 12774 1427 10 0 382383 0
[pid=5419/tid=5421] ppid=5417 vsize=1540320 CPUtime=0.32
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3944 0 1 0 30 2 0 0 18 0 16 0 3518840 1577287680 12774 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 3518841 1577287680 12774 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 3518842 1577287680 12774 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5424/stat : 5424 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3518843 1577287680 12774 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 16 0 3518844 1577287680 12774 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 3518844 1577287680 12774 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 3518848 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1540320 CPUtime=0.69
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 1536 0 0 0 69 0 0 0 15 0 16 0 3518848 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1540320 CPUtime=0.97
/proc/5419/task/5429/stat : 5429 (java) R 5417 5419 5325 0 -1 4202560 4777 0 0 0 95 2 0 0 17 0 16 0 3518848 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 103371667 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 3518848 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3518848 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5432] ppid=5417 vsize=1540320 CPUtime=0.48
/proc/5419/task/5432/stat : 5432 (java) R 5417 5419 5325 0 -1 4202560 551 0 0 0 48 0 0 0 25 0 16 0 3518875 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4109577935 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5419/tid=5433] ppid=5417 vsize=1540320 CPUtime=0.21
/proc/5419/task/5433/stat : 5433 (java) R 5417 5419 5325 0 -1 4202560 3803 0 0 0 20 1 0 0 25 0 16 0 3518875 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4109483920 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3518875 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1540320 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3518875 1577287680 12775 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1540320

[startup+3.10141 s]
/proc/loadavg: 0.98 1.02 1.00 4/122 5435
/proc/meminfo: memFree=1747868/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1541336 CPUtime=5.83
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 30975 0 1 0 570 13 0 0 16 0 16 0 3518839 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 385334 25881 1443 10 0 382637 0
[pid=5419/tid=5421] ppid=5417 vsize=1541336 CPUtime=0.33
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3945 0 1 0 31 2 0 0 17 0 16 0 3518840 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1541336 CPUtime=0.01
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 429 0 0 0 1 0 0 0 16 0 16 0 3518841 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1541336 CPUtime=0.01
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 390 0 0 0 1 0 0 0 15 0 16 0 3518842 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1541336 CPUtime=0.05
/proc/5419/task/5424/stat : 5424 (java) R 5417 5419 5325 0 -1 4202560 517 0 0 0 5 0 0 0 15 0 16 0 3518843 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1541336 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3518844 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1541336 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3518844 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1541336 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 3518848 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1541336 CPUtime=1.14
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 3388 0 0 0 113 1 0 0 16 0 16 0 3518848 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1541336 CPUtime=1.57
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 5379 0 0 0 155 2 0 0 15 0 16 0 3518848 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1541336 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 3518848 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1541336 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3518848 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5432] ppid=5417 vsize=1541336 CPUtime=1.82
/proc/5419/task/5432/stat : 5432 (java) S 5417 5419 5325 0 -1 4202560 1344 0 0 0 182 0 0 0 18 0 16 0 3518875 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5433] ppid=5417 vsize=1541336 CPUtime=0.84
/proc/5419/task/5433/stat : 5433 (java) S 5417 5419 5325 0 -1 4202560 14511 0 0 0 79 5 0 0 18 0 16 0 3518875 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1541336 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3518875 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1541336 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3518875 1578328064 25881 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1541336

[startup+6.3077 s]
/proc/loadavg: 1.06 1.04 1.01 3/122 5435
/proc/meminfo: memFree=1655116/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1539740 CPUtime=12.02
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 46690 0 1 0 1183 19 0 0 16 0 16 0 3518839 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 384935 40010 1447 10 0 382238 0
[pid=5419/tid=5421] ppid=5417 vsize=1539740 CPUtime=0.33
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3945 0 1 0 31 2 0 0 15 0 16 0 3518840 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1539740 CPUtime=0.05
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 700 0 0 0 5 0 0 0 16 0 16 0 3518841 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1539740 CPUtime=0.05
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 620 0 0 0 5 0 0 0 16 0 16 0 3518842 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1539740 CPUtime=0.21
/proc/5419/task/5424/stat : 5424 (java) S 5417 5419 5325 0 -1 4202560 2201 0 0 0 21 0 0 0 16 0 16 0 3518843 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3518844 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3518844 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 3518848 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1539740 CPUtime=1.23
/proc/5419/task/5428/stat : 5428 (java) R 5417 5419 5325 0 -1 4202560 3395 0 0 0 122 1 0 0 15 0 16 0 3518848 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 104161319 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1539740 CPUtime=2.08
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 6607 0 0 0 205 3 0 0 16 0 16 0 3518848 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 3518848 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3518848 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5432] ppid=5417 vsize=1539740 CPUtime=4.67
/proc/5419/task/5432/stat : 5432 (java) R 5417 5419 5325 0 -1 4202560 1368 0 0 0 467 0 0 0 22 0 16 0 3518875 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4109578710 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5433] ppid=5417 vsize=1539740 CPUtime=3.32
/proc/5419/task/5433/stat : 5433 (java) R 5417 5419 5325 0 -1 4202560 26782 0 0 0 323 9 0 0 19 0 16 0 3518875 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4109530849 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3518875 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3518875 1576693760 40010 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 1539740

[startup+12.7019 s]
/proc/loadavg: 1.14 1.06 1.01 3/122 5435
/proc/meminfo: memFree=1642716/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1539740 CPUtime=24.31
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 48962 0 1 0 2411 20 0 0 16 0 16 0 3518839 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 384935 42270 1447 10 0 382238 0
[pid=5419/tid=5421] ppid=5417 vsize=1539740 CPUtime=0.33
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3945 0 1 0 31 2 0 0 15 0 16 0 3518840 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1539740 CPUtime=0.11
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 1151 0 0 0 11 0 0 0 16 0 16 0 3518841 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1539740 CPUtime=0.12
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 1017 0 0 0 12 0 0 0 15 0 16 0 3518842 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1539740 CPUtime=0.58
/proc/5419/task/5424/stat : 5424 (java) S 5417 5419 5325 0 -1 4202560 3614 0 0 0 58 0 0 0 16 0 16 0 3518843 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3518844 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3518844 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 3518848 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1539740 CPUtime=1.25
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 3397 0 0 0 124 1 0 0 15 0 16 0 3518848 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1539740 CPUtime=2.08
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 6607 0 0 0 205 3 0 0 16 0 16 0 3518848 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 3518848 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1539740 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3518848 1576693760 42270 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0

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

[pid=5419/tid=5425] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3518844 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 3518844 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 3518848 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1544700 CPUtime=1.69
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 4951 0 0 0 168 1 0 0 16 0 16 0 3518848 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1544700 CPUtime=2.08
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 6607 0 0 0 205 3 0 0 16 0 16 0 3518848 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 3518848 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3518848 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5432] ppid=5417 vsize=1544700 CPUtime=24.87
/proc/5419/task/5432/stat : 5432 (java) R 5417 5419 5325 0 -1 4202560 1392 0 0 0 2486 1 0 0 25 0 16 0 3518875 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4109579003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5433] ppid=5417 vsize=1544700 CPUtime=23.8
/proc/5419/task/5433/stat : 5433 (java) R 5417 5419 5325 0 -1 4202560 26786 0 0 0 2371 9 0 0 25 0 16 0 3518875 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4110010631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3518875 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 3518875 1581772800 44781 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.95
Current children cumulated vsize (KiB) 1544700

[startup+30.3012 s]
/proc/loadavg: 1.33 1.10 1.02 2/121 5435
/proc/meminfo: memFree=1632060/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1544700 CPUtime=56.79
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 52039 0 1 0 5657 22 0 0 16 0 15 0 3518839 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 386175 44782 1448 10 0 383478 0
[pid=5419/tid=5421] ppid=5417 vsize=1544700 CPUtime=0.33
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3946 0 1 0 31 2 0 0 15 0 15 0 3518840 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1544700 CPUtime=0.18
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 1264 0 0 0 18 0 0 0 15 0 15 0 3518841 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1544700 CPUtime=0.19
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 1081 0 0 0 19 0 0 0 15 0 15 0 3518842 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1544700 CPUtime=1.73
/proc/5419/task/5424/stat : 5424 (java) S 5417 5419 5325 0 -1 4202560 4939 0 0 0 172 1 0 0 16 0 15 0 3518843 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3518844 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 3518844 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 15 0 3518848 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1544700 CPUtime=1.71
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 4951 0 0 0 170 1 0 0 15 0 15 0 3518848 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1544700 CPUtime=2.08
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 6607 0 0 0 205 3 0 0 16 0 15 0 3518848 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 3518848 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3518848 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5433] ppid=5417 vsize=1544700 CPUtime=25.39
/proc/5419/task/5433/stat : 5433 (java) R 5417 5419 5325 0 -1 4202560 26786 0 0 0 2530 9 0 0 25 0 15 0 3518875 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4110010585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3518875 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1544700 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 15 0 3518875 1581772800 44782 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.79
Current children cumulated vsize (KiB) 1544700

[startup+31.9092 s]
/proc/loadavg: 1.30 1.10 1.02 2/121 5435
/proc/meminfo: memFree=1632432/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1542652 CPUtime=58.4
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 52041 0 1 0 5818 22 0 0 16 0 15 0 3518839 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 385663 44524 1448 10 0 382966 0
[pid=5419/tid=5421] ppid=5417 vsize=1542652 CPUtime=0.33
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3946 0 1 0 31 2 0 0 15 0 15 0 3518840 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1542652 CPUtime=0.18
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 1264 0 0 0 18 0 0 0 15 0 15 0 3518841 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1542652 CPUtime=0.19
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 1081 0 0 0 19 0 0 0 15 0 15 0 3518842 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1542652 CPUtime=1.73
/proc/5419/task/5424/stat : 5424 (java) S 5417 5419 5325 0 -1 4202560 4939 0 0 0 172 1 0 0 15 0 15 0 3518843 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3518844 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 3518844 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1542652 CPUtime=1.71
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 4951 0 0 0 170 1 0 0 15 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1542652 CPUtime=2.08
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 6607 0 0 0 205 3 0 0 16 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5433] ppid=5417 vsize=1542652 CPUtime=27
/proc/5419/task/5433/stat : 5433 (java) R 5417 5419 5325 0 -1 4202560 26786 0 0 0 2691 9 0 0 25 0 15 0 3518875 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4109628467 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3518875 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 15 0 3518875 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.4
Current children cumulated vsize (KiB) 1542652

[startup+32.3012 s]
/proc/loadavg: 1.30 1.10 1.02 2/121 5435
/proc/meminfo: memFree=1632432/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1542652 CPUtime=58.79
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 52041 0 1 0 5857 22 0 0 16 0 15 0 3518839 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 385663 44524 1448 10 0 382966 0
[pid=5419/tid=5421] ppid=5417 vsize=1542652 CPUtime=0.33
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3946 0 1 0 31 2 0 0 15 0 15 0 3518840 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1542652 CPUtime=0.18
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 1264 0 0 0 18 0 0 0 15 0 15 0 3518841 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1542652 CPUtime=0.19
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 1081 0 0 0 19 0 0 0 15 0 15 0 3518842 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1542652 CPUtime=1.73
/proc/5419/task/5424/stat : 5424 (java) S 5417 5419 5325 0 -1 4202560 4939 0 0 0 172 1 0 0 15 0 15 0 3518843 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3518844 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 3518844 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1542652 CPUtime=1.71
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 4951 0 0 0 170 1 0 0 15 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1542652 CPUtime=2.08
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 6607 0 0 0 205 3 0 0 16 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 3518848 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5433] ppid=5417 vsize=1542652 CPUtime=27.39
/proc/5419/task/5433/stat : 5433 (java) R 5417 5419 5325 0 -1 4202560 26786 0 0 0 2730 9 0 0 25 0 15 0 3518875 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4109628467 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3518875 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 15 0 3518875 1579675648 44524 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.79
Current children cumulated vsize (KiB) 1542652

[startup+32.5012 s]
/proc/loadavg: 1.30 1.10 1.02 2/121 5435
/proc/meminfo: memFree=1632432/2059040 swapFree=4192072/4192956
[pid=5419] ppid=5417 vsize=1542652 CPUtime=58.88
/proc/5419/stat : 5419 (java) S 5417 5419 5325 0 -1 4202496 52046 0 1 0 5866 22 0 0 16 0 15 0 3518839 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5419/statm: 385663 44527 1448 10 0 382966 0
[pid=5419/tid=5421] ppid=5417 vsize=1542652 CPUtime=0.33
/proc/5419/task/5421/stat : 5421 (java) S 5417 5419 5325 0 -1 4202560 3950 0 1 0 31 2 0 0 16 0 15 0 3518840 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5422] ppid=5417 vsize=1542652 CPUtime=0.18
/proc/5419/task/5422/stat : 5422 (java) S 5417 5419 5325 0 -1 4202560 1264 0 0 0 18 0 0 0 15 0 15 0 3518841 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5423] ppid=5417 vsize=1542652 CPUtime=0.19
/proc/5419/task/5423/stat : 5423 (java) S 5417 5419 5325 0 -1 4202560 1081 0 0 0 19 0 0 0 15 0 15 0 3518842 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5424] ppid=5417 vsize=1542652 CPUtime=1.73
/proc/5419/task/5424/stat : 5424 (java) S 5417 5419 5325 0 -1 4202560 4939 0 0 0 172 1 0 0 16 0 15 0 3518843 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 0 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5425] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5425/stat : 5425 (java) S 5417 5419 5325 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3518844 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5426] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5426/stat : 5426 (java) S 5417 5419 5325 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 3518844 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5427] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5427/stat : 5427 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 15 0 3518848 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5428] ppid=5417 vsize=1542652 CPUtime=1.71
/proc/5419/task/5428/stat : 5428 (java) S 5417 5419 5325 0 -1 4202560 4951 0 0 0 170 1 0 0 15 0 15 0 3518848 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5429] ppid=5417 vsize=1542652 CPUtime=2.08
/proc/5419/task/5429/stat : 5429 (java) S 5417 5419 5325 0 -1 4202560 6607 0 0 0 205 3 0 0 16 0 15 0 3518848 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5430] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5430/stat : 5430 (java) S 5417 5419 5325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 3518848 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5431] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5431/stat : 5431 (java) S 5417 5419 5325 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 3518848 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
[pid=5419/tid=5434] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5434/stat : 5434 (java) S 5417 5419 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3518875 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 1 0 0 0
[pid=5419/tid=5435] ppid=5417 vsize=1542652 CPUtime=0
/proc/5419/task/5435/stat : 5435 (java) S 5417 5419 5325 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 15 0 3518875 1579675648 44527 1992294400 134512640 134550932 4287290064 18446744073709551615 4294960144 0 4 0 16800975 18446604437817515008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.88
Current children cumulated vsize (KiB) 1542652

Child status: 20
Real time (s): 32.5852
CPU time (s): 58.961
CPU user time (s): 58.7191
CPU system time (s): 0.241963
CPU usage (%): 180.944
Max. virtual memory (cumulated for all children) (KiB): 1544700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.7191
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52052
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= 1626
involuntary context switches= 2257

runsolver used 0.135979 second user time and 0.331949 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-11 19:59:09
IDJOB=2662759
IDBENCH=1263
IDSOLVER=1166
FILE ID=node003/2662759-1276279149
PBS_JOBID= 11173107
Free space on /tmp= 62556 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.1111223004.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662759-1276279149/watcher-2662759-1276279149 -o /tmp/evaluation-result-2662759-1276279149/solver-2662759-1276279149 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662759-1276279149.opb

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

MD5SUM BENCH= 651d3a6cc64ca34df144139e51ae2bf7
RANDOM SEED=194438014

node003.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807848 kB
Buffers:         20604 kB
Cached:         106912 kB
SwapCached:          0 kB
Active:          91176 kB
Inactive:        94712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807848 kB
SwapTotal:     4192956 kB
SwapFree:      4192072 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       58400 kB
Mapped:          15384 kB
Slab:            43512 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181856 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= 62552 MiB
End job on node003 at 2010-06-11 19:59:42