Trace number 2662717

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 62.3615 33.2377

General information on the benchmark

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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.18	c version 2.2.0.v20100531
0.09/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.18	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.18	c java.vm.version	11.2-b01
0.09/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.18	c sun.arch.data.model	32
0.09/0.18	c java.version		1.6.0_12
0.09/0.18	c os.name		Linux
0.09/0.18	c os.version		2.6.18-164.el5
0.09/0.18	c os.arch		i386
0.09/0.18	c Free memory 		1393557488
0.09/0.18	c Max memory 		1395916800
0.09/0.18	c Total memory 		1395916800
0.09/0.18	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-2662717-1276276096.opb
0.24/0.21	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.125s.
0.36/0.33	c #vars     169
0.36/0.33	c #constraints  101
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
7.09/3.70	c cleaning 2495 clauses out of 5000 with flag 5000/5000
9.46/4.91	c cleaning 4249 clauses out of 8506 with flag 11001/11001
11.00/5.73	c cleaning 5624 clauses out of 11257 with flag 18001/18001
12.76/6.70	c cleaning 6813 clauses out of 13636 with flag 26004/26004
15.10/7.84	c cleaning 7906 clauses out of 15820 with flag 35001/35001
17.42/9.05	c cleaning 8955 clauses out of 17915 with flag 45002/45002
19.55/10.15	c cleaning 9474 clauses out of 18958 with flag 55000/55000
21.68/11.21	c cleaning 9738 clauses out of 19484 with flag 65000/65000
23.42/12.18	c cleaning 9869 clauses out of 19746 with flag 75000/75000
25.57/13.28	c cleaning 9935 clauses out of 19878 with flag 85001/85001
27.49/14.23	c cleaning 9966 clauses out of 19946 with flag 95004/95004
29.23/15.16	c cleaning 9984 clauses out of 19976 with flag 105000/105000
31.15/16.19	c cleaning 9991 clauses out of 19992 with flag 115000/115000
33.09/17.18	c cleaning 9996 clauses out of 20002 with flag 125001/125001
35.02/18.18	c cleaning 9998 clauses out of 20005 with flag 135000/135000
36.77/19.06	c cleaning 10000 clauses out of 20008 with flag 145001/145001
38.52/19.96	c cleaning 9996 clauses out of 20007 with flag 155000/155000
40.05/20.80	c cleaning 10004 clauses out of 20014 with flag 165003/165003
41.99/21.74	c cleaning 9999 clauses out of 20008 with flag 175001/175001
43.92/22.72	c cleaning 10000 clauses out of 20009 with flag 185001/185001
45.65/23.65	c cleaning 10002 clauses out of 20011 with flag 195003/195003
47.39/24.53	c cleaning 10000 clauses out of 20006 with flag 205000/205000
48.94/25.37	c cleaning 9998 clauses out of 20006 with flag 215000/215000
50.67/26.21	c cleaning 10000 clauses out of 20008 with flag 225000/225000
52.18/27.07	c cleaning 10000 clauses out of 20009 with flag 235001/235001
53.91/27.92	c cleaning 10000 clauses out of 20009 with flag 245001/245001
55.65/28.82	c cleaning 10002 clauses out of 20008 with flag 255000/255000
57.78/29.95	c cleaning 10001 clauses out of 20006 with flag 265000/265000
61.28/31.79	c cleaning 9997 clauses out of 20007 with flag 275002/275002
62.22/32.22	c And the winner is Resolution
62.31/33.17	c starts		: 132
62.31/33.17	c conflicts		: 278915
62.31/33.17	c decisions		: 394362
62.31/33.17	c propagations		: 5973404
62.31/33.17	c inspects		: 93271290
62.31/33.17	c learnt literals	: 5
62.31/33.17	c learnt binary clauses	: 15
62.31/33.17	c learnt ternary clauses	: 105
62.31/33.17	c learnt clauses	: 278909
62.31/33.17	c ignored clauses	: 0
62.31/33.17	c root simplifications	: 0
62.31/33.17	c removed literals (reason simplification)	: 2919897
62.31/33.17	c reason swapping (by a shorter reason)	: 0
62.31/33.17	c Calls to reduceDB	: 29
62.31/33.17	c number of reductions to clauses (during analyze)	: 0
62.31/33.17	c number of learned constraints concerned by reduction	: 0
62.31/33.17	c number of learning phase by resolution	: 0
62.31/33.17	c number of learning phase by cutting planes	: 0
62.31/33.17	c speed (assignments/second)	: 181905.23174371154
62.31/33.17	c non guided choices	48
62.31/33.20	c learnt constraints type 
62.31/33.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13902
62.31/33.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
62.31/33.20	c constraints type 
62.34/33.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
62.34/33.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
62.34/33.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
62.34/33.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
62.34/33.20	c constraints type 
62.34/33.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
62.34/33.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
62.34/33.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
62.34/33.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
62.34/33.20	s UNSATISFIABLE
62.34/33.20	c Total wall clock time (in seconds): 32.991

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-2662717-1276276096/watcher-2662717-1276276096 -o /tmp/evaluation-result-2662717-1276276096/solver-2662717-1276276096 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662717-1276276096.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.01 1.07 1.02 3/106 5386
/proc/meminfo: memFree=1570792/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1752 CPUtime=0
/proc/5386/stat : 5386 (java) R 5384 5386 3419 0 -1 4194304 333 0 0 0 0 0 0 0 19 0 1 0 3211099 1794048 79 1992294400 134512640 134550932 4293753488 18446744073709551615 11643312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5386/statm: 438 81 64 10 0 30 0

