Trace number 2662713

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 57.6932 31.6619

General information on the benchmark

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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662713-1276275471.opb
0.23/0.22	c reading problem ... 
0.36/0.35	c ... done. Wall clock time 0.133s.
0.36/0.35	c #vars     169
0.36/0.35	c #constraints  101
0.36/0.35	c constraints type 
0.36/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.35	c constraints type 
0.36/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.50/2.45	c cleaning 2498 clauses out of 5001 with flag 5001/5001
5.48/2.97	c cleaning 4249 clauses out of 8503 with flag 11001/11001
6.81/3.63	c cleaning 5622 clauses out of 11254 with flag 18001/18001
8.56/4.55	c cleaning 6813 clauses out of 13631 with flag 26000/26000
10.50/5.52	c cleaning 7906 clauses out of 15819 with flag 35001/35001
12.44/6.57	c cleaning 8950 clauses out of 17912 with flag 45000/45000
14.57/7.61	c cleaning 9476 clauses out of 18963 with flag 55001/55001
16.49/8.64	c cleaning 9736 clauses out of 19486 with flag 65000/65000
18.01/9.49	c cleaning 9875 clauses out of 19753 with flag 75003/75003
20.35/10.60	c cleaning 9933 clauses out of 19876 with flag 85001/85001
22.08/11.56	c cleaning 9965 clauses out of 19942 with flag 95000/95000
24.01/12.50	c cleaning 9982 clauses out of 19979 with flag 105002/105002
25.92/13.50	c cleaning 9995 clauses out of 19995 with flag 115000/115000
27.84/14.51	c cleaning 9996 clauses out of 20001 with flag 125001/125001
29.59/15.47	c cleaning 9997 clauses out of 20004 with flag 135000/135000
31.31/16.36	c cleaning 10000 clauses out of 20007 with flag 145000/145000
33.22/17.31	c cleaning 10000 clauses out of 20007 with flag 155000/155000
34.75/18.15	c cleaning 9997 clauses out of 20007 with flag 165000/165000
36.68/19.10	c cleaning 10000 clauses out of 20012 with flag 175002/175002
38.61/20.17	c cleaning 10000 clauses out of 20011 with flag 185001/185001
40.52/21.11	c cleaning 10002 clauses out of 20010 with flag 195000/195000
42.26/22.01	c cleaning 9999 clauses out of 20008 with flag 205000/205000
43.98/22.94	c cleaning 10002 clauses out of 20009 with flag 215000/215000
45.52/23.79	c cleaning 9998 clauses out of 20008 with flag 225001/225001
47.43/24.71	c cleaning 10002 clauses out of 20009 with flag 235000/235000
49.17/25.61	c cleaning 10001 clauses out of 20009 with flag 245002/245002
50.89/26.51	c cleaning 9995 clauses out of 20006 with flag 255000/255000
53.01/27.65	c cleaning 10006 clauses out of 20013 with flag 265002/265002
54.53/28.48	c And the winner is Resolution
57.62/31.59	c starts		: 131
57.62/31.59	c conflicts		: 274117
57.62/31.59	c decisions		: 392010
57.62/31.59	c propagations		: 5895680
57.62/31.59	c inspects		: 84530498
57.62/31.59	c learnt literals	: 5
57.62/31.59	c learnt binary clauses	: 17
57.62/31.59	c learnt ternary clauses	: 140
57.62/31.59	c learnt clauses	: 274111
57.62/31.59	c ignored clauses	: 0
57.62/31.59	c root simplifications	: 0
57.62/31.59	c removed literals (reason simplification)	: 2870331
57.62/31.59	c reason swapping (by a shorter reason)	: 0
57.62/31.59	c Calls to reduceDB	: 28
57.62/31.59	c number of reductions to clauses (during analyze)	: 0
57.62/31.59	c number of learned constraints concerned by reduction	: 0
57.62/31.59	c number of learning phase by resolution	: 0
57.62/31.59	c number of learning phase by cutting planes	: 0
57.62/31.59	c speed (assignments/second)	: 188740.2759547972
57.62/31.59	c non guided choices	33
57.63/31.62	c learnt constraints type 
57.63/31.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19099
57.63/31.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
57.63/31.62	c constraints type 
57.63/31.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
57.63/31.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
57.63/31.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
57.63/31.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
57.63/31.62	c constraints type 
57.63/31.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
57.63/31.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
57.63/31.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
57.63/31.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
57.63/31.62	s UNSATISFIABLE
57.63/31.62	c Total wall clock time (in seconds): 31.405

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-2662713-1276275471/watcher-2662713-1276275471 -o /tmp/evaluation-result-2662713-1276275471/solver-2662713-1276275471 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662713-1276275471.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.07 1.00 1.00 3/106 4502
/proc/meminfo: memFree=1575228/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=248 CPUtime=0
/proc/4502/stat : 4502 (java) R 4500 4502 3358 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 3151101 253952 29 1992294400 134512640 134550932 4289408848 18446744073709551615 8045140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4502/statm: 75 36 28 10 0 23 0

