Trace number 2662788

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 115.744 61.2312

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
MD5SUM75bd0b27f5ff05dc207afe3c3d5552d1
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 benchmark27.7288
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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.14	c version 2.2.0.v20100531
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	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-2662788-1276289983.opb
0.24/0.21	c reading problem ... 
1.12/0.74	c ... done. Wall clock time 0.534s.
1.12/0.74	c #vars     231
1.12/0.74	c #constraints  2707
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.12/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.12/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.12/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.12/0.74	c constraints type 
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.12/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.12/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.12/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
7.86/4.12	c cleaning 2499 clauses out of 5001 with flag 5001/5001
9.20/4.80	c cleaning 4248 clauses out of 8502 with flag 11001/11001
10.76/5.69	c cleaning 5625 clauses out of 11253 with flag 18000/18000
12.91/6.77	c cleaning 6812 clauses out of 13628 with flag 26000/26000
15.42/8.00	c cleaning 7906 clauses out of 15817 with flag 35001/35001
17.95/9.34	c cleaning 8953 clauses out of 17913 with flag 45003/45003
21.06/10.99	c cleaning 9473 clauses out of 18958 with flag 55001/55001
24.36/12.66	c cleaning 9735 clauses out of 19486 with flag 65002/65002
27.48/14.26	c cleaning 9860 clauses out of 19749 with flag 75000/75000
30.39/15.74	c cleaning 9941 clauses out of 19889 with flag 85000/85000
33.70/17.43	c cleaning 9969 clauses out of 19950 with flag 95002/95002
36.61/18.98	c cleaning 9984 clauses out of 19981 with flag 105002/105002
39.30/20.33	c cleaning 9993 clauses out of 19995 with flag 115000/115000
42.21/21.85	c cleaning 10001 clauses out of 20004 with flag 125002/125002
44.92/23.30	c cleaning 9996 clauses out of 20004 with flag 135003/135003
49.02/25.37	c cleaning 9994 clauses out of 20005 with flag 145000/145000
53.29/27.56	c cleaning 9998 clauses out of 20011 with flag 155000/155000
55.95/28.93	c cleaning 10000 clauses out of 20013 with flag 165000/165000
58.66/30.32	c cleaning 10001 clauses out of 20014 with flag 175001/175001
61.34/31.77	c cleaning 9995 clauses out of 20013 with flag 185001/185001
63.83/33.08	c cleaning 10003 clauses out of 20017 with flag 195000/195000
66.69/34.58	c cleaning 9997 clauses out of 20014 with flag 205000/205000
69.58/36.06	c cleaning 9994 clauses out of 20017 with flag 215000/215000
72.28/37.48	c cleaning 10003 clauses out of 20023 with flag 225000/225000
74.73/38.76	c cleaning 10004 clauses out of 20024 with flag 235004/235004
77.61/40.23	c cleaning 10004 clauses out of 20021 with flag 245005/245005
80.50/41.75	c cleaning 10002 clauses out of 20012 with flag 255000/255000
83.38/43.24	c cleaning 10000 clauses out of 20013 with flag 265003/265003
86.06/44.63	c cleaning 9988 clauses out of 20010 with flag 275000/275000
88.94/46.14	c cleaning 10006 clauses out of 20024 with flag 285002/285002
91.45/47.47	c cleaning 10004 clauses out of 20018 with flag 295002/295002
94.11/48.81	c cleaning 10000 clauses out of 20014 with flag 305002/305002
96.78/50.27	c cleaning 10002 clauses out of 20012 with flag 315000/315000
99.46/51.63	c cleaning 10003 clauses out of 20012 with flag 325002/325002
102.16/53.02	c cleaning 9998 clauses out of 20007 with flag 335000/335000
104.25/54.19	c cleaning 10003 clauses out of 20014 with flag 345005/345005
106.51/55.37	c cleaning 9997 clauses out of 20007 with flag 355001/355001
108.99/56.61	c cleaning 10001 clauses out of 20009 with flag 365000/365000
111.88/58.15	c cleaning 9998 clauses out of 20008 with flag 375000/375000
114.56/59.52	c cleaning 10003 clauses out of 20010 with flag 385000/385000
115.42/60.07	c And the winner is Resolution
115.65/61.14	c starts		: 136
115.65/61.14	c conflicts		: 388573
115.65/61.14	c decisions		: 680600
115.65/61.14	c propagations		: 15772518
115.65/61.14	c inspects		: 210527516
115.65/61.14	c learnt literals	: 5
115.65/61.14	c learnt binary clauses	: 34
115.65/61.14	c learnt ternary clauses	: 373
115.65/61.14	c learnt clauses	: 388567
115.65/61.14	c ignored clauses	: 0
115.65/61.14	c root simplifications	: 0
115.65/61.14	c removed literals (reason simplification)	: 1852497
115.65/61.14	c reason swapping (by a shorter reason)	: 0
115.65/61.14	c Calls to reduceDB	: 40
115.65/61.14	c number of reductions to clauses (during analyze)	: 0
115.65/61.14	c number of learned constraints concerned by reduction	: 0
115.65/61.14	c number of learning phase by resolution	: 0
115.65/61.14	c number of learning phase by cutting planes	: 0
115.65/61.14	c speed (assignments/second)	: 261177.64530551416
115.65/61.14	c non guided choices	169
115.65/61.16	c learnt constraints type 
115.65/61.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13540
115.65/61.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
115.65/61.16	c constraints type 
115.65/61.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
115.65/61.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
115.65/61.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
115.65/61.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
115.65/61.16	c constraints type 
115.65/61.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
115.65/61.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
115.65/61.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
115.65/61.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
115.65/61.16	s UNSATISFIABLE
115.65/61.16	c Total wall clock time (in seconds): 60.954

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-2662788-1276289983/watcher-2662788-1276289983 -o /tmp/evaluation-result-2662788-1276289983/solver-2662788-1276289983 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662788-1276289983.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.61 2.13 1.99 2/106 5007
/proc/meminfo: memFree=1564448/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=244 CPUtime=0
/proc/5007/stat : 5007 (java) R 5005 5007 4143 0 -1 4194304 263 0 0 0 0 0 0 0 23 0 1 0 2653700 249856 8 1992294400 134512640 134550932 4286718256 18446744073709551615 6923344 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5007/statm: 61 21 15 10 0 22 0

