Trace number 2662761

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 63.6193 34.6642

General information on the benchmark

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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662761-1276279346.opb
0.24/0.21	c reading problem ... 
0.36/0.34	c ... done. Wall clock time 0.125s.
0.36/0.34	c #vars     169
0.36/0.34	c #constraints  101
0.36/0.34	c constraints type 
0.36/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.34	c constraints type 
0.36/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.50/2.48	c cleaning 2495 clauses out of 5000 with flag 5000/5000
6.87/3.65	c cleaning 4248 clauses out of 8506 with flag 11001/11001
9.44/4.95	c cleaning 5626 clauses out of 11258 with flag 18001/18001
11.20/5.82	c cleaning 6810 clauses out of 13632 with flag 26001/26001
12.91/6.71	c cleaning 7905 clauses out of 15821 with flag 35000/35000
14.66/7.65	c cleaning 8953 clauses out of 17916 with flag 45000/45000
16.57/8.68	c cleaning 9475 clauses out of 18964 with flag 55001/55001
18.70/9.72	c cleaning 9740 clauses out of 19488 with flag 65000/65000
20.62/10.73	c cleaning 9875 clauses out of 19750 with flag 75002/75002
22.55/11.73	c cleaning 9933 clauses out of 19873 with flag 85000/85000
24.47/12.77	c cleaning 9964 clauses out of 19940 with flag 95000/95000
26.59/13.82	c cleaning 9987 clauses out of 19977 with flag 105001/105001
28.29/14.75	c cleaning 9993 clauses out of 19990 with flag 115001/115001
30.41/15.87	c cleaning 9997 clauses out of 20000 with flag 125004/125004
32.53/16.91	c cleaning 9995 clauses out of 20000 with flag 135001/135001
34.24/17.87	c cleaning 9996 clauses out of 20004 with flag 145000/145000
35.96/18.79	c cleaning 10003 clauses out of 20009 with flag 155001/155001
37.67/19.68	c cleaning 9998 clauses out of 20006 with flag 165001/165001
39.58/20.67	c cleaning 10001 clauses out of 20009 with flag 175002/175002
41.69/21.71	c cleaning 10000 clauses out of 20007 with flag 185001/185001
43.38/22.68	c cleaning 9994 clauses out of 20006 with flag 195000/195000
45.10/23.57	c cleaning 9997 clauses out of 20012 with flag 205000/205000
46.81/24.49	c cleaning 10003 clauses out of 20016 with flag 215001/215001
48.54/25.38	c cleaning 10000 clauses out of 20012 with flag 225000/225000
50.43/26.34	c cleaning 10003 clauses out of 20013 with flag 235001/235001
52.14/27.23	c cleaning 10002 clauses out of 20009 with flag 245000/245000
53.85/28.18	c cleaning 10000 clauses out of 20008 with flag 255001/255001
55.75/29.16	c cleaning 10001 clauses out of 20007 with flag 265000/265000
57.64/30.11	c cleaning 9999 clauses out of 20007 with flag 275001/275001
61.33/32.02	c cleaning 9997 clauses out of 20007 with flag 285000/285000
61.85/32.34	c And the winner is Resolution
63.56/34.59	c starts		: 133
63.56/34.59	c conflicts		: 287848
63.56/34.59	c decisions		: 423728
63.56/34.59	c propagations		: 6149893
63.56/34.59	c inspects		: 80711738
63.56/34.59	c learnt literals	: 5
63.56/34.59	c learnt binary clauses	: 17
63.56/34.59	c learnt ternary clauses	: 129
63.56/34.59	c learnt clauses	: 287842
63.56/34.59	c ignored clauses	: 0
63.56/34.59	c root simplifications	: 0
63.56/34.59	c removed literals (reason simplification)	: 2761137
63.56/34.59	c reason swapping (by a shorter reason)	: 0
63.56/34.59	c Calls to reduceDB	: 30
63.56/34.59	c number of reductions to clauses (during analyze)	: 0
63.56/34.59	c number of learned constraints concerned by reduction	: 0
63.56/34.59	c number of learning phase by resolution	: 0
63.56/34.59	c number of learning phase by cutting planes	: 0
63.56/34.59	c speed (assignments/second)	: 179553.6772648974
63.56/34.59	c non guided choices	29
63.56/34.62	c learnt constraints type 
63.56/34.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12835
63.56/34.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
63.56/34.62	c constraints type 
63.56/34.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
63.56/34.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
63.56/34.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
63.56/34.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
63.56/34.62	c constraints type 
63.56/34.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
63.56/34.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
63.56/34.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
63.56/34.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
63.56/34.62	s UNSATISFIABLE
63.56/34.62	c Total wall clock time (in seconds): 34.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-2662761-1276279346/watcher-2662761-1276279346 -o /tmp/evaluation-result-2662761-1276279346/solver-2662761-1276279346 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662761-1276279346.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.97 0.97 0.99 3/106 5555
/proc/meminfo: memFree=1723860/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1832 CPUtime=0
/proc/5555/stat : 5555 (java6) R 5553 5555 5438 0 -1 4194304 240 0 0 0 0 0 0 0 19 0 1 0 1590949 1875968 143 1992294400 134512640 134550932 4290686112 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/5555/statm: 458 143 107 10 0 63 0