[startup+0.108646 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 5386
/proc/meminfo: memFree=1570792/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1524588 CPUtime=0.09
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 4035 0 1 0 7 2 0 0 18 0 12 0 3211099 1561178112 3475 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 381147 3475 1078 10 0 378450 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524588

[startup+0.202695 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 5386
/proc/meminfo: memFree=1570792/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1525468 CPUtime=0.24
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 5100 0 1 0 22 2 0 0 18 0 12 0 3211099 1562079232 4538 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 381367 4538 1346 10 0 378670 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1525468

[startup+0.301696 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 5386
/proc/meminfo: memFree=1570792/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1525468 CPUtime=0.36
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 5407 0 1 0 34 2 0 0 18 0 12 0 3211099 1562079232 4845 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 381367 4845 1361 10 0 378670 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525468

[startup+0.700702 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 5386
/proc/meminfo: memFree=1570792/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1534000 CPUtime=1.15
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 7936 0 1 0 112 3 0 0 18 0 16 0 3211099 1570816000 6871 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 383500 6871 1402 10 0 380803 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1534000

[startup+1.50171 s]
/proc/loadavg: 1.01 1.07 1.02 5/122 5402
/proc/meminfo: memFree=1546112/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1534000 CPUtime=2.73
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 10198 0 1 0 269 4 0 0 18 0 16 0 3211099 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 383500 8279 1419 10 0 380803 0
[pid=5386/tid=5388] ppid=5384 vsize=1534000 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3930 0 1 0 30 1 0 0 18 0 16 0 3211100 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 3211102 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 3211102 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 3211103 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 3211104 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 3211104 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3211108 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1534000 CPUtime=0.44
/proc/5386/task/5395/stat : 5395 (java) R 5384 5386 3419 0 -1 4202560 606 0 0 0 44 0 0 0 25 0 16 0 3211108 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1534000 CPUtime=0.63
/proc/5386/task/5396/stat : 5396 (java) R 5384 5386 3419 0 -1 4202560 2974 0 0 0 63 0 0 0 25 0 16 0 3211108 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 105873268 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3211108 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3211108 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5399] ppid=5384 vsize=1534000 CPUtime=0.71
/proc/5386/task/5399/stat : 5399 (java) R 5384 5386 3419 0 -1 4202560 214 0 0 0 71 0 0 0 22 0 16 0 3211133 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4109271340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5400] ppid=5384 vsize=1534000 CPUtime=0.59
/proc/5386/task/5400/stat : 5400 (java) R 5384 5386 3419 0 -1 4202560 1402 0 0 0 59 0 0 0 24 0 16 0 3211133 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4108874915 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 3211133 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1534000 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3211133 1570816000 8279 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1534000

[startup+3.10174 s]
/proc/loadavg: 1.01 1.07 1.02 6/122 5402
/proc/meminfo: memFree=1501968/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1548096 CPUtime=5.91
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 42032 0 1 0 573 18 0 0 18 0 16 0 3211099 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 387024 38492 1433 10 0 384327 0
[pid=5386/tid=5388] ppid=5384 vsize=1548096 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3930 0 1 0 30 1 0 0 18 0 16 0 3211100 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 449 0 0 0 0 0 0 0 18 0 16 0 3211102 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 233 0 0 0 0 0 0 0 18 0 16 0 3211102 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 16 0 3211103 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) R 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3211104 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 3211104 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3211108 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1548096 CPUtime=1.78
/proc/5386/task/5395/stat : 5395 (java) R 5384 5386 3419 0 -1 4202560 3255 0 0 0 177 1 0 0 19 0 16 0 3211108 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 106262170 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1548096 CPUtime=0.99
/proc/5386/task/5396/stat : 5396 (java) R 5384 5386 3419 0 -1 4202560 5461 0 0 0 98 1 0 0 18 0 16 0 3211108 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 104142832 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3211108 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3211108 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5399] ppid=5384 vsize=1548096 CPUtime=0.97
/proc/5386/task/5399/stat : 5399 (java) R 5384 5386 3419 0 -1 4202560 531 0 0 0 97 0 0 0 24 0 16 0 3211133 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5400] ppid=5384 vsize=1548096 CPUtime=1.77
/proc/5386/task/5400/stat : 5400 (java) R 5384 5386 3419 0 -1 4202560 27097 0 0 0 166 11 0 0 18 0 16 0 3211133 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4109314483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 3211133 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1548096 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3211133 1585250304 38492 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1548096

