Trace number 2662727

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 67.1228 38.541

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111212476.opb
MD5SUM08d0b9097a8249582d167bf6c1cdd903
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.179972
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 1139
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662727-1276276921.opb
0.22/0.22	c reading problem ... 
0.35/0.36	c ... done. Wall clock time 0.132s.
0.35/0.36	c #vars     169
0.35/0.36	c #constraints  101
0.35/0.36	c constraints type 
0.35/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.36	c constraints type 
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.51/1.93	c cleaning 2498 clauses out of 5001 with flag 5001/5001
5.05/2.76	c cleaning 4249 clauses out of 8506 with flag 11004/11004
6.60/3.54	c cleaning 5624 clauses out of 11255 with flag 18002/18002
8.38/4.50	c cleaning 6811 clauses out of 13629 with flag 26000/26000
10.51/5.53	c cleaning 7903 clauses out of 15818 with flag 35000/35000
12.65/6.70	c cleaning 8954 clauses out of 17915 with flag 45000/45000
14.96/7.85	c cleaning 9478 clauses out of 18963 with flag 55002/55002
16.91/8.87	c cleaning 9738 clauses out of 19485 with flag 65002/65002
18.83/9.88	c cleaning 9868 clauses out of 19745 with flag 75000/75000
20.95/11.00	c cleaning 9935 clauses out of 19877 with flag 85000/85000
23.08/12.10	c cleaning 9962 clauses out of 19942 with flag 95000/95000
25.41/13.21	c cleaning 9988 clauses out of 19982 with flag 105002/105002
27.32/14.21	c cleaning 9995 clauses out of 19993 with flag 115001/115001
29.44/15.33	c cleaning 9993 clauses out of 19998 with flag 125001/125001
31.37/16.33	c cleaning 9997 clauses out of 20005 with flag 135001/135001
33.10/17.29	c cleaning 9998 clauses out of 20007 with flag 145000/145000
35.21/18.31	c cleaning 10002 clauses out of 20009 with flag 155000/155000
36.93/19.22	c cleaning 10001 clauses out of 20008 with flag 165001/165001
38.66/20.17	c cleaning 9997 clauses out of 20008 with flag 175002/175002
40.99/21.31	c cleaning 9998 clauses out of 20010 with flag 185001/185001
42.90/22.32	c cleaning 10001 clauses out of 20012 with flag 195001/195001
44.62/23.29	c cleaning 9997 clauses out of 20010 with flag 205000/205000
46.57/24.29	c cleaning 10003 clauses out of 20014 with flag 215001/215001
48.50/25.22	c cleaning 10000 clauses out of 20010 with flag 225000/225000
50.41/26.20	c cleaning 10003 clauses out of 20011 with flag 235001/235001
52.13/27.16	c cleaning 9999 clauses out of 20007 with flag 245000/245000
54.07/28.12	c cleaning 10001 clauses out of 20008 with flag 255000/255000
56.19/29.23	c cleaning 10000 clauses out of 20008 with flag 265001/265001
58.10/30.27	c cleaning 10000 clauses out of 20007 with flag 275000/275000
60.02/31.27	c cleaning 10002 clauses out of 20007 with flag 285000/285000
61.17/31.86	c And the winner is Resolution
67.03/38.45	c starts		: 133
67.03/38.45	c conflicts		: 290852
67.03/38.45	c decisions		: 396990
67.03/38.45	c propagations		: 6318138
67.03/38.45	c inspects		: 99462688
67.03/38.45	c learnt literals	: 6
67.03/38.45	c learnt binary clauses	: 22
67.03/38.45	c learnt ternary clauses	: 135
67.03/38.45	c learnt clauses	: 290845
67.03/38.45	c ignored clauses	: 0
67.03/38.45	c root simplifications	: 0
67.03/38.45	c removed literals (reason simplification)	: 3155196
67.03/38.45	c reason swapping (by a shorter reason)	: 0
67.03/38.45	c Calls to reduceDB	: 30
67.03/38.45	c number of reductions to clauses (during analyze)	: 0
67.03/38.45	c number of learned constraints concerned by reduction	: 0
67.03/38.45	c number of learning phase by resolution	: 0
67.03/38.45	c number of learning phase by cutting planes	: 0
67.03/38.45	c speed (assignments/second)	: 165860.866825926
67.03/38.45	c non guided choices	44
67.03/38.48	c learnt constraints type 
67.03/38.48	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15828
67.03/38.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
67.03/38.48	c constraints type 
67.03/38.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
67.03/38.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
67.03/38.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
67.03/38.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
67.03/38.48	c constraints type 
67.03/38.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
67.03/38.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
67.03/38.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
67.03/38.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
67.03/38.48	s UNSATISFIABLE
67.03/38.48	c Total wall clock time (in seconds): 38.259

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-2662727-1276276921/watcher-2662727-1276276921 -o /tmp/evaluation-result-2662727-1276276921/solver-2662727-1276276921 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662727-1276276921.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.92 0.98 0.99 3/106 5342
/proc/meminfo: memFree=1571236/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=300 CPUtime=0
/proc/5342/stat : 5342 (java6) R 5340 5342 3443 0 -1 4194304 108 0 0 0 0 0 0 0 21 0 1 0 3278562 307200 29 1992294400 134512640 134550932 4291422768 18446744073709551615 1798496 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5342/statm: 75 35 28 10 0 23 0

