Trace number 2662723

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 54.0428 30.6615

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111217392.opb
MD5SUM87905b580a8cbad3b6d7f981df390136
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.136978
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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662723-1276276587.opb
0.22/0.23	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.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.35	c constraints type 
0.35/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.11/1.73	c cleaning 2498 clauses out of 5001 with flag 5001/5001
4.46/2.45	c cleaning 4249 clauses out of 8503 with flag 11001/11001
5.83/3.11	c cleaning 5622 clauses out of 11253 with flag 18000/18000
7.61/4.03	c cleaning 6807 clauses out of 13633 with flag 26002/26002
9.14/4.88	c cleaning 7911 clauses out of 15826 with flag 35002/35002
11.09/5.85	c cleaning 8952 clauses out of 17914 with flag 45001/45001
13.23/6.94	c cleaning 9474 clauses out of 18961 with flag 55000/55000
15.16/7.90	c cleaning 9740 clauses out of 19488 with flag 65001/65001
16.91/8.85	c cleaning 9870 clauses out of 19748 with flag 75001/75001
19.05/9.91	c cleaning 9937 clauses out of 19880 with flag 85003/85003
20.77/10.86	c cleaning 9968 clauses out of 19943 with flag 95003/95003
22.52/11.75	c cleaning 9979 clauses out of 19972 with flag 105000/105000
24.05/12.58	c cleaning 9997 clauses out of 19995 with flag 115002/115002
25.79/13.46	c cleaning 9996 clauses out of 19998 with flag 125002/125002
27.72/14.42	c cleaning 9995 clauses out of 20000 with flag 135000/135000
29.48/15.33	c cleaning 10000 clauses out of 20005 with flag 145000/145000
30.99/16.19	c cleaning 9996 clauses out of 20005 with flag 155000/155000
32.73/17.04	c cleaning 10002 clauses out of 20010 with flag 165001/165001
34.66/18.04	c cleaning 9997 clauses out of 20007 with flag 175000/175000
36.59/19.06	c cleaning 10003 clauses out of 20013 with flag 185003/185003
38.50/20.08	c cleaning 9999 clauses out of 20008 with flag 195001/195001
40.44/21.06	c cleaning 10002 clauses out of 20011 with flag 205003/205003
42.19/22.00	c cleaning 10002 clauses out of 20007 with flag 215001/215001
43.91/22.88	c cleaning 9999 clauses out of 20004 with flag 225000/225000
45.63/23.70	c cleaning 9999 clauses out of 20007 with flag 235002/235002
47.17/24.53	c cleaning 9999 clauses out of 20006 with flag 245000/245000
49.51/25.77	c cleaning 9999 clauses out of 20008 with flag 255002/255002
49.85/25.91	c And the winner is Resolution
53.98/30.61	c starts		: 120
53.98/30.61	c conflicts		: 256385
53.98/30.61	c decisions		: 381198
53.98/30.61	c propagations		: 5549874
53.98/30.61	c inspects		: 76615940
53.98/30.61	c learnt literals	: 5
53.98/30.61	c learnt binary clauses	: 19
53.98/30.61	c learnt ternary clauses	: 213
53.98/30.61	c learnt clauses	: 256379
53.98/30.61	c ignored clauses	: 0
53.98/30.61	c root simplifications	: 0
53.98/30.61	c removed literals (reason simplification)	: 2362002
53.98/30.61	c reason swapping (by a shorter reason)	: 0
53.98/30.61	c Calls to reduceDB	: 27
53.98/30.61	c number of reductions to clauses (during analyze)	: 0
53.98/30.61	c number of learned constraints concerned by reduction	: 0
53.98/30.61	c number of learning phase by resolution	: 0
53.98/30.61	c number of learning phase by cutting planes	: 0
53.98/30.61	c speed (assignments/second)	: 183430.52617662612
53.98/30.61	c non guided choices	38
53.98/30.63	c learnt constraints type 
53.98/30.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11368
53.98/30.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
53.98/30.63	c constraints type 
53.98/30.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
53.98/30.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
53.98/30.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
53.98/30.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
53.98/30.63	c constraints type 
53.98/30.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
53.98/30.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
53.98/30.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
53.98/30.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
53.98/30.63	s UNSATISFIABLE
53.98/30.63	c Total wall clock time (in seconds): 30.416

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-2662723-1276276587/watcher-2662723-1276276587 -o /tmp/evaluation-result-2662723-1276276587/solver-2662723-1276276587 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662723-1276276587.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.03 1.07 3/106 4763
/proc/meminfo: memFree=1576372/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1832 CPUtime=0
/proc/4763/stat : 4763 (java6) R 4761 4763 3358 0 -1 4194304 222 0 0 0 0 0 0 0 19 0 1 0 3262441 1875968 126 1992294400 134512640 134550932 4286693520 18446744073709551615 9282311 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4763/statm: 458 130 93 10 0 63 0

