Trace number 2662692

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 32.838 17.6855

General information on the benchmark

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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.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-2662692-1276273653.opb
0.24/0.21	c reading problem ... 
0.35/0.34	c ... done. Wall clock time 0.124s.
0.35/0.34	c #vars     169
0.35/0.34	c #constraints  101
0.35/0.34	c constraints type 
0.35/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.35/0.34	c constraints type 
0.35/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.35/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.35/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.35/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.71/2.52	c cleaning 2497 clauses out of 5000 with flag 5000/5000
8.48/4.44	c cleaning 4248 clauses out of 8504 with flag 11001/11001
10.45/5.43	c cleaning 5626 clauses out of 11257 with flag 18002/18002
11.79/6.13	c cleaning 6809 clauses out of 13629 with flag 26000/26000
13.33/6.98	c cleaning 7909 clauses out of 15821 with flag 35001/35001
15.07/7.85	c cleaning 8952 clauses out of 17912 with flag 45001/45001
17.02/8.87	c cleaning 9479 clauses out of 18961 with flag 55002/55002
19.17/9.95	c cleaning 9735 clauses out of 19480 with flag 65000/65000
20.90/10.84	c cleaning 9869 clauses out of 19745 with flag 75000/75000
22.64/11.76	c cleaning 9933 clauses out of 19876 with flag 85000/85000
24.40/12.63	c cleaning 9969 clauses out of 19944 with flag 95001/95001
26.14/13.56	c cleaning 9982 clauses out of 19974 with flag 105000/105000
27.88/14.41	c cleaning 9992 clauses out of 19992 with flag 115000/115000
29.64/15.38	c cleaning 9997 clauses out of 20000 with flag 125000/125000
31.78/16.41	c cleaning 9997 clauses out of 20002 with flag 135000/135000
32.52/16.80	c And the winner is Resolution
32.79/17.60	c starts		: 103
32.79/17.60	c conflicts		: 137901
32.79/17.60	c decisions		: 214058
32.79/17.60	c propagations		: 2968831
32.79/17.60	c inspects		: 40216816
32.79/17.60	c learnt literals	: 7
32.79/17.60	c learnt binary clauses	: 18
32.79/17.60	c learnt ternary clauses	: 166
32.79/17.60	c learnt clauses	: 137893
32.79/17.60	c ignored clauses	: 0
32.79/17.60	c root simplifications	: 0
32.79/17.60	c removed literals (reason simplification)	: 1151136
32.79/17.60	c reason swapping (by a shorter reason)	: 0
32.79/17.60	c Calls to reduceDB	: 15
32.79/17.60	c number of reductions to clauses (during analyze)	: 0
32.79/17.60	c number of learned constraints concerned by reduction	: 0
32.79/17.60	c number of learning phase by resolution	: 0
32.79/17.60	c number of learning phase by cutting planes	: 0
32.79/17.60	c speed (assignments/second)	: 171966.577849861
32.79/17.60	c non guided choices	37
32.79/17.63	c learnt constraints type 
32.79/17.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12881
32.79/17.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
32.79/17.63	c constraints type 
32.79/17.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
32.79/17.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
32.79/17.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
32.79/17.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
32.79/17.63	c constraints type 
32.79/17.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
32.79/17.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
32.79/17.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
32.79/17.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
32.79/17.63	s UNSATISFIABLE
32.79/17.63	c Total wall clock time (in seconds): 17.415

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-2662692-1276273653/watcher-2662692-1276273653 -o /tmp/evaluation-result-2662692-1276273653/solver-2662692-1276273653 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662692-1276273653.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.34 1.15 1.05 3/106 4723
/proc/meminfo: memFree=1574256/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1832 CPUtime=0
/proc/4723/stat : 4723 (java6) S 4721 4723 3419 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 2966786 1875968 156 1992294400 134512640 134550932 4288454096 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/4723/statm: 458 156 119 10 0 63 0

[startup+0.074162 s]
/proc/loadavg: 1.34 1.15 1.05 3/106 4723
/proc/meminfo: memFree=1574256/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1521796 CPUtime=0.05
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 3721 0 1 0 4 1 0 0 18 0 7 0 2966786 1558319104 3162 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 380449 3162 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101164 s]
/proc/loadavg: 1.34 1.15 1.05 3/106 4723
/proc/meminfo: memFree=1574256/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1524180 CPUtime=0.09
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 3961 0 1 0 7 2 0 0 18 0 12 0 2966786 1560760320 3400 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300752 s]
/proc/loadavg: 1.34 1.15 1.05 3/106 4723
/proc/meminfo: memFree=1574256/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1526224 CPUtime=0.35
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 5411 0 1 0 33 2 0 0 18 0 12 0 2966786 1562853376 4848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 381556 4848 1361 10 0 378859 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526224