[startup+0.104975 s]
/proc/loadavg: 1.61 2.13 1.99 2/106 5007
/proc/meminfo: memFree=1564448/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1524180 CPUtime=0.09
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 4017 0 1 0 7 2 0 0 18 0 12 0 2653700 1560760320 3455 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 381045 3455 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.204304 s]
/proc/loadavg: 1.61 2.13 1.99 2/106 5007
/proc/meminfo: memFree=1564448/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1526100 CPUtime=0.24
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 5101 0 1 0 22 2 0 0 18 0 12 0 2653700 1562726400 4537 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 381525 4537 1346 10 0 378828 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526100

[startup+0.300301 s]
/proc/loadavg: 1.61 2.13 1.99 2/106 5007
/proc/meminfo: memFree=1564448/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1526100 CPUtime=0.35
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 5382 0 1 0 33 2 0 0 18 0 12 0 2653700 1562726400 4818 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 381525 4818 1361 10 0 378828 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526100

[startup+0.700286 s]
/proc/loadavg: 1.61 2.13 1.99 2/106 5007
/proc/meminfo: memFree=1564448/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1529696 CPUtime=1.12
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 7550 0 1 0 109 3 0 0 18 0 12 0 2653700 1566408704 6870 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 382424 6871 1396 10 0 379727 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529696