[startup+0.0759591 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5342
/proc/meminfo: memFree=1571236/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1521796 CPUtime=0.06
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 3720 0 1 0 4 2 0 0 15 0 7 0 3278562 1558319104 3162 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 380449 3162 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101959 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5342
/proc/meminfo: memFree=1571236/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1524180 CPUtime=0.08
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 3956 0 1 0 6 2 0 0 15 0 12 0 3278562 1560760320 3396 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301956 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5342
/proc/meminfo: memFree=1571236/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1526312 CPUtime=0.35
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 5392 0 1 0 32 3 0 0 15 0 12 0 3278562 1562943488 4830 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 381578 4830 1358 10 0 378881 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526312

[startup+0.70195 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5342
/proc/meminfo: memFree=1571236/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1534964 CPUtime=1.11
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 8098 0 1 0 107 4 0 0 15 0 16 0 3278562 1571803136 7109 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 383741 7109 1419 10 0 381044 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1534964

[startup+1.50194 s]
/proc/loadavg: 0.92 0.98 0.99 5/122 5358
/proc/meminfo: memFree=1540420/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1541192 CPUtime=2.7
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 15067 0 1 0 263 7 0 0 15 0 16 0 3278562 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385298 11679 1424 10 0 382601 0
[pid=5342/tid=5344] ppid=5340 vsize=1541192 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3952 0 1 0 30 2 0 0 18 0 16 0 3278563 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 3278565 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3278565 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 3278566 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 3278567 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3278567 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3278571 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1541192 CPUtime=0.83
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 2453 0 0 0 82 1 0 0 16 0 16 0 3278571 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1541192 CPUtime=0.97
/proc/5342/task/5352/stat : 5352 (java) R 5340 5342 3443 0 -1 4202560 4487 0 0 0 96 1 0 0 16 0 16 0 3278571 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 105869552 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3278571 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3278571 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5355] ppid=5340 vsize=1541192 CPUtime=0.32
/proc/5342/task/5355/stat : 5355 (java) R 5340 5342 3443 0 -1 4202560 334 0 0 0 32 0 0 0 25 0 16 0 3278598 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4108793197 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5342/tid=5356] ppid=5340 vsize=1541192 CPUtime=0.21
/proc/5342/task/5356/stat : 5356 (java) R 5340 5342 3443 0 -1 4202560 2767 0 0 0 20 1 0 0 25 0 16 0 3278598 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3278598 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1541192 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3278599 1578180608 11679 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1541192