[startup+0.0361581 s]
/proc/loadavg: 1.00 1.03 1.07 3/106 4763
/proc/meminfo: memFree=1576372/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1520176 CPUtime=0.01
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 3034 0 1 0 0 1 0 0 15 0 4 0 3262441 1556660224 2477 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 380044 2485 732 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1520176

[startup+0.100158 s]
/proc/loadavg: 1.00 1.03 1.07 3/106 4763
/proc/meminfo: memFree=1576372/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1524180 CPUtime=0.08
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 3949 0 1 0 6 2 0 0 15 0 12 0 3262441 1560760320 3388 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 381045 3388 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300156 s]
/proc/loadavg: 1.00 1.03 1.07 3/106 4763
/proc/meminfo: memFree=1576372/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1526376 CPUtime=0.35
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 5396 0 1 0 32 3 0 0 15 0 12 0 3262441 1563009024 4833 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 381594 4833 1358 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.700154 s]
/proc/loadavg: 1.00 1.03 1.07 3/106 4763
/proc/meminfo: memFree=1576372/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1533308 CPUtime=1.12
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 7684 0 1 0 108 4 0 0 15 0 16 0 3262441 1570107392 6721 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 383327 6721 1417 10 0 380630 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1533308

[startup+1.50115 s]
/proc/loadavg: 1.00 1.03 1.07 5/122 4779
/proc/meminfo: memFree=1547672/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1540424 CPUtime=2.71
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 14550 0 1 0 261 10 0 0 15 0 16 0 3262441 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 385106 11864 1424 10 0 382409 0
[pid=4763/tid=4765] ppid=4761 vsize=1540424 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3960 0 1 0 30 2 0 0 18 0 16 0 3262443 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 3262444 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3262444 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1540424 CPUtime=0.05
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 3 2 0 0 18 0 16 0 3262446 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 3262446 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3262446 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3262451 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1540424 CPUtime=0.61
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2147 0 0 0 60 1 0 0 15 0 16 0 3262451 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1540424 CPUtime=1.02
/proc/4763/task/4773/stat : 4773 (java) R 4761 4763 3358 0 -1 4202560 3951 0 0 0 101 1 0 0 16 0 16 0 3262451 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 106261785 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3262451 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3262451 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=1540424 CPUtime=0.45
/proc/4763/task/4776/stat : 4776 (java) R 4761 4763 3358 0 -1 4202560 467 0 0 0 45 0 0 0 25 0 16 0 3262477 1577394176 11864 1992294400 134512640 134550932 4289107792 18446744073709551615 4109367858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=1540424 CPUtime=0.19
/proc/4763/task/4777/stat : 4777 (java) R 4761 4763 3358 0 -1 4202560 2951 0 0 0 19 0 0 0 25 0 16 0 3262477 1577394176 11866 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3262477 1577394176 11867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1540424 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3262478 1577394176 11867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1540424