[startup+0.046495 s]
/proc/loadavg: 1.07 1.00 1.00 3/106 4502
/proc/meminfo: memFree=1575228/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1521016 CPUtime=0.04
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 3499 0 1 0 2 2 0 0 18 0 5 0 3151101 1557520384 2942 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 380335 2945 990 10 0 377645 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521016

[startup+0.101494 s]
/proc/loadavg: 1.07 1.00 1.00 3/106 4502
/proc/meminfo: memFree=1575228/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1524180 CPUtime=0.09
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 4005 0 1 0 7 2 0 0 18 0 12 0 3151101 1560760320 3444 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 381045 3444 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.30149 s]
/proc/loadavg: 1.07 1.00 1.00 3/106 4502
/proc/meminfo: memFree=1575228/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1526232 CPUtime=0.36
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 5415 0 1 0 33 3 0 0 18 0 12 0 3151101 1562861568 4852 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 381558 4852 1361 10 0 378861 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526232

[startup+0.702483 s]
/proc/loadavg: 1.07 1.00 1.00 3/106 4502
/proc/meminfo: memFree=1575228/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1532508 CPUtime=1.13
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 7718 0 1 0 108 5 0 0 18 0 16 0 3151101 1569288192 6731 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 383127 6731 1417 10 0 380430 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1532508

[startup+1.50147 s]
/proc/loadavg: 1.07 1.00 1.00 8/122 4518
/proc/meminfo: memFree=1546396/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1542356 CPUtime=2.71
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 15320 0 1 0 262 9 0 0 18 0 16 0 3151101 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385589 12305 1423 10 0 382892 0
[pid=4502/tid=4504] ppid=4500 vsize=1542356 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3956 0 1 0 31 2 0 0 18 0 16 0 3151103 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 3151104 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 3151104 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 3151106 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 3151106 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3151106 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3151110 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1542356 CPUtime=0.85
/proc/4502/task/4511/stat : 4511 (java) R 4500 4502 3358 0 -1 4202560 3637 0 0 0 84 1 0 0 17 0 16 0 3151110 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 103134065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1542356 CPUtime=0.99
/proc/4502/task/4512/stat : 4512 (java) R 4500 4502 3358 0 -1 4202560 3240 0 0 0 98 1 0 0 16 0 16 0 3151110 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 102536531 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3151110 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3151111 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4515] ppid=4500 vsize=1542356 CPUtime=0.18
/proc/4502/task/4515/stat : 4515 (java) R 4500 4502 3358 0 -1 4202560 156 0 0 0 18 0 0 0 25 0 16 0 3151137 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4502/tid=4516] ppid=4500 vsize=1542356 CPUtime=0.31
/proc/4502/task/4516/stat : 4516 (java) R 4500 4502 3358 0 -1 4202560 3257 0 0 0 29 2 0 0 25 0 16 0 3151137 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3151138 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3151138 1579372544 12305 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1542356