[startup+0.70076 s]
/proc/loadavg: 1.34 1.15 1.05 3/106 4723
/proc/meminfo: memFree=1574256/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1531960 CPUtime=1.14
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 6887 0 1 0 111 3 0 0 18 0 16 0 2966786 1568727040 6248 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 382990 6248 1383 10 0 380293 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531960

[startup+1.50178 s]
/proc/loadavg: 1.34 1.15 1.05 5/122 4739
/proc/meminfo: memFree=1551312/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1535424 CPUtime=2.73
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 9573 0 1 0 269 4 0 0 18 0 16 0 2966786 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 383856 7848 1419 10 0 381159 0
[pid=4723/tid=4725] ppid=4721 vsize=1535424 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3963 0 1 0 30 2 0 0 18 0 16 0 2966787 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 2966789 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2966789 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 2966790 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 16 0 2966791 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 2966791 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1535424 CPUtime=0.41
/proc/4723/task/4732/stat : 4732 (java) R 4721 4723 3419 0 -1 4202560 1758 0 0 0 41 0 0 0 25 0 16 0 2966795 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 105713743 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1535424 CPUtime=0.45
/proc/4723/task/4733/stat : 4733 (java) R 4721 4723 3419 0 -1 4202560 1754 0 0 0 45 0 0 0 25 0 16 0 2966795 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 105542966 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2966795 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4736] ppid=4721 vsize=1535424 CPUtime=0.91
/proc/4723/task/4736/stat : 4736 (java) R 4721 4723 3419 0 -1 4202560 182 0 0 0 91 0 0 0 23 0 16 0 2966820 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4109676370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4723/tid=4737] ppid=4721 vsize=1535424 CPUtime=0.6
/proc/4723/task/4737/stat : 4737 (java) R 4721 4723 3419 0 -1 4202560 841 0 0 0 60 0 0 0 23 0 16 0 2966820 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 103615274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2966820 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1535424 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2966820 1572274176 7848 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1535424

[startup+3.1018 s]
/proc/loadavg: 1.34 1.15 1.05 5/122 4739
/proc/meminfo: memFree=1541144/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1544780 CPUtime=5.9
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 25233 0 1 0 579 11 0 0 18 0 16 0 2966786 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 386195 21686 1439 10 0 383498 0
[pid=4723/tid=4725] ppid=4721 vsize=1544780 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3963 0 1 0 30 2 0 0 18 0 16 0 2966787 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 163 0 0 0 0 0 0 0 18 0 16 0 2966789 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 201 0 0 0 0 0 0 0 17 0 16 0 2966789 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1544780 CPUtime=0.02
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 363 0 0 0 2 0 0 0 15 0 16 0 2966790 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2966791 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2966791 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1544780 CPUtime=1.01
/proc/4723/task/4732/stat : 4732 (java) R 4721 4723 3419 0 -1 4202560 3871 0 0 0 100 1 0 0 25 0 16 0 2966795 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 106251708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1544780 CPUtime=1.07
/proc/4723/task/4733/stat : 4733 (java) R 4721 4723 3419 0 -1 4202560 3588 0 0 0 107 0 0 0 18 0 16 0 2966795 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 103371461 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2966795 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4736] ppid=4721 vsize=1544780 CPUtime=1.58
/proc/4723/task/4736/stat : 4736 (java) R 4721 4723 3419 0 -1 4202560 629 0 0 0 158 0 0 0 25 0 16 0 2966820 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4109638844 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4723/tid=4737] ppid=4721 vsize=1544780 CPUtime=1.84
/proc/4723/task/4737/stat : 4737 (java) R 4721 4723 3419 0 -1 4202560 11381 0 0 0 179 5 0 0 18 0 16 0 2966820 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 103615267 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2966820 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1544780 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2966820 1581854720 21686 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1544780