[startup+1.50125 s]
/proc/loadavg: 1.61 2.13 1.99 5/122 5023
/proc/meminfo: memFree=1535616/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1533936 CPUtime=2.71
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 10549 0 1 0 266 5 0 0 18 0 16 0 2653700 1570750464 9249 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 383484 9250 1421 10 0 380787 0
[pid=5007/tid=5009] ppid=5005 vsize=1533936 CPUtime=0.72
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5279 0 1 0 69 3 0 0 19 0 16 0 2653702 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 2653703 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2653703 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 2653705 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 2653705 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 2653705 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2653709 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1533936 CPUtime=0.2
/proc/5007/task/5016/stat : 5016 (java) R 5005 5007 4143 0 -1 4202560 548 0 0 0 20 0 0 0 25 0 16 0 2653709 1570750464 9250 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1533936 CPUtime=0.7
/proc/5007/task/5017/stat : 5017 (java) R 5005 5007 4143 0 -1 4202560 2426 0 0 0 70 0 0 0 25 0 16 0 2653709 1570750464 9251 1992294400 134512640 134550932 4286718256 18446744073709551615 103859370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2653709 1570750464 9251 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 2653709 1570750464 9251 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=1533936 CPUtime=0.39
/proc/5007/task/5020/stat : 5020 (java) R 5005 5007 4143 0 -1 4202560 70 0 0 0 39 0 0 0 21 0 16 0 2653775 1570750464 9251 1992294400 134512640 134550932 4286718256 18446744073709551615 103493877 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=1533936 CPUtime=0.65
/proc/5007/task/5021/stat : 5021 (java) R 5005 5007 4143 0 -1 4202560 1152 0 0 0 65 0 0 0 18 0 16 0 2653775 1570750464 9251 1992294400 134512640 134550932 4286718256 18446744073709551615 4108999540 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2653776 1570750464 9251 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1533936 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2653776 1570750464 9251 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1533936

[startup+3.1022 s]
/proc/loadavg: 1.80 2.16 2.00 5/122 5023
/proc/meminfo: memFree=1525820/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1547604 CPUtime=5.89
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 26579 0 1 0 574 15 0 0 18 0 16 0 2653700 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 386901 22824 1425 10 0 384204 0
[pid=5007/tid=5009] ppid=5005 vsize=1547604 CPUtime=0.72
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5279 0 1 0 69 3 0 0 18 0 16 0 2653702 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 2653703 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 2653703 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1547604 CPUtime=0.01
/proc/5007/task/5012/stat : 5012 (java) R 5005 5007 4143 0 -1 4202560 1 0 0 0 0 1 0 0 16 0 16 0 2653705 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 2653705 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 2653705 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2653709 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1547604 CPUtime=1.4
/proc/5007/task/5016/stat : 5016 (java) R 5005 5007 4143 0 -1 4202560 3904 0 0 0 139 1 0 0 18 0 16 0 2653709 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 104140901 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1547604 CPUtime=1.4
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 4346 0 0 0 139 1 0 0 25 0 16 0 2653709 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2653709 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2653709 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=1547604 CPUtime=0.71
/proc/5007/task/5020/stat : 5020 (java) R 5005 5007 4143 0 -1 4202560 148 0 0 0 71 0 0 0 22 0 16 0 2653775 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4108997631 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=1547604 CPUtime=1.59
/proc/5007/task/5021/stat : 5021 (java) S 5005 5007 4143 0 -1 4202560 11825 0 0 0 153 6 0 0 20 0 16 0 2653775 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2653776 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1547604 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2653776 1584746496 22824 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1547604