[startup+3.10173 s]
/proc/loadavg: 1.07 1.00 1.00 4/122 4518
/proc/meminfo: memFree=1486504/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1542356 CPUtime=5.82
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 34929 0 1 0 562 20 0 0 18 0 16 0 3151101 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385589 31054 1443 10 0 382892 0
[pid=4502/tid=4504] ppid=4500 vsize=1542356 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3956 0 1 0 31 2 0 0 18 0 16 0 3151103 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1542356 CPUtime=0.01
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 422 0 0 0 1 0 0 0 15 0 16 0 3151104 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1542356 CPUtime=0.01
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 516 0 0 0 1 0 0 0 15 0 16 0 3151104 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1542356 CPUtime=0.14
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 814 0 0 0 10 4 0 0 16 0 16 0 3151106 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3151106 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3151106 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3151110 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1542356 CPUtime=1.53
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 151 2 0 0 16 0 16 0 3151110 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1542356 CPUtime=1.46
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3490 0 0 0 145 1 0 0 15 0 16 0 3151110 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3151110 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3151111 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4515] ppid=4500 vsize=1542356 CPUtime=1.15
/proc/4502/task/4515/stat : 4515 (java) R 4500 4502 3358 0 -1 4202560 818 0 0 0 115 0 0 0 18 0 16 0 3151137 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4109181868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4502/tid=4516] ppid=4500 vsize=1542356 CPUtime=1.13
/proc/4502/task/4516/stat : 4516 (java) R 4500 4502 3358 0 -1 4202560 19522 0 0 0 106 7 0 0 25 0 16 0 3151137 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4109099159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3151138 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1542356 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3151138 1579372544 31054 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1542356

[startup+6.30205 s]
/proc/loadavg: 1.30 1.05 1.02 3/122 4518
/proc/meminfo: memFree=1420040/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1541492 CPUtime=12.04
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 44117 0 1 0 1180 24 0 0 18 0 16 0 3151101 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385373 40017 1447 10 0 382676 0
[pid=4502/tid=4504] ppid=4500 vsize=1541492 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3956 0 1 0 31 2 0 0 18 0 16 0 3151103 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1541492 CPUtime=0.04
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 592 0 0 0 4 0 0 0 15 0 16 0 3151104 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1541492 CPUtime=0.04
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 744 0 0 0 4 0 0 0 16 0 16 0 3151104 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1541492 CPUtime=0.27
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 1780 0 0 0 22 5 0 0 16 0 16 0 3151106 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3151106 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3151106 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3151110 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1541492 CPUtime=1.54
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 152 2 0 0 15 0 16 0 3151110 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1541492 CPUtime=1.56
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3505 0 0 0 155 1 0 0 15 0 16 0 3151110 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3151110 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3151111 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4515] ppid=4500 vsize=1541492 CPUtime=4.03
/proc/4502/task/4515/stat : 4515 (java) R 4500 4502 3358 0 -1 4202560 1001 0 0 0 403 0 0 0 19 0 16 0 3151137 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4109183132 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4502/tid=4516] ppid=4500 vsize=1541492 CPUtime=4.15
/proc/4502/task/4516/stat : 4516 (java) R 4500 4502 3358 0 -1 4202560 27148 0 0 0 405 10 0 0 25 0 16 0 3151137 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4109286166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3151138 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3151138 1578487808 40017 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 1541492

[startup+12.7017 s]
/proc/loadavg: 1.44 1.08 1.03 3/122 4518
/proc/meminfo: memFree=1392388/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1541492 CPUtime=24.34
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 50984 0 1 0 2407 27 0 0 18 0 16 0 3151101 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385373 46866 1447 10 0 382676 0
[pid=4502/tid=4504] ppid=4500 vsize=1541492 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3956 0 1 0 31 2 0 0 18 0 16 0 3151103 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1541492 CPUtime=0.11
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 1340 0 0 0 11 0 0 0 15 0 16 0 3151104 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1541492 CPUtime=0.11
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 1603 0 0 0 11 0 0 0 16 0 16 0 3151104 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1541492 CPUtime=0.64
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 3614 0 0 0 59 5 0 0 16 0 16 0 3151106 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3151106 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3151106 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3151110 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1541492 CPUtime=1.54
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 152 2 0 0 15 0 16 0 3151110 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1541492 CPUtime=1.59
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3505 0 0 0 158 1 0 0 15 0 16 0 3151110 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 3151110 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1541492 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3151111 1578487808 46866 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0

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