[startup+0.033893 s]
/proc/loadavg: 0.97 0.97 0.99 3/106 5555
/proc/meminfo: memFree=1723860/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1518368 CPUtime=0.01
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 2793 0 1 0 0 1 0 0 18 0 4 0 1590949 1554808832 2236 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 379592 2236 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.102272 s]
/proc/loadavg: 0.97 0.97 0.99 3/106 5555
/proc/meminfo: memFree=1723860/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1524180 CPUtime=0.08
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 1590949 1560760320 3398 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301268 s]
/proc/loadavg: 0.97 0.97 0.99 3/106 5555
/proc/meminfo: memFree=1723860/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1526104 CPUtime=0.36
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 5385 0 1 0 32 4 0 0 18 0 12 0 1590949 1562730496 4822 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 381526 4823 1361 10 0 378829 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526104

[startup+0.700268 s]
/proc/loadavg: 0.97 0.97 0.99 3/106 5555
/proc/meminfo: memFree=1723860/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1533324 CPUtime=1.14
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 7964 0 1 0 109 5 0 0 18 0 16 0 1590949 1570123776 6867 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 383331 6867 1400 10 0 380634 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1533324

[startup+1.50127 s]
/proc/loadavg: 1.05 0.99 0.99 5/122 5571
/proc/meminfo: memFree=1698932/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1535368 CPUtime=2.72
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 10669 0 1 0 267 5 0 0 18 0 16 0 1590949 1572216832 9403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 383842 9405 1420 10 0 381145 0
[pid=5555/tid=5557] ppid=5553 vsize=1535368 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3950 0 1 0 29 2 0 0 18 0 16 0 1590951 1572216832 9406 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 1590952 1572216832 9408 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 1590952 1572216832 9409 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 1590954 1572216832 9410 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 1590954 1572216832 9411 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 1590954 1572216832 9413 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1590959 1572216832 9414 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1535368 CPUtime=0.6
/proc/5555/task/5564/stat : 5564 (java) R 5553 5555 5438 0 -1 4202560 2047 0 0 0 60 0 0 0 25 0 16 0 1590959 1572216832 9415 1992294400 134512640 134550932 4289625664 18446744073709551615 103368780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1535368 CPUtime=0.52
/proc/5555/task/5565/stat : 5565 (java) R 5553 5555 5438 0 -1 4202560 1261 0 0 0 52 0 0 0 25 0 16 0 1590959 1572216832 9416 1992294400 134512640 134550932 4289625664 18446744073709551615 106292705 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1590959 1572216832 9418 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1590959 1572216832 9418 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5568] ppid=5553 vsize=1535368 CPUtime=0.61
/proc/5555/task/5568/stat : 5568 (java) R 5553 5555 5438 0 -1 4202560 134 0 0 0 61 0 0 0 22 0 16 0 1590984 1572216832 9419 1992294400 134512640 134550932 4289625664 18446744073709551615 4108822747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5555/tid=5569] ppid=5553 vsize=1535368 CPUtime=0.63
/proc/5555/task/5569/stat : 5569 (java) R 5553 5555 5438 0 -1 4202560 2220 0 0 0 63 0 0 0 24 0 16 0 1590984 1572216832 9421 1992294400 134512640 134550932 4289625664 18446744073709551615 4109224806 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 1590984 1572216832 9423 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1535368 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1590984 1572216832 9423 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1535368