[startup+6.30107 s]
/proc/loadavg: 1.80 2.16 2.00 5/122 5023
/proc/meminfo: memFree=1407400/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1548760 CPUtime=12.1
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 47377 0 1 0 1180 30 0 0 18 0 16 0 2653700 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 387190 40521 1448 10 0 384493 0
[pid=5007/tid=5009] ppid=5005 vsize=1548760 CPUtime=0.72
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5279 0 1 0 69 3 0 0 15 0 16 0 2653702 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1548760 CPUtime=0.03
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 828 0 0 0 3 0 0 0 15 0 16 0 2653703 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1548760 CPUtime=0.02
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 256 0 0 0 2 0 0 0 16 0 16 0 2653703 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1548760 CPUtime=0.21
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4143 0 -1 4202560 1107 0 0 0 14 7 0 0 15 0 16 0 2653705 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1548760 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2653705 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1548760 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2653705 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1548760 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2653709 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1548760 CPUtime=2.12
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4143 0 -1 4202560 5483 0 0 0 210 2 0 0 16 0 16 0 2653709 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1548760 CPUtime=2.04
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 6516 0 0 0 201 3 0 0 16 0 16 0 2653709 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1548760 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2653709 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1548760 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2653709 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=1548760 CPUtime=3.26
/proc/5007/task/5020/stat : 5020 (java) R 5005 5007 4143 0 -1 4202560 464 0 0 0 326 0 0 0 19 0 16 0 2653775 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4109402259 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=1548760 CPUtime=3.63
/proc/5007/task/5021/stat : 5021 (java) R 5005 5007 4143 0 -1 4202560 26369 0 0 0 351 12 0 0 21 0 16 0 2653775 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 107082566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1548760 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2653776 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1548760 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2653776 1585930240 40521 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 1548760

[startup+12.7018 s]
/proc/loadavg: 1.83 2.15 2.00 3/122 5023
/proc/meminfo: memFree=1367596/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1547736 CPUtime=24.53
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 58045 0 1 0 2418 35 0 0 18 0 16 0 2653700 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 386934 50889 1448 10 0 384237 0
[pid=5007/tid=5009] ppid=5005 vsize=1547736 CPUtime=0.72
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5279 0 1 0 69 3 0 0 15 0 16 0 2653702 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1547736 CPUtime=0.14
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 2326 0 0 0 13 1 0 0 15 0 16 0 2653703 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1547736 CPUtime=0.12
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 1604 0 0 0 12 0 0 0 16 0 16 0 2653703 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1547736 CPUtime=0.45
/proc/5007/task/5012/stat : 5012 (java) R 5005 5007 4143 0 -1 4202560 2221 0 0 0 38 7 0 0 15 0 16 0 2653705 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1547736 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2653705 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1547736 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2653705 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1547736 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2653709 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1547736 CPUtime=2.24
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4143 0 -1 4202560 5490 0 0 0 222 2 0 0 15 0 16 0 2653709 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1547736 CPUtime=2.05
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 6516 0 0 0 202 3 0 0 15 0 16 0 2653709 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1547736 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2653709 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1547736 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 2653709 1584881664 50889 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0

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

[pid=5007/tid=5014] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2653705 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2653709 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1548152 CPUtime=3.62
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4143 0 -1 4202560 5914 0 0 0 360 2 0 0 15 0 16 0 2653709 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1548152 CPUtime=2.05
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 6516 0 0 0 202 3 0 0 15 0 16 0 2653709 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2653709 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 2653709 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=1548152 CPUtime=49.34
/proc/5007/task/5020/stat : 5020 (java) R 5005 5007 4143 0 -1 4202560 610 0 0 0 4932 2 0 0 25 0 16 0 2653775 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4109521104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=1548152 CPUtime=50.65
/proc/5007/task/5021/stat : 5021 (java) R 5005 5007 4143 0 -1 4202560 32984 0 0 0 5050 15 0 0 25 0 16 0 2653775 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4109571560 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2653776 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2653776 1585307648 53667 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.88
Current children cumulated vsize (KiB) 1548152

[startup+59.2011 s]
/proc/loadavg: 1.92 2.13 2.00 3/122 5023
/proc/meminfo: memFree=1353460/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1548152 CPUtime=113.96
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 61344 0 1 0 11354 42 0 0 18 0 16 0 2653700 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 387038 53745 1448 10 0 384341 0
[pid=5007/tid=5009] ppid=5005 vsize=1548152 CPUtime=0.72
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5280 0 1 0 69 3 0 0 15 0 16 0 2653702 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1548152 CPUtime=0.71
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 3500 0 0 0 69 2 0 0 16 0 16 0 2653703 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1548152 CPUtime=0.66
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 2841 0 0 0 64 2 0 0 15 0 16 0 2653703 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1548152 CPUtime=3.19
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4143 0 -1 4202560 2619 0 0 0 310 9 0 0 16 0 16 0 2653705 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2653705 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2653705 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1548152 CPUtime=3.62
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4143 0 -1 4202560 5914 0 0 0 360 2 0 0 15 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1548152 CPUtime=2.05
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 6516 0 0 0 202 3 0 0 15 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=1548152 CPUtime=50.83
/proc/5007/task/5020/stat : 5020 (java) R 5005 5007 4143 0 -1 4202560 611 0 0 0 5080 3 0 0 25 0 16 0 2653775 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4109495483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=1548152 CPUtime=52.11
/proc/5007/task/5021/stat : 5021 (java) R 5005 5007 4143 0 -1 4202560 32985 0 0 0 5196 15 0 0 25 0 16 0 2653775 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4109633052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2653776 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2653776 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 113.96
Current children cumulated vsize (KiB) 1548152