[startup+3.10191 s]
/proc/loadavg: 0.92 0.98 0.99 5/122 5358
/proc/meminfo: memFree=1518100/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1542596 CPUtime=5.82
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 22989 0 1 0 572 10 0 0 15 0 16 0 3278562 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385649 17785 1444 10 0 382952 0
[pid=5342/tid=5344] ppid=5340 vsize=1542596 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3952 0 1 0 30 2 0 0 18 0 16 0 3278563 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 16 0 3278565 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 365 0 0 0 0 0 0 0 16 0 16 0 3278565 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1542596 CPUtime=0.04
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 557 0 0 0 4 0 0 0 16 0 16 0 3278566 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3278567 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3278567 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3278571 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1542596 CPUtime=1.73
/proc/5342/task/5351/stat : 5351 (java) R 5340 5342 3443 0 -1 4202560 3642 0 0 0 172 1 0 0 16 0 16 0 3278571 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 104140901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1542596 CPUtime=1.43
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5437 0 0 0 142 1 0 0 15 0 16 0 3278571 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3278571 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3278571 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5355] ppid=5340 vsize=1542596 CPUtime=1.72
/proc/5342/task/5355/stat : 5355 (java) R 5340 5342 3443 0 -1 4202560 1207 0 0 0 172 0 0 0 25 0 16 0 3278598 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4109245590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5342/tid=5356] ppid=5340 vsize=1542596 CPUtime=0.51
/proc/5342/task/5356/stat : 5356 (java) R 5340 5342 3443 0 -1 4202560 6409 0 0 0 48 3 0 0 25 0 16 0 3278598 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3278598 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3278599 1579618304 17785 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1542596

[startup+6.30186 s]
/proc/loadavg: 1.01 1.00 1.00 3/122 5358
/proc/meminfo: memFree=1415924/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1542596 CPUtime=12.03
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 45705 0 1 0 1185 18 0 0 15 0 16 0 3278562 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385649 40490 1448 10 0 382952 0
[pid=5342/tid=5344] ppid=5340 vsize=1542596 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3952 0 1 0 30 2 0 0 18 0 16 0 3278563 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1542596 CPUtime=0.04
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 737 0 0 0 4 0 0 0 16 0 16 0 3278565 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1542596 CPUtime=0.04
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 797 0 0 0 4 0 0 0 15 0 16 0 3278565 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1542596 CPUtime=0.17
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 1898 0 0 0 17 0 0 0 16 0 16 0 3278566 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3278567 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3278567 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3278571 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1542596 CPUtime=1.82
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 3651 0 0 0 181 1 0 0 15 0 16 0 3278571 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1542596 CPUtime=1.51
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5449 0 0 0 150 1 0 0 15 0 16 0 3278571 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3278571 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3278571 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5355] ppid=5340 vsize=1542596 CPUtime=4.67
/proc/5342/task/5355/stat : 5355 (java) R 5340 5342 3443 0 -1 4202560 1472 0 0 0 466 1 0 0 25 0 16 0 3278598 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4109455986 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5342/tid=5356] ppid=5340 vsize=1542596 CPUtime=3.39
/proc/5342/task/5356/stat : 5356 (java) R 5340 5342 3443 0 -1 4202560 26677 0 0 0 329 10 0 0 25 0 16 0 3278598 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4109675065 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3278598 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1542596 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3278599 1579618304 40490 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 1542596

[startup+12.7018 s]
/proc/loadavg: 1.17 1.03 1.01 3/122 5358
/proc/meminfo: memFree=1404888/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1541572 CPUtime=24.41
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 48847 0 1 0 2420 21 0 0 15 0 16 0 3278562 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385393 43564 1448 10 0 382696 0
[pid=5342/tid=5344] ppid=5340 vsize=1541572 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3952 0 1 0 30 2 0 0 18 0 16 0 3278563 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1541572 CPUtime=0.1
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 1297 0 0 0 10 0 0 0 16 0 16 0 3278565 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1541572 CPUtime=0.1
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 1347 0 0 0 10 0 0 0 15 0 16 0 3278565 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1541572 CPUtime=0.48
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 3919 0 0 0 48 0 0 0 16 0 16 0 3278566 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3278567 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3278567 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3278571 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1541572 CPUtime=1.83
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 3651 0 0 0 182 1 0 0 15 0 16 0 3278571 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1541572 CPUtime=1.57
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5451 0 0 0 156 1 0 0 15 0 16 0 3278571 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3278571 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3278571 1578569728 43564 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0

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