[startup+3.10127 s]
/proc/loadavg: 1.05 0.99 0.99 5/122 5571
/proc/meminfo: memFree=1670908/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1550064 CPUtime=5.89
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 28050 0 1 0 576 13 0 0 18 0 16 0 1590949 1587265536 24331 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 387516 24331 1435 10 0 384819 0
[pid=5555/tid=5557] ppid=5553 vsize=1550064 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3950 0 1 0 29 2 0 0 18 0 16 0 1590951 1587265536 24331 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 256 0 0 0 0 0 0 0 17 0 16 0 1590952 1587265536 24331 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 165 0 0 0 0 0 0 0 18 0 16 0 1590952 1587265536 24331 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1550064 CPUtime=0.02
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 420 0 0 0 2 0 0 0 16 0 16 0 1590954 1587265536 24331 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 1590954 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 1590954 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1590959 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1550064 CPUtime=1.42
/proc/5555/task/5564/stat : 5564 (java) R 5553 5555 5438 0 -1 4202560 4965 0 0 0 141 1 0 0 25 0 16 0 1590959 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1550064 CPUtime=1.1
/proc/5555/task/5565/stat : 5565 (java) R 5553 5555 5438 0 -1 4202560 4180 0 0 0 109 1 0 0 25 0 16 0 1590959 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 103150719 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1590959 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1590959 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5568] ppid=5553 vsize=1550064 CPUtime=1.66
/proc/5555/task/5568/stat : 5568 (java) R 5553 5555 5438 0 -1 4202560 672 0 0 0 166 0 0 0 25 0 16 0 1590984 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4109289211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5555/tid=5569] ppid=5553 vsize=1550064 CPUtime=1.29
/proc/5555/task/5569/stat : 5569 (java) R 5553 5555 5438 0 -1 4202560 12371 0 0 0 124 5 0 0 25 0 16 0 1590984 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 103615335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 1590984 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1550064 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1590984 1587265536 24333 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1550064

[startup+6.30127 s]
/proc/loadavg: 1.12 1.00 1.00 4/122 5571
/proc/meminfo: memFree=1572576/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1548136 CPUtime=12.13
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 49153 0 1 0 1190 23 0 0 18 0 16 0 1590949 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 387034 41044 1448 10 0 384337 0
[pid=5555/tid=5557] ppid=5553 vsize=1548136 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3950 0 1 0 29 2 0 0 18 0 16 0 1590951 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1548136 CPUtime=0.03
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 615 0 0 0 3 0 0 0 16 0 16 0 1590952 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1548136 CPUtime=0.03
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 557 0 0 0 3 0 0 0 15 0 16 0 1590952 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1548136 CPUtime=0.14
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 1414 0 0 0 14 0 0 0 16 0 16 0 1590954 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 1590954 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 1590954 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1590959 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1548136 CPUtime=2.31
/proc/5555/task/5564/stat : 5564 (java) S 5553 5555 5438 0 -1 4202560 5631 0 0 0 230 1 0 0 16 0 16 0 1590959 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1548136 CPUtime=2.09
/proc/5555/task/5565/stat : 5565 (java) S 5553 5555 5438 0 -1 4202560 7759 0 0 0 206 3 0 0 24 0 16 0 1590959 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1590959 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1590959 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5568] ppid=5553 vsize=1548136 CPUtime=3.67
/proc/5555/task/5568/stat : 5568 (java) R 5553 5555 5438 0 -1 4202560 1141 0 0 0 366 1 0 0 25 0 16 0 1590984 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4109322621 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5555/tid=5569] ppid=5553 vsize=1548136 CPUtime=3.46
/proc/5555/task/5569/stat : 5569 (java) R 5553 5555 5438 0 -1 4202560 27013 0 0 0 335 11 0 0 18 0 16 0 1590984 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4109190300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 1590984 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1590984 1585291264 41044 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1548136