[startup+6.30186 s]
/proc/loadavg: 1.55 1.19 1.06 3/122 4739
/proc/meminfo: memFree=1418508/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1547368 CPUtime=12.14
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 49112 0 1 0 1192 22 0 0 18 0 16 0 2966786 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 386842 40463 1444 10 0 384145 0
[pid=4723/tid=4725] ppid=4721 vsize=1547368 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3963 0 1 0 30 2 0 0 18 0 16 0 2966787 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1547368 CPUtime=0.02
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 545 0 0 0 2 0 0 0 15 0 16 0 2966789 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1547368 CPUtime=0.03
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 568 0 0 0 3 0 0 0 15 0 16 0 2966789 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1547368 CPUtime=0.14
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 1334 0 0 0 14 0 0 0 16 0 16 0 2966790 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1547368 CPUtime=1.28
/proc/4723/task/4732/stat : 4732 (java) S 4721 4723 3419 0 -1 4202560 4906 0 0 0 127 1 0 0 16 0 16 0 2966795 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1547368 CPUtime=2.88
/proc/4723/task/4733/stat : 4733 (java) S 4721 4723 3419 0 -1 4202560 8569 0 0 0 286 2 0 0 17 0 16 0 2966795 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2966795 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4736] ppid=4721 vsize=1547368 CPUtime=3.41
/proc/4723/task/4736/stat : 4736 (java) R 4721 4723 3419 0 -1 4202560 1332 0 0 0 340 1 0 0 25 0 16 0 2966820 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4109703708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4723/tid=4737] ppid=4721 vsize=1547368 CPUtime=3.98
/proc/4723/task/4737/stat : 4737 (java) R 4721 4723 3419 0 -1 4202560 26821 0 0 0 387 11 0 0 21 0 16 0 2966820 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4109803730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2966820 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2966820 1584504832 40463 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 1547368

[startup+12.7019 s]
/proc/loadavg: 1.59 1.21 1.07 3/122 4739
/proc/meminfo: memFree=1411688/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1547368 CPUtime=24.55
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 50420 0 1 0 2432 23 0 0 18 0 16 0 2966786 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 386842 41764 1444 10 0 384145 0
[pid=4723/tid=4725] ppid=4721 vsize=1547368 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3963 0 1 0 30 2 0 0 18 0 16 0 2966787 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1547368 CPUtime=0.04
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 568 0 0 0 4 0 0 0 15 0 16 0 2966789 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1547368 CPUtime=0.06
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 606 0 0 0 6 0 0 0 16 0 16 0 2966789 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1547368 CPUtime=0.44
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 2572 0 0 0 43 1 0 0 16 0 16 0 2966790 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1547368 CPUtime=1.3
/proc/4723/task/4732/stat : 4732 (java) S 4721 4723 3419 0 -1 4202560 4908 0 0 0 129 1 0 0 15 0 16 0 2966795 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1547368 CPUtime=2.88
/proc/4723/task/4733/stat : 4733 (java) S 4721 4723 3419 0 -1 4202560 8569 0 0 0 286 2 0 0 17 0 16 0 2966795 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2966795 1584504832 41764 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0

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

[pid=4723/tid=4728] ppid=4721 vsize=1547368 CPUtime=0.57
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 2572 0 0 0 56 1 0 0 16 0 16 0 2966790 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1547368 CPUtime=1.3
/proc/4723/task/4732/stat : 4732 (java) S 4721 4723 3419 0 -1 4202560 4908 0 0 0 129 1 0 0 15 0 16 0 2966795 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1547368 CPUtime=2.88
/proc/4723/task/4733/stat : 4733 (java) S 4721 4723 3419 0 -1 4202560 8569 0 0 0 286 2 0 0 17 0 16 0 2966795 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2966795 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4736] ppid=4721 vsize=1547368 CPUtime=12.49
/proc/4723/task/4736/stat : 4736 (java) R 4721 4723 3419 0 -1 4202560 1341 0 0 0 1248 1 0 0 25 0 16 0 2966820 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4109750903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4723/tid=4737] ppid=4721 vsize=1547368 CPUtime=13.02
/proc/4723/task/4737/stat : 4737 (java) R 4721 4723 3419 0 -1 4202560 26822 0 0 0 1290 12 0 0 25 0 16 0 2966820 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4109856699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2966820 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2966820 1584504832 41765 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.78
Current children cumulated vsize (KiB) 1547368