[startup+60.001 s]
/proc/loadavg: 1.92 2.13 2.00 3/122 5023
/proc/meminfo: memFree=1353460/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1548152 CPUtime=115.42
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 61346 0 1 0 11500 42 0 0 18 0 16 0 2653700 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 387038 53745 1448 10 0 384341 0
[pid=5007/tid=5009] ppid=5005 vsize=1548152 CPUtime=0.72
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5280 0 1 0 69 3 0 0 15 0 16 0 2653702 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1548152 CPUtime=0.73
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 3500 0 0 0 71 2 0 0 15 0 16 0 2653703 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1548152 CPUtime=0.68
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 2841 0 0 0 66 2 0 0 16 0 16 0 2653703 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1548152 CPUtime=3.31
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4143 0 -1 4202560 2619 0 0 0 322 9 0 0 16 0 16 0 2653705 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 2653705 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2653705 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1548152 CPUtime=3.64
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4143 0 -1 4202560 5914 0 0 0 362 2 0 0 15 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1548152 CPUtime=2.05
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 6516 0 0 0 202 3 0 0 15 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 2653709 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5020] ppid=5005 vsize=1548152 CPUtime=51.47
/proc/5007/task/5020/stat : 5020 (java) R 5005 5007 4143 0 -1 4202560 612 0 0 0 5144 3 0 0 25 0 16 0 2653775 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4109518429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5007/tid=5021] ppid=5005 vsize=1548152 CPUtime=52.76
/proc/5007/task/5021/stat : 5021 (java) R 5005 5007 4143 0 -1 4202560 32986 0 0 0 5261 15 0 0 25 0 16 0 2653775 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4109571408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 2653776 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2653776 1585307648 53745 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.42
Current children cumulated vsize (KiB) 1548152

[startup+60.801 s]
/proc/loadavg: 1.92 2.13 2.00 1/120 5023
/proc/meminfo: memFree=1353476/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1548152 CPUtime=115.65
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 61347 0 1 0 11523 42 0 0 18 0 14 0 2653700 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 387038 53746 1449 10 0 384341 0
[pid=5007/tid=5009] ppid=5005 vsize=1548152 CPUtime=0.72
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5280 0 1 0 69 3 0 0 15 0 14 0 2653702 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1548152 CPUtime=0.73
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 3500 0 0 0 71 2 0 0 15 0 14 0 2653703 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1548152 CPUtime=0.68
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 2841 0 0 0 66 2 0 0 16 0 14 0 2653703 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1548152 CPUtime=3.31
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4143 0 -1 4202560 2619 0 0 0 322 9 0 0 15 0 14 0 2653705 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2653705 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2653705 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 2653709 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1548152 CPUtime=3.64
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4143 0 -1 4202560 5914 0 0 0 362 2 0 0 15 0 14 0 2653709 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1548152 CPUtime=2.05
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 6516 0 0 0 202 3 0 0 15 0 14 0 2653709 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2653709 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 2653709 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 2653776 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2653776 1585307648 53746 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.65
Current children cumulated vsize (KiB) 1548152