[startup+12.7017 s]
/proc/loadavg: 1.27 1.04 1.01 4/122 5573
/proc/meminfo: memFree=1547404/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1548136 CPUtime=24.47
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 58937 0 1 0 2420 27 0 0 18 0 16 0 1590949 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 387034 50808 1448 10 0 384337 0
[pid=5555/tid=5557] ppid=5553 vsize=1548136 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3950 0 1 0 29 2 0 0 18 0 16 0 1590951 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1548136 CPUtime=0.1
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 1416 0 0 0 10 0 0 0 15 0 16 0 1590952 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1548136 CPUtime=0.1
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 1241 0 0 0 10 0 0 0 16 0 16 0 1590952 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1548136 CPUtime=0.48
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 3476 0 0 0 47 1 0 0 16 0 16 0 1590954 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 1590954 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 1590954 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1590959 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1548136 CPUtime=2.33
/proc/5555/task/5564/stat : 5564 (java) S 5553 5555 5438 0 -1 4202560 5631 0 0 0 232 1 0 0 15 0 16 0 1590959 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1548136 CPUtime=2.11
/proc/5555/task/5565/stat : 5565 (java) S 5553 5555 5438 0 -1 4202560 7760 0 0 0 208 3 0 0 18 0 16 0 1590959 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1590959 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1548136 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1590959 1585291264 50808 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0

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

[pid=5555/tid=5559] ppid=5553 vsize=1555400 CPUtime=0.23
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 1811 0 0 0 22 1 0 0 16 0 16 0 1590952 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1555400 CPUtime=1.87
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 5461 0 0 0 185 2 0 0 15 0 16 0 1590954 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1555400 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 1590954 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1555400 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 1590954 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1555400 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1590959 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1555400 CPUtime=2.33
/proc/5555/task/5564/stat : 5564 (java) S 5553 5555 5438 0 -1 4202560 5631 0 0 0 232 1 0 0 15 0 16 0 1590959 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1555400 CPUtime=3.06
/proc/5555/task/5565/stat : 5565 (java) R 5553 5555 5438 0 -1 4202560 10589 0 0 0 302 4 0 0 17 0 16 0 1590959 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 106132624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1555400 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1590959 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1555400 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 1590959 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5568] ppid=5553 vsize=1555400 CPUtime=26.04
/proc/5555/task/5568/stat : 5568 (java) R 5553 5555 5438 0 -1 4202560 1297 0 0 0 2603 1 0 0 25 0 16 0 1590984 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5555/tid=5569] ppid=5553 vsize=1555400 CPUtime=27
/proc/5555/task/5569/stat : 5569 (java) R 5553 5555 5438 0 -1 4202560 33132 0 0 0 2686 14 0 0 25 0 16 0 1590984 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4109380354 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1555400 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 1590984 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1555400 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 1590984 1592729600 55403 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.14
Current children cumulated vsize (KiB) 1555400