[startup+16.7014 s]
/proc/loadavg: 1.62 1.22 1.07 4/122 4739
/proc/meminfo: memFree=1411440/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1547368 CPUtime=32.32
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 50587 0 1 0 3202 30 0 0 18 0 16 0 2966786 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 386842 41927 1444 10 0 384145 0
[pid=4723/tid=4725] ppid=4721 vsize=1547368 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3963 0 1 0 30 2 0 0 15 0 16 0 2966787 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1547368 CPUtime=0.05
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 569 0 0 0 5 0 0 0 16 0 16 0 2966789 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1547368 CPUtime=0.07
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 606 0 0 0 7 0 0 0 16 0 16 0 2966789 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1547368 CPUtime=0.74
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 2621 0 0 0 66 8 0 0 16 0 16 0 2966790 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2966791 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1547368 CPUtime=1.72
/proc/4723/task/4732/stat : 4732 (java) S 4721 4723 3419 0 -1 4202560 5018 0 0 0 171 1 0 0 15 0 16 0 2966795 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1547368 CPUtime=2.91
/proc/4723/task/4733/stat : 4733 (java) S 4721 4723 3419 0 -1 4202560 8571 0 0 0 289 2 0 0 15 0 16 0 2966795 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2966795 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2966795 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4736] ppid=4721 vsize=1547368 CPUtime=13.09
/proc/4723/task/4736/stat : 4736 (java) R 4721 4723 3419 0 -1 4202560 1343 0 0 0 1308 1 0 0 24 0 16 0 2966820 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4109705441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4723/tid=4737] ppid=4721 vsize=1547368 CPUtime=13.34
/proc/4723/task/4737/stat : 4737 (java) R 4721 4723 3419 0 -1 4202560 26822 0 0 0 1322 12 0 0 25 0 16 0 2966820 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4109856752 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2966820 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2966820 1584504832 41927 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.32
Current children cumulated vsize (KiB) 1547368

[startup+17.1014 s]
/proc/loadavg: 1.62 1.22 1.07 4/122 4739
/proc/meminfo: memFree=1411440/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1547368 CPUtime=32.79
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 50588 0 1 0 3249 30 0 0 18 0 14 0 2966786 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 386842 41928 1445 10 0 384145 0
[pid=4723/tid=4725] ppid=4721 vsize=1547368 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3963 0 1 0 30 2 0 0 15 0 14 0 2966787 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1547368 CPUtime=0.05
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 569 0 0 0 5 0 0 0 16 0 14 0 2966789 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1547368 CPUtime=0.07
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 606 0 0 0 7 0 0 0 16 0 14 0 2966789 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1547368 CPUtime=0.74
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 2621 0 0 0 66 8 0 0 16 0 14 0 2966790 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2966791 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2966791 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1547368 CPUtime=1.8
/proc/4723/task/4732/stat : 4732 (java) S 4721 4723 3419 0 -1 4202560 5018 0 0 0 179 1 0 0 15 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1547368 CPUtime=2.91
/proc/4723/task/4733/stat : 4733 (java) S 4721 4723 3419 0 -1 4202560 8571 0 0 0 289 2 0 0 15 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 2966820 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 2966820 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 1547368

[startup+17.5015 s]
/proc/loadavg: 1.49 1.20 1.07 1/120 4739
/proc/meminfo: memFree=1411084/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1547368 CPUtime=32.79
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 50588 0 1 0 3249 30 0 0 18 0 14 0 2966786 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 386842 41928 1445 10 0 384145 0
[pid=4723/tid=4725] ppid=4721 vsize=1547368 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3963 0 1 0 30 2 0 0 15 0 14 0 2966787 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1547368 CPUtime=0.05
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 569 0 0 0 5 0 0 0 16 0 14 0 2966789 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1547368 CPUtime=0.07
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 606 0 0 0 7 0 0 0 16 0 14 0 2966789 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1547368 CPUtime=0.74
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 2621 0 0 0 66 8 0 0 16 0 14 0 2966790 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2966791 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2966791 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1547368 CPUtime=1.8
/proc/4723/task/4732/stat : 4732 (java) S 4721 4723 3419 0 -1 4202560 5018 0 0 0 179 1 0 0 15 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1547368 CPUtime=2.91
/proc/4723/task/4733/stat : 4733 (java) S 4721 4723 3419 0 -1 4202560 8571 0 0 0 289 2 0 0 15 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 2966795 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 2966820 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 2966820 1584504832 41928 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 1547368