[startup+3.10314 s]
/proc/loadavg: 1.00 1.03 1.07 3/122 4779
/proc/meminfo: memFree=1528700/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1541308 CPUtime=5.83
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 28509 0 1 0 568 15 0 0 15 0 16 0 3262441 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 385327 24533 1444 10 0 382630 0
[pid=4763/tid=4765] ppid=4761 vsize=1541308 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3960 0 1 0 30 2 0 0 18 0 16 0 3262443 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1541308 CPUtime=0.01
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 454 0 0 0 1 0 0 0 16 0 16 0 3262444 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 16 0 3262444 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1541308 CPUtime=0.1
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 546 0 0 0 8 2 0 0 16 0 16 0 3262446 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3262446 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3262446 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3262451 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1541308 CPUtime=0.75
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2248 0 0 0 74 1 0 0 15 0 16 0 3262451 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1541308 CPUtime=1.99
/proc/4763/task/4773/stat : 4773 (java) R 4761 4763 3358 0 -1 4202560 5467 0 0 0 197 2 0 0 15 0 16 0 3262451 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 103148586 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3262451 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3262451 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=1541308 CPUtime=1.8
/proc/4763/task/4776/stat : 4776 (java) R 4761 4763 3358 0 -1 4202560 1220 0 0 0 180 0 0 0 25 0 16 0 3262477 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=1541308 CPUtime=0.79
/proc/4763/task/4777/stat : 4777 (java) R 4761 4763 3358 0 -1 4202560 13325 0 0 0 74 5 0 0 17 0 16 0 3262477 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3262477 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1541308 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3262478 1578299392 24533 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1541308

[startup+6.30112 s]
/proc/loadavg: 1.08 1.04 1.07 3/122 4779
/proc/meminfo: memFree=1423796/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1538468 CPUtime=12.04
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 43712 0 1 0 1184 20 0 0 15 0 16 0 3262441 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 384617 38867 1444 10 0 381920 0
[pid=4763/tid=4765] ppid=4761 vsize=1538468 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 16 0 3262443 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1538468 CPUtime=0.04
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 751 0 0 0 4 0 0 0 16 0 16 0 3262444 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1538468 CPUtime=0.03
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 533 0 0 0 3 0 0 0 15 0 16 0 3262444 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1538468 CPUtime=0.25
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 1496 0 0 0 22 3 0 0 16 0 16 0 3262446 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3262446 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3262446 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3262451 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1538468 CPUtime=0.78
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2248 0 0 0 77 1 0 0 15 0 16 0 3262451 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1538468 CPUtime=2.19
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 3358 0 -1 4202560 5525 0 0 0 217 2 0 0 15 0 16 0 3262451 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3262451 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3262451 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=1538468 CPUtime=4.73
/proc/4763/task/4776/stat : 4776 (java) R 4761 4763 3358 0 -1 4202560 1513 0 0 0 473 0 0 0 25 0 16 0 3262477 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4109622135 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=1538468 CPUtime=3.64
/proc/4763/task/4777/stat : 4777 (java) R 4761 4763 3358 0 -1 4202560 26612 0 0 0 355 9 0 0 20 0 16 0 3262477 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4109747277 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3262477 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3262478 1575391232 38867 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 1538468

[startup+12.7011 s]
/proc/loadavg: 1.23 1.08 1.08 3/122 4779
/proc/meminfo: memFree=1418596/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1538468 CPUtime=24.4
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 45609 0 1 0 2419 21 0 0 15 0 16 0 3262441 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 384617 40755 1448 10 0 381920 0
[pid=4763/tid=4765] ppid=4761 vsize=1538468 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3961 0 1 0 30 2 0 0 15 0 16 0 3262443 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1538468 CPUtime=0.07
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 905 0 0 0 7 0 0 0 15 0 16 0 3262444 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1538468 CPUtime=0.08
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 687 0 0 0 8 0 0 0 15 0 16 0 3262444 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1538468 CPUtime=0.58
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 3051 0 0 0 55 3 0 0 16 0 16 0 3262446 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3262446 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3262446 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3262451 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1538468 CPUtime=0.82
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2254 0 0 0 81 1 0 0 15 0 16 0 3262451 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1538468 CPUtime=2.19
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 3358 0 -1 4202560 5525 0 0 0 217 2 0 0 15 0 16 0 3262451 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3262451 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1538468 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3262451 1575391232 40755 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0

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