[pid=5342/tid=5346] ppid=5340 vsize=1541572 CPUtime=0.19
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 1680 0 0 0 18 1 0 0 15 0 15 0 3278565 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1541572 CPUtime=1.68
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 5547 0 0 0 166 2 0 0 15 0 15 0 3278566 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1541572 CPUtime=1.83
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 3651 0 0 0 182 1 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1541572 CPUtime=1.64
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5451 0 0 0 163 1 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5356] ppid=5340 vsize=1541572 CPUtime=30.2
/proc/5342/task/5356/stat : 5356 (java) R 5340 5342 3443 0 -1 4202560 26680 0 0 0 3010 10 0 0 25 0 15 0 3278598 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4109434320 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3278598 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3278599 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.51
Current children cumulated vsize (KiB) 1541572

[startup+36.7014 s]
/proc/loadavg: 1.37 1.09 1.03 2/121 5358
/proc/meminfo: memFree=1392744/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1541572 CPUtime=66.11
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 51030 0 1 0 6587 24 0 0 15 0 15 0 3278562 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385393 45725 1449 10 0 382696 0
[pid=5342/tid=5344] ppid=5340 vsize=1541572 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3953 0 1 0 30 2 0 0 18 0 15 0 3278563 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1541572 CPUtime=0.18
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 1495 0 0 0 17 1 0 0 16 0 15 0 3278565 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1541572 CPUtime=0.19
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 1680 0 0 0 18 1 0 0 15 0 15 0 3278565 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1541572 CPUtime=1.68
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 5547 0 0 0 166 2 0 0 15 0 15 0 3278566 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1541572 CPUtime=1.83
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 3651 0 0 0 182 1 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1541572 CPUtime=1.64
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5451 0 0 0 163 1 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5356] ppid=5340 vsize=1541572 CPUtime=31.79
/proc/5342/task/5356/stat : 5356 (java) R 5340 5342 3443 0 -1 4202560 26680 0 0 0 3169 10 0 0 25 0 15 0 3278598 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4109434163 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3278598 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3278599 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.11
Current children cumulated vsize (KiB) 1541572

[startup+37.5013 s]
/proc/loadavg: 1.37 1.09 1.03 2/121 5358
/proc/meminfo: memFree=1392620/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1541572 CPUtime=66.91
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 51030 0 1 0 6667 24 0 0 15 0 15 0 3278562 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385393 45725 1449 10 0 382696 0
[pid=5342/tid=5344] ppid=5340 vsize=1541572 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3953 0 1 0 30 2 0 0 18 0 15 0 3278563 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1541572 CPUtime=0.18
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 1495 0 0 0 17 1 0 0 16 0 15 0 3278565 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1541572 CPUtime=0.19
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 1680 0 0 0 18 1 0 0 15 0 15 0 3278565 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1541572 CPUtime=1.68
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 5547 0 0 0 166 2 0 0 15 0 15 0 3278566 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1541572 CPUtime=1.83
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 3651 0 0 0 182 1 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1541572 CPUtime=1.64
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5451 0 0 0 163 1 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5356] ppid=5340 vsize=1541572 CPUtime=32.59
/proc/5342/task/5356/stat : 5356 (java) R 5340 5342 3443 0 -1 4202560 26680 0 0 0 3249 10 0 0 25 0 15 0 3278598 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4109434320 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 3278598 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3278599 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.91
Current children cumulated vsize (KiB) 1541572

[startup+38.3013 s]
/proc/loadavg: 1.37 1.09 1.03 2/121 5358
/proc/meminfo: memFree=1392620/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1541572 CPUtime=67.03
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 51031 0 1 0 6679 24 0 0 15 0 14 0 3278562 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385393 45725 1449 10 0 382696 0
[pid=5342/tid=5344] ppid=5340 vsize=1541572 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3953 0 1 0 30 2 0 0 18 0 14 0 3278563 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1541572 CPUtime=0.18
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 1495 0 0 0 17 1 0 0 16 0 14 0 3278565 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1541572 CPUtime=0.19
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 1680 0 0 0 18 1 0 0 15 0 14 0 3278565 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1541572 CPUtime=1.68
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 5547 0 0 0 166 2 0 0 15 0 14 0 3278566 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3278567 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1541572 CPUtime=1.83
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 3651 0 0 0 182 1 0 0 15 0 14 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1541572 CPUtime=1.64
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5451 0 0 0 163 1 0 0 15 0 14 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 3278571 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3278598 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3278599 1578569728 45725 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 67.03
Current children cumulated vsize (KiB) 1541572