[pid=4502/tid=4506] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 1917 0 0 0 18 0 0 0 15 0 15 0 3151104 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1540568 CPUtime=1.63
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 4419 0 0 0 157 6 0 0 16 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1540568 CPUtime=1.54
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 152 2 0 0 15 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1540568 CPUtime=1.69
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3510 0 0 0 168 1 0 0 15 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3151111 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4516] ppid=4500 vsize=1540568 CPUtime=24.8
/proc/4502/task/4516/stat : 4516 (java) R 4500 4502 3358 0 -1 4202560 33061 0 0 0 2468 12 0 0 25 0 15 0 3151137 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4109286204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.92
Current children cumulated vsize (KiB) 1540568

[startup+30.3019 s]
/proc/loadavg: 1.68 1.16 1.05 2/121 4518
/proc/meminfo: memFree=1376152/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1540568 CPUtime=56.52
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 55171 0 1 0 5622 30 0 0 18 0 15 0 3151101 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385142 50694 1448 10 0 382445 0
[pid=4502/tid=4504] ppid=4500 vsize=1540568 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3956 0 1 0 31 2 0 0 15 0 15 0 3151103 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 1776 0 0 0 18 0 0 0 16 0 15 0 3151104 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 1917 0 0 0 18 0 0 0 15 0 15 0 3151104 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1540568 CPUtime=1.63
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 4419 0 0 0 157 6 0 0 15 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1540568 CPUtime=1.54
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 152 2 0 0 15 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1540568 CPUtime=1.69
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3510 0 0 0 168 1 0 0 15 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3151111 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4516] ppid=4500 vsize=1540568 CPUtime=26.4
/proc/4502/task/4516/stat : 4516 (java) R 4500 4502 3358 0 -1 4202560 33062 0 0 0 2628 12 0 0 25 0 15 0 3151137 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4109286178 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.52
Current children cumulated vsize (KiB) 1540568

[startup+31.1019 s]
/proc/loadavg: 1.68 1.16 1.05 2/121 4518
/proc/meminfo: memFree=1376152/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1540568 CPUtime=57.32
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 55171 0 1 0 5702 30 0 0 18 0 15 0 3151101 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385142 50694 1448 10 0 382445 0
[pid=4502/tid=4504] ppid=4500 vsize=1540568 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3956 0 1 0 31 2 0 0 15 0 15 0 3151103 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 1776 0 0 0 18 0 0 0 16 0 15 0 3151104 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 1917 0 0 0 18 0 0 0 15 0 15 0 3151104 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1540568 CPUtime=1.63
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 4419 0 0 0 157 6 0 0 15 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1540568 CPUtime=1.54
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 152 2 0 0 15 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1540568 CPUtime=1.69
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3510 0 0 0 168 1 0 0 15 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3151111 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4516] ppid=4500 vsize=1540568 CPUtime=27.2
/proc/4502/task/4516/stat : 4516 (java) R 4500 4502 3358 0 -1 4202560 33062 0 0 0 2708 12 0 0 25 0 15 0 3151137 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4109587570 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.32
Current children cumulated vsize (KiB) 1540568

[startup+31.5019 s]
/proc/loadavg: 1.68 1.16 1.05 2/121 4518
/proc/meminfo: memFree=1376152/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1540568 CPUtime=57.62
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 55171 0 1 0 5732 30 0 0 18 0 14 0 3151101 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385142 50694 1448 10 0 382445 0
[pid=4502/tid=4504] ppid=4500 vsize=1540568 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3956 0 1 0 31 2 0 0 15 0 14 0 3151103 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 1776 0 0 0 18 0 0 0 16 0 14 0 3151104 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 1917 0 0 0 18 0 0 0 15 0 14 0 3151104 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1540568 CPUtime=1.63
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 4419 0 0 0 157 6 0 0 15 0 14 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3151106 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1540568 CPUtime=1.54
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 152 2 0 0 15 0 14 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1540568 CPUtime=1.69
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3510 0 0 0 168 1 0 0 15 0 14 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 3151110 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3151111 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 3151138 1577541632 50694 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.62
Current children cumulated vsize (KiB) 1540568