[startup+6.30178 s]
/proc/loadavg: 1.09 1.08 1.03 3/122 5402
/proc/meminfo: memFree=1409960/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1546940 CPUtime=12.16
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 47776 0 1 0 1195 21 0 0 18 0 16 0 3211099 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 386735 41518 1444 10 0 384038 0
[pid=5386/tid=5388] ppid=5384 vsize=1546940 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3930 0 1 0 30 1 0 0 18 0 16 0 3211100 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1546940 CPUtime=0.02
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 827 0 0 0 2 0 0 0 16 0 16 0 3211102 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1546940 CPUtime=0.02
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 772 0 0 0 2 0 0 0 15 0 16 0 3211102 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1546940 CPUtime=0.1
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 1740 0 0 0 10 0 0 0 16 0 16 0 3211103 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3211104 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3211104 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1546940 CPUtime=2.31
/proc/5386/task/5395/stat : 5395 (java) S 5384 5386 3419 0 -1 4202560 3577 0 0 0 230 1 0 0 15 0 16 0 3211108 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1546940 CPUtime=1.88
/proc/5386/task/5396/stat : 5396 (java) S 5384 5386 3419 0 -1 4202560 7710 0 0 0 185 3 0 0 16 0 16 0 3211108 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3211108 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5399] ppid=5384 vsize=1546940 CPUtime=3.09
/proc/5386/task/5399/stat : 5399 (java) R 5384 5386 3419 0 -1 4202560 570 0 0 0 309 0 0 0 25 0 16 0 3211133 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4109294951 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5400] ppid=5384 vsize=1546940 CPUtime=4.35
/proc/5386/task/5400/stat : 5400 (java) R 5384 5386 3419 0 -1 4202560 27581 0 0 0 424 11 0 0 19 0 16 0 3211133 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4109575203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 3211133 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3211133 1584066560 41518 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 1546940