[startup+33.5012 s]
/proc/loadavg: 1.54 1.11 1.04 2/121 5573
/proc/meminfo: memFree=1505872/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1554280 CPUtime=63.09
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 65285 0 1 0 6279 30 0 0 18 0 15 0 1590949 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 388570 55498 1449 10 0 385873 0
[pid=5555/tid=5557] ppid=5553 vsize=1554280 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3951 0 1 0 29 2 0 0 15 0 15 0 1590951 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1554280 CPUtime=0.22
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 2103 0 0 0 22 0 0 0 16 0 15 0 1590952 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1554280 CPUtime=0.24
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 1811 0 0 0 23 1 0 0 15 0 15 0 1590952 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1554280 CPUtime=1.94
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 5647 0 0 0 192 2 0 0 16 0 15 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1554280 CPUtime=2.33
/proc/5555/task/5564/stat : 5564 (java) S 5553 5555 5438 0 -1 4202560 5631 0 0 0 232 1 0 0 15 0 15 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1554280 CPUtime=3.14
/proc/5555/task/5565/stat : 5565 (java) S 5553 5555 5438 0 -1 4202560 10635 0 0 0 310 4 0 0 15 0 15 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5569] ppid=5553 vsize=1554280 CPUtime=28.51
/proc/5555/task/5569/stat : 5569 (java) R 5553 5555 5438 0 -1 4202560 33133 0 0 0 2837 14 0 0 25 0 15 0 1590984 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4109379664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 15 0 1590984 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 1590984 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.09
Current children cumulated vsize (KiB) 1554280

[startup+34.3012 s]
/proc/loadavg: 1.54 1.11 1.04 1/120 5573
/proc/meminfo: memFree=1505880/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1554280 CPUtime=63.56
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 65285 0 1 0 6326 30 0 0 18 0 14 0 1590949 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 388570 55498 1449 10 0 385873 0
[pid=5555/tid=5557] ppid=5553 vsize=1554280 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3951 0 1 0 29 2 0 0 15 0 14 0 1590951 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1554280 CPUtime=0.22
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 2103 0 0 0 22 0 0 0 16 0 14 0 1590952 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1554280 CPUtime=0.24
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 1811 0 0 0 23 1 0 0 15 0 14 0 1590952 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1554280 CPUtime=1.94
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 5647 0 0 0 192 2 0 0 15 0 14 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1554280 CPUtime=2.33
/proc/5555/task/5564/stat : 5564 (java) S 5553 5555 5438 0 -1 4202560 5631 0 0 0 232 1 0 0 15 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1554280 CPUtime=3.14
/proc/5555/task/5565/stat : 5565 (java) S 5553 5555 5438 0 -1 4202560 10635 0 0 0 310 4 0 0 15 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 1590984 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 1590984 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.56
Current children cumulated vsize (KiB) 1554280

[startup+34.5012 s]
/proc/loadavg: 1.54 1.11 1.04 1/120 5573
/proc/meminfo: memFree=1505880/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1554280 CPUtime=63.56
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 65285 0 1 0 6326 30 0 0 18 0 14 0 1590949 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 388570 55498 1449 10 0 385873 0
[pid=5555/tid=5557] ppid=5553 vsize=1554280 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3951 0 1 0 29 2 0 0 15 0 14 0 1590951 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1554280 CPUtime=0.22
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 2103 0 0 0 22 0 0 0 16 0 14 0 1590952 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1554280 CPUtime=0.24
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 1811 0 0 0 23 1 0 0 15 0 14 0 1590952 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1554280 CPUtime=1.94
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 5647 0 0 0 192 2 0 0 15 0 14 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 1590954 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1554280 CPUtime=2.33
/proc/5555/task/5564/stat : 5564 (java) S 5553 5555 5438 0 -1 4202560 5631 0 0 0 232 1 0 0 15 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1554280 CPUtime=3.14
/proc/5555/task/5565/stat : 5565 (java) S 5553 5555 5438 0 -1 4202560 10635 0 0 0 310 4 0 0 15 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 1590959 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 1590984 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 1590984 1591582720 55498 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.56
Current children cumulated vsize (KiB) 1554280