[startup+31.6019 s]
/proc/loadavg: 1.68 1.16 1.05 2/121 4518
/proc/meminfo: memFree=1376152/2059040 swapFree=4192956/4192956
[pid=4502] ppid=4500 vsize=1540568 CPUtime=57.63
/proc/4502/stat : 4502 (java) S 4500 4502 3358 0 -1 4202496 55175 0 1 0 5733 30 0 0 18 0 15 0 3151101 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4502/statm: 385142 50698 1448 10 0 382445 0
[pid=4502/tid=4504] ppid=4500 vsize=1540568 CPUtime=0.33
/proc/4502/task/4504/stat : 4504 (java) S 4500 4502 3358 0 -1 4202560 3959 0 1 0 31 2 0 0 16 0 15 0 3151103 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4505] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4505/stat : 4505 (java) S 4500 4502 3358 0 -1 4202560 1776 0 0 0 18 0 0 0 16 0 15 0 3151104 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4506] ppid=4500 vsize=1540568 CPUtime=0.18
/proc/4502/task/4506/stat : 4506 (java) S 4500 4502 3358 0 -1 4202560 1917 0 0 0 18 0 0 0 15 0 15 0 3151104 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4507] ppid=4500 vsize=1540568 CPUtime=1.63
/proc/4502/task/4507/stat : 4507 (java) S 4500 4502 3358 0 -1 4202560 4419 0 0 0 157 6 0 0 15 0 15 0 3151106 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 0 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4508] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4508/stat : 4508 (java) S 4500 4502 3358 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4509] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4509/stat : 4509 (java) S 4500 4502 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3151106 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4510] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4510/stat : 4510 (java) S 4500 4502 3358 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 15 0 3151110 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4511] ppid=4500 vsize=1540568 CPUtime=1.54
/proc/4502/task/4511/stat : 4511 (java) S 4500 4502 3358 0 -1 4202560 4318 0 0 0 152 2 0 0 15 0 15 0 3151110 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 1 0 0 0
[pid=4502/tid=4512] ppid=4500 vsize=1540568 CPUtime=1.69
/proc/4502/task/4512/stat : 4512 (java) S 4500 4502 3358 0 -1 4202560 3510 0 0 0 168 1 0 0 15 0 15 0 3151110 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4513] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4513/stat : 4513 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 3151110 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4514] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4514/stat : 4514 (java) S 4500 4502 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 3151111 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4517] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4517/stat : 4517 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
[pid=4502/tid=4518] ppid=4500 vsize=1540568 CPUtime=0
/proc/4502/task/4518/stat : 4518 (java) S 4500 4502 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 3151138 1577541632 50698 1992294400 134512640 134550932 4289408848 18446744073709551615 4294960144 0 4 0 16800975 18446604437864605568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.63
Current children cumulated vsize (KiB) 1540568

Child status: 20
Real time (s): 31.6619
CPU time (s): 57.6932
CPU user time (s): 57.3693
CPU system time (s): 0.32395
CPU usage (%): 182.217
Max. virtual memory (cumulated for all children) (KiB): 1544036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.3693
system time used= 0.32395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55180
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= 1551
involuntary context switches= 2119

runsolver used 0.155976 second user time and 0.306953 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-11 18:57:51
IDJOB=2662713
IDBENCH=1217
IDSOLVER=1166
FILE ID=node002/2662713-1276275471
PBS_JOBID= 11172208
Free space on /tmp= 62392 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.1110974180.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662713-1276275471/watcher-2662713-1276275471 -o /tmp/evaluation-result-2662713-1276275471/solver-2662713-1276275471 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662713-1276275471.opb

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

MD5SUM BENCH= 0767c1a06efa13af223b4b90ef1e7572
RANDOM SEED=2099422722

node002.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.242
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.48
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.242
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1575624 kB
Buffers:         50320 kB
Cached:         307152 kB
SwapCached:          0 kB
Active:         164756 kB
Inactive:       251992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1575624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15508 kB
Slab:            44720 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179808 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= 62392 MiB
End job on node002 at 2010-06-11 18:58:23