[startup+12.7023 s]
/proc/loadavg: 1.16 1.10 1.03 4/122 5402
/proc/meminfo: memFree=1404504/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1546940 CPUtime=24.57
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 49130 0 1 0 2435 22 0 0 18 0 16 0 3211099 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 386735 42865 1444 10 0 384038 0
[pid=5386/tid=5388] ppid=5384 vsize=1546940 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3930 0 1 0 30 1 0 0 18 0 16 0 3211100 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1546940 CPUtime=0.06
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 829 0 0 0 6 0 0 0 16 0 16 0 3211102 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1546940 CPUtime=0.05
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 773 0 0 0 5 0 0 0 15 0 16 0 3211102 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1546940 CPUtime=0.37
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 3077 0 0 0 37 0 0 0 15 0 16 0 3211103 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3211104 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3211104 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1546940 CPUtime=2.37
/proc/5386/task/5395/stat : 5395 (java) S 5384 5386 3419 0 -1 4202560 3584 0 0 0 236 1 0 0 15 0 16 0 3211108 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1546940 CPUtime=1.88
/proc/5386/task/5396/stat : 5396 (java) S 5384 5386 3419 0 -1 4202560 7710 0 0 0 185 3 0 0 16 0 16 0 3211108 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3211108 1584066560 42865 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0

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

[pid=5386/tid=5393] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3211104 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1546940 CPUtime=2.43
/proc/5386/task/5395/stat : 5395 (java) S 5384 5386 3419 0 -1 4202560 3584 0 0 0 242 1 0 0 15 0 16 0 3211108 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1546940 CPUtime=1.88
/proc/5386/task/5396/stat : 5396 (java) S 5384 5386 3419 0 -1 4202560 7710 0 0 0 185 3 0 0 16 0 16 0 3211108 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3211108 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5399] ppid=5384 vsize=1546940 CPUtime=24.04
/proc/5386/task/5399/stat : 5399 (java) R 5384 5386 3419 0 -1 4202560 592 0 0 0 2403 1 0 0 18 0 16 0 3211133 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4110059534 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5400] ppid=5384 vsize=1546940 CPUtime=25.41
/proc/5386/task/5400/stat : 5400 (java) R 5384 5386 3419 0 -1 4202560 27583 0 0 0 2530 11 0 0 25 0 16 0 3211133 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4109575265 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 3211133 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3211133 1584066560 45129 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.65
Current children cumulated vsize (KiB) 1546940

[startup+30.4011 s]
/proc/loadavg: 1.46 1.17 1.06 3/122 5402
/proc/meminfo: memFree=1394460/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1546940 CPUtime=58.7
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 51477 0 1 0 5846 24 0 0 18 0 16 0 3211099 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 386735 45192 1448 10 0 384038 0
[pid=5386/tid=5388] ppid=5384 vsize=1546940 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3930 0 1 0 30 1 0 0 15 0 16 0 3211100 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1546940 CPUtime=0.13
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 833 0 0 0 13 0 0 0 15 0 16 0 3211102 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1546940 CPUtime=0.13
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 775 0 0 0 13 0 0 0 15 0 16 0 3211102 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1546940 CPUtime=1.35
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 5394 0 0 0 133 2 0 0 16 0 16 0 3211103 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3211104 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3211104 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1546940 CPUtime=2.45
/proc/5386/task/5395/stat : 5395 (java) S 5384 5386 3419 0 -1 4202560 3588 0 0 0 244 1 0 0 15 0 16 0 3211108 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1546940 CPUtime=1.88
/proc/5386/task/5396/stat : 5396 (java) S 5384 5386 3419 0 -1 4202560 7710 0 0 0 185 3 0 0 16 0 16 0 3211108 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3211108 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3211108 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5399] ppid=5384 vsize=1546940 CPUtime=25.47
/proc/5386/task/5399/stat : 5399 (java) R 5384 5386 3419 0 -1 4202560 595 0 0 0 2546 1 0 0 20 0 16 0 3211133 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4109329939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5400] ppid=5384 vsize=1546940 CPUtime=26.88
/proc/5386/task/5400/stat : 5400 (java) R 5384 5386 3419 0 -1 4202560 27583 0 0 0 2677 11 0 0 25 0 16 0 3211133 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4109352414 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 3211133 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1546940 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3211133 1584066560 45192 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.7
Current children cumulated vsize (KiB) 1546940