[startup+34.6012 s]
/proc/loadavg: 1.54 1.11 1.04 1/120 5573
/proc/meminfo: memFree=1505880/2059040 swapFree=4192956/4192956
[pid=5555] ppid=5553 vsize=1554280 CPUtime=63.56
/proc/5555/stat : 5555 (java) S 5553 5555 5438 0 -1 4202496 65288 0 1 0 6326 30 0 0 18 0 15 0 1590949 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5555/statm: 388570 55501 1449 10 0 385873 0
[pid=5555/tid=5557] ppid=5553 vsize=1554280 CPUtime=0.31
/proc/5555/task/5557/stat : 5557 (java) S 5553 5555 5438 0 -1 4202560 3954 0 1 0 29 2 0 0 16 0 15 0 1590951 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5558] ppid=5553 vsize=1554280 CPUtime=0.22
/proc/5555/task/5558/stat : 5558 (java) S 5553 5555 5438 0 -1 4202560 2103 0 0 0 22 0 0 0 16 0 15 0 1590952 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5559] ppid=5553 vsize=1554280 CPUtime=0.24
/proc/5555/task/5559/stat : 5559 (java) S 5553 5555 5438 0 -1 4202560 1811 0 0 0 23 1 0 0 15 0 15 0 1590952 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5560] ppid=5553 vsize=1554280 CPUtime=1.94
/proc/5555/task/5560/stat : 5560 (java) S 5553 5555 5438 0 -1 4202560 5647 0 0 0 192 2 0 0 15 0 15 0 1590954 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 0 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5561] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5561/stat : 5561 (java) S 5553 5555 5438 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 1590954 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5562] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5562/stat : 5562 (java) S 5553 5555 5438 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 1590954 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5563] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5563/stat : 5563 (java) S 5553 5555 5438 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 1590959 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5564] ppid=5553 vsize=1554280 CPUtime=2.33
/proc/5555/task/5564/stat : 5564 (java) S 5553 5555 5438 0 -1 4202560 5631 0 0 0 232 1 0 0 15 0 15 0 1590959 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5565] ppid=5553 vsize=1554280 CPUtime=3.14
/proc/5555/task/5565/stat : 5565 (java) S 5553 5555 5438 0 -1 4202560 10635 0 0 0 310 4 0 0 15 0 15 0 1590959 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5566] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5566/stat : 5566 (java) S 5553 5555 5438 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1590959 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5567] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5567/stat : 5567 (java) S 5553 5555 5438 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 15 0 1590959 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 1 0 0 0
[pid=5555/tid=5570] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5570/stat : 5570 (java) S 5553 5555 5438 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 15 0 1590984 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
[pid=5555/tid=5571] ppid=5553 vsize=1554280 CPUtime=0
/proc/5555/task/5571/stat : 5571 (java) S 5553 5555 5438 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 1590984 1591582720 55501 1992294400 134512640 134550932 4289625664 18446744073709551615 4294960144 0 4 0 16800975 18446604437877808064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.56
Current children cumulated vsize (KiB) 1554280

Child status: 20
Real time (s): 34.6642
CPU time (s): 63.6193
CPU user time (s): 63.2924
CPU system time (s): 0.32695
CPU usage (%): 183.53
Max. virtual memory (cumulated for all children) (KiB): 1555400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.2924
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65294
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= 1478
involuntary context switches= 2160

runsolver used 0.169974 second user time and 0.401938 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-11 20:02:26
IDJOB=2662761
IDBENCH=1265
IDSOLVER=1166
FILE ID=node019/2662761-1276279346
PBS_JOBID= 11173109
Free space on /tmp= 62356 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.1111228076.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662761-1276279346/watcher-2662761-1276279346 -o /tmp/evaluation-result-2662761-1276279346/solver-2662761-1276279346 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662761-1276279346.opb

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

MD5SUM BENCH= 5e07f8b43a59b370ff10f0589c5144c8
RANDOM SEED=1725379379

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1724380 kB
Buffers:         43504 kB
Cached:         166176 kB
SwapCached:          0 kB
Active:         126560 kB
Inactive:       142164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724380 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             256 kB
Writeback:           0 kB
AnonPages:       59140 kB
Mapped:          15480 kB
Slab:            44120 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180440 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= 62356 MiB
End job on node019 at 2010-06-11 20:03:01