[pid=4763/tid=4766] ppid=4761 vsize=1539076 CPUtime=0.12
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 907 0 0 0 12 0 0 0 15 0 15 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1539076 CPUtime=0.13
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 689 0 0 0 13 0 0 0 15 0 15 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1539076 CPUtime=1.31
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 4407 0 0 0 127 4 0 0 15 0 15 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1539076 CPUtime=0.86
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2256 0 0 0 85 1 0 0 15 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1539076 CPUtime=2.59
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 3358 0 -1 4202560 6553 0 0 0 256 3 0 0 16 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=1539076 CPUtime=24.47
/proc/4763/task/4777/stat : 4777 (java) R 4761 4763 3358 0 -1 4202560 26634 0 0 0 2438 9 0 0 25 0 15 0 3262477 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4109747158 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3262477 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3262478 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.67
Current children cumulated vsize (KiB) 1539076

[startup+29.502 s]
/proc/loadavg: 1.56 1.15 1.11 2/121 4779
/proc/meminfo: memFree=1411164/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1539076 CPUtime=53.46
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 48017 0 1 0 5323 23 0 0 15 0 15 0 3262441 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 384769 42302 1449 10 0 382072 0
[pid=4763/tid=4765] ppid=4761 vsize=1539076 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3963 0 1 0 30 2 0 0 15 0 15 0 3262443 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1539076 CPUtime=0.12
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 907 0 0 0 12 0 0 0 15 0 15 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1539076 CPUtime=0.13
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 689 0 0 0 13 0 0 0 15 0 15 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1539076 CPUtime=1.31
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 4407 0 0 0 127 4 0 0 15 0 15 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1539076 CPUtime=0.86
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2256 0 0 0 85 1 0 0 15 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1539076 CPUtime=2.59
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 3358 0 -1 4202560 6553 0 0 0 256 3 0 0 16 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=1539076 CPUtime=25.27
/proc/4763/task/4777/stat : 4777 (java) R 4761 4763 3358 0 -1 4202560 26634 0 0 0 2518 9 0 0 25 0 15 0 3262477 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4110139083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3262477 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3262478 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.46
Current children cumulated vsize (KiB) 1539076

[startup+30.302 s]
/proc/loadavg: 1.56 1.15 1.11 2/121 4779
/proc/meminfo: memFree=1411164/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1539076 CPUtime=53.98
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 48017 0 1 0 5375 23 0 0 15 0 14 0 3262441 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 384769 42302 1449 10 0 382072 0
[pid=4763/tid=4765] ppid=4761 vsize=1539076 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3963 0 1 0 30 2 0 0 15 0 14 0 3262443 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1539076 CPUtime=0.12
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 907 0 0 0 12 0 0 0 15 0 14 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1539076 CPUtime=0.13
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 689 0 0 0 13 0 0 0 15 0 14 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1539076 CPUtime=1.31
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 4407 0 0 0 127 4 0 0 15 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1539076 CPUtime=0.86
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2256 0 0 0 85 1 0 0 15 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1539076 CPUtime=2.59
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 3358 0 -1 4202560 6553 0 0 0 256 3 0 0 16 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3262477 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3262478 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.98
Current children cumulated vsize (KiB) 1539076