[startup+32.0091 s]
/proc/loadavg: 1.46 1.17 1.06 3/122 5402
/proc/meminfo: memFree=1390368/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1548168 CPUtime=61.84
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 52736 0 1 0 6158 26 0 0 18 0 16 0 3211099 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 387042 46088 1448 10 0 384345 0
[pid=5386/tid=5388] ppid=5384 vsize=1548168 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3930 0 1 0 30 1 0 0 15 0 16 0 3211100 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1548168 CPUtime=0.15
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 833 0 0 0 15 0 0 0 15 0 16 0 3211102 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1548168 CPUtime=0.15
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 780 0 0 0 15 0 0 0 16 0 16 0 3211102 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1548168 CPUtime=1.41
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 5945 0 0 0 138 3 0 0 15 0 16 0 3211103 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3211104 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3211104 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3211108 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1548168 CPUtime=3.17
/proc/5386/task/5395/stat : 5395 (java) S 5384 5386 3419 0 -1 4202560 4288 0 0 0 316 1 0 0 15 0 16 0 3211108 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1548168 CPUtime=1.88
/proc/5386/task/5396/stat : 5396 (java) S 5384 5386 3419 0 -1 4202560 7710 0 0 0 185 3 0 0 16 0 16 0 3211108 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3211108 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3211108 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5399] ppid=5384 vsize=1548168 CPUtime=26.25
/proc/5386/task/5399/stat : 5399 (java) R 5384 5386 3419 0 -1 4202560 597 0 0 0 2624 1 0 0 20 0 16 0 3211133 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4109195881 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5386/tid=5400] ppid=5384 vsize=1548168 CPUtime=28.42
/proc/5386/task/5400/stat : 5400 (java) R 5384 5386 3419 0 -1 4202560 27584 0 0 0 2831 11 0 0 25 0 16 0 3211133 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4109575306 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 3211133 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 3211133 1585324032 46088 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.84
Current children cumulated vsize (KiB) 1548168

[startup+32.8011 s]
/proc/loadavg: 1.46 1.17 1.06 3/122 5402
/proc/meminfo: memFree=1390368/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1548168 CPUtime=62.31
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 52737 0 1 0 6205 26 0 0 18 0 14 0 3211099 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 387042 46089 1449 10 0 384345 0
[pid=5386/tid=5388] ppid=5384 vsize=1548168 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3930 0 1 0 30 1 0 0 15 0 14 0 3211100 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1548168 CPUtime=0.15
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 833 0 0 0 15 0 0 0 15 0 14 0 3211102 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1548168 CPUtime=0.15
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 780 0 0 0 15 0 0 0 16 0 14 0 3211102 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1548168 CPUtime=1.41
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 5945 0 0 0 138 3 0 0 15 0 14 0 3211103 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 3211104 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3211104 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3211108 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1548168 CPUtime=3.22
/proc/5386/task/5395/stat : 5395 (java) S 5384 5386 3419 0 -1 4202560 4288 0 0 0 321 1 0 0 15 0 14 0 3211108 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1548168 CPUtime=1.88
/proc/5386/task/5396/stat : 5396 (java) S 5384 5386 3419 0 -1 4202560 7710 0 0 0 185 3 0 0 16 0 14 0 3211108 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 3211108 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3211108 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 3211133 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 3211133 1585324032 46089 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.31
Current children cumulated vsize (KiB) 1548168