[startup+17.6095 s]
/proc/loadavg: 1.49 1.20 1.07 1/120 4739
/proc/meminfo: memFree=1411084/2059040 swapFree=4192956/4192956
[pid=4723] ppid=4721 vsize=1547368 CPUtime=32.79
/proc/4723/stat : 4723 (java) S 4721 4723 3419 0 -1 4202496 50592 0 1 0 3249 30 0 0 18 0 15 0 2966786 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4723/statm: 386842 41931 1445 10 0 384145 0
[pid=4723/tid=4725] ppid=4721 vsize=1547368 CPUtime=0.32
/proc/4723/task/4725/stat : 4725 (java) S 4721 4723 3419 0 -1 4202560 3967 0 1 0 30 2 0 0 16 0 15 0 2966787 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4726] ppid=4721 vsize=1547368 CPUtime=0.05
/proc/4723/task/4726/stat : 4726 (java) S 4721 4723 3419 0 -1 4202560 569 0 0 0 5 0 0 0 16 0 15 0 2966789 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4727] ppid=4721 vsize=1547368 CPUtime=0.07
/proc/4723/task/4727/stat : 4727 (java) S 4721 4723 3419 0 -1 4202560 606 0 0 0 7 0 0 0 16 0 15 0 2966789 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4728] ppid=4721 vsize=1547368 CPUtime=0.74
/proc/4723/task/4728/stat : 4728 (java) S 4721 4723 3419 0 -1 4202560 2621 0 0 0 66 8 0 0 15 0 15 0 2966790 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 0 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4729] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4729/stat : 4729 (java) S 4721 4723 3419 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 2966791 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4730] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4730/stat : 4730 (java) S 4721 4723 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 2966791 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4731] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4731/stat : 4731 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 2966795 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4732] ppid=4721 vsize=1547368 CPUtime=1.8
/proc/4723/task/4732/stat : 4732 (java) S 4721 4723 3419 0 -1 4202560 5018 0 0 0 179 1 0 0 15 0 15 0 2966795 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4733] ppid=4721 vsize=1547368 CPUtime=2.91
/proc/4723/task/4733/stat : 4733 (java) S 4721 4723 3419 0 -1 4202560 8571 0 0 0 289 2 0 0 15 0 15 0 2966795 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
[pid=4723/tid=4734] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4734/stat : 4734 (java) S 4721 4723 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 2966795 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4735] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4735/stat : 4735 (java) S 4721 4723 3419 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 15 0 2966795 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4738] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4738/stat : 4738 (java) S 4721 4723 3419 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 2966820 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 0 0 0 0
[pid=4723/tid=4739] ppid=4721 vsize=1547368 CPUtime=0
/proc/4723/task/4739/stat : 4739 (java) S 4721 4723 3419 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 2966820 1584504832 41931 1992294400 134512640 134550932 4287454384 18446744073709551615 4294960144 0 4 0 16800975 18446604437845389696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.79
Current children cumulated vsize (KiB) 1547368

Child status: 20
Real time (s): 17.6855
CPU time (s): 32.838
CPU user time (s): 32.5221
CPU system time (s): 0.315951
CPU usage (%): 185.678
Max. virtual memory (cumulated for all children) (KiB): 1553528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.5221
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50601
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= 900
involuntary context switches= 1211

runsolver used 0.085986 second user time and 0.165974 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-11 18:27:33
IDJOB=2662692
IDBENCH=1196
IDSOLVER=1166
FILE ID=node013/2662692-1276273653
PBS_JOBID= 11172198
Free space on /tmp= 62424 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.1110974372.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662692-1276273653/watcher-2662692-1276273653 -o /tmp/evaluation-result-2662692-1276273653/solver-2662692-1276273653 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662692-1276273653.opb

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

MD5SUM BENCH= c554a2f9e460ec54fba106ea9f102f78
RANDOM SEED=337808643

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.253
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:       1574652 kB
Buffers:         50668 kB
Cached:         307784 kB
SwapCached:          0 kB
Active:         162692 kB
Inactive:       254908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1574652 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             356 kB
Writeback:           0 kB
AnonPages:       59120 kB
Mapped:          15472 kB
Slab:            44856 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180420 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= 62424 MiB
End job on node013 at 2010-06-11 18:27:51