[startup+30.502 s]
/proc/loadavg: 1.56 1.15 1.11 2/121 4779
/proc/meminfo: memFree=1411164/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1539076 CPUtime=53.98
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 48017 0 1 0 5375 23 0 0 15 0 14 0 3262441 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 384769 42302 1449 10 0 382072 0
[pid=4763/tid=4765] ppid=4761 vsize=1539076 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3963 0 1 0 30 2 0 0 15 0 14 0 3262443 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1539076 CPUtime=0.12
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 907 0 0 0 12 0 0 0 15 0 14 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1539076 CPUtime=0.13
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 689 0 0 0 13 0 0 0 15 0 14 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1539076 CPUtime=1.31
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 4407 0 0 0 127 4 0 0 15 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1539076 CPUtime=0.86
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2256 0 0 0 85 1 0 0 15 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1539076 CPUtime=2.59
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 3358 0 -1 4202560 6553 0 0 0 256 3 0 0 16 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3262477 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3262478 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.98
Current children cumulated vsize (KiB) 1539076

[startup+30.602 s]
/proc/loadavg: 1.56 1.15 1.11 2/121 4779
/proc/meminfo: memFree=1411164/2059040 swapFree=4192956/4192956
[pid=4763] ppid=4761 vsize=1539076 CPUtime=53.98
/proc/4763/stat : 4763 (java) S 4761 4763 3358 0 -1 4202496 48019 0 1 0 5375 23 0 0 15 0 14 0 3262441 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4763/statm: 384769 42302 1449 10 0 382072 0
[pid=4763/tid=4765] ppid=4761 vsize=1539076 CPUtime=0.32
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 3358 0 -1 4202560 3963 0 1 0 30 2 0 0 15 0 14 0 3262443 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=1539076 CPUtime=0.12
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 3358 0 -1 4202560 907 0 0 0 12 0 0 0 15 0 14 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=1539076 CPUtime=0.13
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 3358 0 -1 4202560 689 0 0 0 13 0 0 0 15 0 14 0 3262444 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=1539076 CPUtime=1.31
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 3358 0 -1 4202560 4407 0 0 0 127 4 0 0 15 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 0 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 3358 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3262446 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=1539076 CPUtime=0.86
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 3358 0 -1 4202560 2256 0 0 0 85 1 0 0 15 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=1539076 CPUtime=2.59
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 3358 0 -1 4202560 6553 0 0 0 256 3 0 0 16 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 3358 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 3262451 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 1 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3262477 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=1539076 CPUtime=0
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 3358 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3262478 1576013824 42302 1992294400 134512640 134550932 4289107792 18446744073709551615 4294960144 0 4 0 16800975 18446604437823068160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.98
Current children cumulated vsize (KiB) 1539076

Child status: 20
Real time (s): 30.6615
CPU time (s): 54.0428
CPU user time (s): 53.7888
CPU system time (s): 0.253961
CPU usage (%): 176.256
Max. virtual memory (cumulated for all children) (KiB): 1542216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.7888
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48033
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= 1537
involuntary context switches= 1969

runsolver used 0.174973 second user time and 0.279957 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-11 19:16:27
IDJOB=2662723
IDBENCH=1227
IDSOLVER=1166
FILE ID=node005/2662723-1276276587
PBS_JOBID= 11172205
Free space on /tmp= 62532 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.1111217392.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662723-1276276587/watcher-2662723-1276276587 -o /tmp/evaluation-result-2662723-1276276587/solver-2662723-1276276587 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662723-1276276587.opb

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

MD5SUM BENCH= 87905b580a8cbad3b6d7f981df390136
RANDOM SEED=1670766967

node005.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.246
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.49
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.246
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:       1576908 kB
Buffers:         53476 kB
Cached:         302752 kB
SwapCached:          0 kB
Active:         156728 kB
Inactive:       258668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1576908 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             256 kB
Writeback:           0 kB
AnonPages:       59200 kB
Mapped:          15388 kB
Slab:            44976 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182280 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= 62532 MiB
End job on node005 at 2010-06-11 19:16:58