[startup+33.2011 s]
/proc/loadavg: 1.46 1.17 1.06 1/120 5402
/proc/meminfo: memFree=1390384/2059040 swapFree=4192956/4192956
[pid=5386] ppid=5384 vsize=1548168 CPUtime=62.34
/proc/5386/stat : 5386 (java) S 5384 5386 3419 0 -1 4202496 52744 0 1 0 6208 26 0 0 18 0 15 0 3211099 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5386/statm: 387042 46095 1451 10 0 384345 0
[pid=5386/tid=5388] ppid=5384 vsize=1548168 CPUtime=0.31
/proc/5386/task/5388/stat : 5388 (java) S 5384 5386 3419 0 -1 4202560 3934 0 1 0 30 1 0 0 16 0 15 0 3211100 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5389] ppid=5384 vsize=1548168 CPUtime=0.15
/proc/5386/task/5389/stat : 5389 (java) S 5384 5386 3419 0 -1 4202560 833 0 0 0 15 0 0 0 15 0 15 0 3211102 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5390] ppid=5384 vsize=1548168 CPUtime=0.15
/proc/5386/task/5390/stat : 5390 (java) S 5384 5386 3419 0 -1 4202560 780 0 0 0 15 0 0 0 16 0 15 0 3211102 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5391] ppid=5384 vsize=1548168 CPUtime=1.42
/proc/5386/task/5391/stat : 5391 (java) S 5384 5386 3419 0 -1 4202560 5945 0 0 0 139 3 0 0 15 0 15 0 3211103 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5392] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5392/stat : 5392 (java) S 5384 5386 3419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 3211104 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5393] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5393/stat : 5393 (java) S 5384 5386 3419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 3211104 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5394] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5394/stat : 5394 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 3211108 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5395] ppid=5384 vsize=1548168 CPUtime=3.22
/proc/5386/task/5395/stat : 5395 (java) S 5384 5386 3419 0 -1 4202560 4290 0 0 0 321 1 0 0 16 0 15 0 3211108 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5396] ppid=5384 vsize=1548168 CPUtime=1.89
/proc/5386/task/5396/stat : 5396 (java) S 5384 5386 3419 0 -1 4202560 7710 0 0 0 186 3 0 0 16 0 15 0 3211108 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5397] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5397/stat : 5397 (java) S 5384 5386 3419 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 3211108 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=5386/tid=5398] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5398/stat : 5398 (java) S 5384 5386 3419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3211108 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5401] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5401/stat : 5401 (java) S 5384 5386 3419 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 3211133 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=5386/tid=5402] ppid=5384 vsize=1548168 CPUtime=0
/proc/5386/task/5402/stat : 5402 (java) S 5384 5386 3419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 3211133 1585324032 46095 1992294400 134512640 134550932 4293753488 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 62.34
Current children cumulated vsize (KiB) 1548168

Child status: 20
Real time (s): 33.2377
CPU time (s): 62.3615
CPU user time (s): 62.0836
CPU system time (s): 0.277957
CPU usage (%): 187.623
Max. virtual memory (cumulated for all children) (KiB): 1549672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.0836
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52746
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= 1334
involuntary context switches= 2079

runsolver used 0.173973 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-11 19:08:16
IDJOB=2662717
IDBENCH=1221
IDSOLVER=1166
FILE ID=node013/2662717-1276276096
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.1110967523.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662717-1276276096/watcher-2662717-1276276096 -o /tmp/evaluation-result-2662717-1276276096/solver-2662717-1276276096 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662717-1276276096.opb

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

MD5SUM BENCH= 5cdd8cb1372de7a07cb58778faffedf0
RANDOM SEED=121876483

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:       1571188 kB
Buffers:         53520 kB
Cached:         308116 kB
SwapCached:          0 kB
Active:         167848 kB
Inactive:       252932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1571188 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             300 kB
Writeback:           0 kB
AnonPages:       59228 kB
Mapped:          15388 kB
Slab:            45300 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179700 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 19:08:49