[startup+38.5093 s]
/proc/loadavg: 1.37 1.09 1.03 1/120 5358
/proc/meminfo: memFree=1392628/2059040 swapFree=4192956/4192956
[pid=5342] ppid=5340 vsize=1541572 CPUtime=67.09
/proc/5342/stat : 5342 (java) S 5340 5342 3443 0 -1 4202496 51040 0 1 0 6685 24 0 0 15 0 14 0 3278562 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5342/statm: 385393 45733 1451 10 0 382696 0
[pid=5342/tid=5344] ppid=5340 vsize=1541572 CPUtime=0.32
/proc/5342/task/5344/stat : 5344 (java) S 5340 5342 3443 0 -1 4202560 3958 0 1 0 30 2 0 0 18 0 14 0 3278563 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5345] ppid=5340 vsize=1541572 CPUtime=0.18
/proc/5342/task/5345/stat : 5345 (java) S 5340 5342 3443 0 -1 4202560 1495 0 0 0 17 1 0 0 16 0 14 0 3278565 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5346] ppid=5340 vsize=1541572 CPUtime=0.19
/proc/5342/task/5346/stat : 5346 (java) S 5340 5342 3443 0 -1 4202560 1680 0 0 0 18 1 0 0 15 0 14 0 3278565 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5347] ppid=5340 vsize=1541572 CPUtime=1.68
/proc/5342/task/5347/stat : 5347 (java) S 5340 5342 3443 0 -1 4202560 5547 0 0 0 166 2 0 0 15 0 14 0 3278566 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 0 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5348] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5348/stat : 5348 (java) S 5340 5342 3443 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3278567 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5349] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5349/stat : 5349 (java) S 5340 5342 3443 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3278567 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5350] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5350/stat : 5350 (java) S 5340 5342 3443 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 3278571 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5351] ppid=5340 vsize=1541572 CPUtime=1.83
/proc/5342/task/5351/stat : 5351 (java) S 5340 5342 3443 0 -1 4202560 3653 0 0 0 182 1 0 0 15 0 14 0 3278571 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 1 0 0 0
[pid=5342/tid=5352] ppid=5340 vsize=1541572 CPUtime=1.67
/proc/5342/task/5352/stat : 5352 (java) S 5340 5342 3443 0 -1 4202560 5452 0 0 0 166 1 0 0 15 0 14 0 3278571 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5353] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5353/stat : 5353 (java) S 5340 5342 3443 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3278571 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5354] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5354/stat : 5354 (java) S 5340 5342 3443 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 3278571 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5357] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5357/stat : 5357 (java) S 5340 5342 3443 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 3278598 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
[pid=5342/tid=5358] ppid=5340 vsize=1541572 CPUtime=0
/proc/5342/task/5358/stat : 5358 (java) S 5340 5342 3443 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3278599 1578569728 45733 1992294400 134512640 134550932 4288633072 18446744073709551615 4294960144 0 4 0 16800975 18446604437877619776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 67.09
Current children cumulated vsize (KiB) 1541572

Child status: 20
Real time (s): 38.541
CPU time (s): 67.1228
CPU user time (s): 66.8558
CPU system time (s): 0.266959
CPU usage (%): 174.16
Max. virtual memory (cumulated for all children) (KiB): 1544228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.8558
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51040
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= 1784
involuntary context switches= 2504

runsolver used 0.135979 second user time and 0.374943 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-11 19:22:02
IDJOB=2662727
IDBENCH=1231
IDSOLVER=1166
FILE ID=node017/2662727-1276276921
PBS_JOBID= 11172195
Free space on /tmp= 62348 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.1111212476.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662727-1276276921/watcher-2662727-1276276921 -o /tmp/evaluation-result-2662727-1276276921/solver-2662727-1276276921 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662727-1276276921.opb

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

MD5SUM BENCH= 08d0b9097a8249582d167bf6c1cdd903
RANDOM SEED=121876483

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1571756 kB
Buffers:         52240 kB
Cached:         307704 kB
SwapCached:          0 kB
Active:         163448 kB
Inactive:       257088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1571756 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             312 kB
Writeback:           0 kB
AnonPages:       60564 kB
Mapped:          15464 kB
Slab:            44956 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182952 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= 62348 MiB
End job on node017 at 2010-06-11 19:22:40