[startup+61.202 s]
/proc/loadavg: 1.92 2.13 2.00 1/120 5023
/proc/meminfo: memFree=1353476/2059040 swapFree=4192956/4192956
[pid=5007] ppid=5005 vsize=1548152 CPUtime=115.72
/proc/5007/stat : 5007 (java) S 5005 5007 4143 0 -1 4202496 61356 0 1 0 11529 43 0 0 18 0 14 0 2653700 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5007/statm: 387038 53754 1451 10 0 384341 0
[pid=5007/tid=5009] ppid=5005 vsize=1548152 CPUtime=0.73
/proc/5007/task/5009/stat : 5009 (java) S 5005 5007 4143 0 -1 4202560 5286 0 1 0 70 3 0 0 15 0 14 0 2653702 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5010] ppid=5005 vsize=1548152 CPUtime=0.73
/proc/5007/task/5010/stat : 5010 (java) S 5005 5007 4143 0 -1 4202560 3500 0 0 0 71 2 0 0 15 0 14 0 2653703 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5011] ppid=5005 vsize=1548152 CPUtime=0.68
/proc/5007/task/5011/stat : 5011 (java) S 5005 5007 4143 0 -1 4202560 2841 0 0 0 66 2 0 0 16 0 14 0 2653703 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5012] ppid=5005 vsize=1548152 CPUtime=3.31
/proc/5007/task/5012/stat : 5012 (java) S 5005 5007 4143 0 -1 4202560 2619 0 0 0 322 9 0 0 15 0 14 0 2653705 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 0 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5013] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5013/stat : 5013 (java) S 5005 5007 4143 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 2653705 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5014] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5014/stat : 5014 (java) S 5005 5007 4143 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2653705 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5015] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5015/stat : 5015 (java) S 5005 5007 4143 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 2653709 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5016] ppid=5005 vsize=1548152 CPUtime=3.64
/proc/5007/task/5016/stat : 5016 (java) S 5005 5007 4143 0 -1 4202560 5916 0 0 0 362 2 0 0 15 0 14 0 2653709 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5017] ppid=5005 vsize=1548152 CPUtime=2.08
/proc/5007/task/5017/stat : 5017 (java) S 5005 5007 4143 0 -1 4202560 6516 0 0 0 205 3 0 0 15 0 14 0 2653709 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5018] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5018/stat : 5018 (java) S 5005 5007 4143 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2653709 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5019] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5019/stat : 5019 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 2653709 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 1 0 0 0
[pid=5007/tid=5022] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5022/stat : 5022 (java) S 5005 5007 4143 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 2653776 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
[pid=5007/tid=5023] ppid=5005 vsize=1548152 CPUtime=0
/proc/5007/task/5023/stat : 5023 (java) S 5005 5007 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2653776 1585307648 53754 1992294400 134512640 134550932 4286718256 18446744073709551615 4294960144 0 4 0 16800975 18446604437838804032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 115.72
Current children cumulated vsize (KiB) 1548152

Child status: 20
Real time (s): 61.2312
CPU time (s): 115.744
CPU user time (s): 115.293
CPU system time (s): 0.450931
CPU usage (%): 189.029
Max. virtual memory (cumulated for all children) (KiB): 1549784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.293
system time used= 0.450931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61356
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= 2539
involuntary context switches= 3909

runsolver used 0.278957 second user time and 0.763883 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-11 22:59:43
IDJOB=2662788
IDBENCH=1298
IDSOLVER=1166
FILE ID=node026/2662788-1276289983
PBS_JOBID= 11173097
Free space on /tmp= 62508 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662788-1276289983/watcher-2662788-1276289983 -o /tmp/evaluation-result-2662788-1276289983/solver-2662788-1276289983 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662788-1276289983.opb

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

MD5SUM BENCH= 75bd0b27f5ff05dc207afe3c3d5552d1
RANDOM SEED=942896671

node026.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1564844 kB
Buffers:         60008 kB
Cached:         308016 kB
SwapCached:          0 kB
Active:         169696 kB
Inactive:       257476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1564844 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:       59160 kB
Mapped:          15392 kB
Slab:            45100 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180084 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= 62508 MiB
End job on node026 at 2010-06-11 23:00:44