Trace number 2662844

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 242.489 127.752

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
MD5SUM30c4f9acafc0f3a30de05f75833db699
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 benchmark26.279
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 689
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.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662844-1276313150.opb
0.25/0.21	c reading problem ... 
1.12/0.72	c ... done. Wall clock time 0.503s.
1.12/0.72	c #vars     231
1.12/0.72	c #constraints  2707
1.12/0.72	c constraints type 
1.12/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.12/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.12/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.12/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.12/0.72	c constraints type 
1.12/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.12/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.12/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.12/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
5.26/2.87	c cleaning 2497 clauses out of 5000 with flag 5000/5000
6.84/3.69	c cleaning 4250 clauses out of 8504 with flag 11001/11001
8.78/4.69	c cleaning 5619 clauses out of 11253 with flag 18000/18000
11.52/6.05	c cleaning 6810 clauses out of 13634 with flag 26000/26000
14.24/7.41	c cleaning 7905 clauses out of 15827 with flag 35003/35003
17.55/9.10	c cleaning 8954 clauses out of 17919 with flag 45000/45000
20.66/10.70	c cleaning 9478 clauses out of 18965 with flag 55000/55000
23.96/12.47	c cleaning 9740 clauses out of 19489 with flag 65002/65002
27.07/14.07	c cleaning 9862 clauses out of 19749 with flag 75002/75002
30.57/15.85	c cleaning 9934 clauses out of 19887 with flag 85002/85002
33.88/17.54	c cleaning 9968 clauses out of 19954 with flag 95003/95003
37.18/19.22	c cleaning 9980 clauses out of 19985 with flag 105002/105002
40.26/20.86	c cleaning 10002 clauses out of 20005 with flag 115002/115002
43.76/22.67	c cleaning 9990 clauses out of 20002 with flag 125001/125001
46.87/24.25	c cleaning 9990 clauses out of 20011 with flag 135000/135000
49.95/25.85	c cleaning 10004 clauses out of 20023 with flag 145002/145002
53.02/27.49	c cleaning 10004 clauses out of 20019 with flag 155002/155002
56.11/29.03	c cleaning 10002 clauses out of 20015 with flag 165002/165002
58.80/30.49	c cleaning 9993 clauses out of 20011 with flag 175000/175000
61.89/32.06	c cleaning 10001 clauses out of 20020 with flag 185002/185002
64.55/33.45	c cleaning 10004 clauses out of 20019 with flag 195002/195002
67.24/34.89	c cleaning 10003 clauses out of 20014 with flag 205001/205001
70.14/36.39	c cleaning 9996 clauses out of 20010 with flag 215000/215000
73.21/37.94	c cleaning 9997 clauses out of 20015 with flag 225001/225001
76.27/39.55	c cleaning 10004 clauses out of 20021 with flag 235004/235004
79.15/41.03	c cleaning 10000 clauses out of 20015 with flag 245002/245002
81.84/42.49	c cleaning 9996 clauses out of 20013 with flag 255000/255000
84.53/43.90	c cleaning 10007 clauses out of 20017 with flag 265000/265000
87.39/45.34	c cleaning 9992 clauses out of 20010 with flag 275000/275000
90.07/46.76	c cleaning 9997 clauses out of 20018 with flag 285000/285000
92.75/48.10	c cleaning 10005 clauses out of 20021 with flag 295000/295000
95.44/49.57	c cleaning 9997 clauses out of 20016 with flag 305000/305000
99.08/51.46	c cleaning 10003 clauses out of 20023 with flag 315004/315004
101.97/52.97	c cleaning 9989 clauses out of 20017 with flag 325001/325001
104.63/54.39	c cleaning 10009 clauses out of 20028 with flag 335001/335001
107.30/55.79	c cleaning 9997 clauses out of 20019 with flag 345001/345001
110.37/57.38	c cleaning 10005 clauses out of 20023 with flag 355002/355002
113.23/58.87	c cleaning 10006 clauses out of 20017 with flag 365001/365001
116.10/60.31	c cleaning 9997 clauses out of 20010 with flag 375000/375000
118.78/61.72	c cleaning 10002 clauses out of 20014 with flag 385001/385001
121.22/63.03	c cleaning 9993 clauses out of 20012 with flag 395001/395001
123.89/64.45	c cleaning 10000 clauses out of 20018 with flag 405000/405000
126.36/65.74	c cleaning 10002 clauses out of 20020 with flag 415002/415002
128.64/66.97	c cleaning 9998 clauses out of 20016 with flag 425000/425000
131.48/68.42	c cleaning 10008 clauses out of 20019 with flag 435001/435001
133.95/69.78	c cleaning 9997 clauses out of 20010 with flag 445000/445000
136.42/71.03	c cleaning 10000 clauses out of 20013 with flag 455000/455000
139.08/72.45	c cleaning 10004 clauses out of 20014 with flag 465001/465001
141.54/73.79	c cleaning 10000 clauses out of 20011 with flag 475002/475002
144.19/75.12	c cleaning 10003 clauses out of 20009 with flag 485000/485000
146.66/76.48	c cleaning 9996 clauses out of 20006 with flag 495000/495000
149.32/77.86	c cleaning 9996 clauses out of 20010 with flag 505000/505000
152.16/79.32	c cleaning 9998 clauses out of 20014 with flag 515000/515000
155.01/80.83	c cleaning 10003 clauses out of 20017 with flag 525001/525001
157.87/82.31	c cleaning 9994 clauses out of 20013 with flag 535000/535000
160.56/83.77	c cleaning 10006 clauses out of 20020 with flag 545001/545001
163.18/85.13	c cleaning 9994 clauses out of 20013 with flag 555000/555000
166.43/86.87	c cleaning 10004 clauses out of 20020 with flag 565001/565001
169.09/88.23	c cleaning 10005 clauses out of 20018 with flag 575003/575003
171.74/89.67	c cleaning 10003 clauses out of 20012 with flag 585002/585002
174.58/91.19	c cleaning 9991 clauses out of 20007 with flag 595000/595000
177.26/92.54	c cleaning 10005 clauses out of 20016 with flag 605000/605000
179.90/93.93	c cleaning 9998 clauses out of 20012 with flag 615001/615001
182.56/95.39	c cleaning 9996 clauses out of 20014 with flag 625001/625001
185.98/97.18	c cleaning 10007 clauses out of 20018 with flag 635001/635001
189.03/98.74	c cleaning 10000 clauses out of 20011 with flag 645001/645001
192.47/100.52	c cleaning 9997 clauses out of 20011 with flag 655001/655001
195.72/102.26	c cleaning 9997 clauses out of 20013 with flag 665000/665000
198.74/103.89	c cleaning 9999 clauses out of 20016 with flag 675000/675000
202.00/105.53	c cleaning 9991 clauses out of 20017 with flag 685000/685000
204.85/107.06	c cleaning 10010 clauses out of 20027 with flag 695001/695001
208.10/108.73	c cleaning 10000 clauses out of 20018 with flag 705002/705002
211.11/110.37	c cleaning 10001 clauses out of 20018 with flag 715002/715002
213.96/111.82	c cleaning 10006 clauses out of 20017 with flag 725002/725002
216.61/113.23	c cleaning 10001 clauses out of 20009 with flag 735000/735000
219.26/114.67	c cleaning 9994 clauses out of 20008 with flag 745000/745000
222.09/116.12	c cleaning 9999 clauses out of 20017 with flag 755003/755003
224.53/117.42	c cleaning 10000 clauses out of 20016 with flag 765001/765001
227.57/119.03	c cleaning 10003 clauses out of 20015 with flag 775000/775000
230.22/120.49	c cleaning 9997 clauses out of 20012 with flag 785000/785000
233.64/122.24	c cleaning 10002 clauses out of 20015 with flag 795000/795000
236.69/123.83	c cleaning 10005 clauses out of 20012 with flag 805000/805000
239.52/125.41	c cleaning 9999 clauses out of 20010 with flag 815003/815003
242.17/126.76	c And the winner is Resolution
242.42/127.67	c starts		: 171
242.42/127.67	c conflicts		: 823296
242.42/127.67	c decisions		: 1431234
242.42/127.67	c propagations		: 30369044
242.42/127.67	c inspects		: 435904013
242.42/127.67	c learnt literals	: 7
242.42/127.67	c learnt binary clauses	: 62
242.42/127.67	c learnt ternary clauses	: 671
242.42/127.68	c learnt clauses	: 823288
242.42/127.68	c ignored clauses	: 0
242.42/127.68	c root simplifications	: 0
242.42/127.68	c removed literals (reason simplification)	: 4084637
242.42/127.68	c reason swapping (by a shorter reason)	: 0
242.42/127.68	c Calls to reduceDB	: 83
242.42/127.68	c number of reductions to clauses (during analyze)	: 0
242.42/127.68	c number of learned constraints concerned by reduction	: 0
242.42/127.68	c number of learning phase by resolution	: 0
242.42/127.68	c number of learning phase by cutting planes	: 0
242.42/127.68	c speed (assignments/second)	: 239209.20633920413
242.42/127.68	c non guided choices	129
242.45/127.71	c learnt constraints type 
242.45/127.71	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18235
242.45/127.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
242.45/127.71	c constraints type 
242.45/127.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
242.45/127.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
242.45/127.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
242.45/127.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
242.45/127.71	c constraints type 
242.45/127.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
242.45/127.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
242.45/127.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
242.45/127.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
242.45/127.71	s UNSATISFIABLE
242.45/127.71	c Total wall clock time (in seconds): 127.496

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-2662844-1276313150/watcher-2662844-1276313150 -o /tmp/evaluation-result-2662844-1276313150/solver-2662844-1276313150 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662844-1276313150.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.08 1.03 1.01 3/106 7746
/proc/meminfo: memFree=1541336/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1836 CPUtime=0
/proc/7746/stat : 7746 (java6) R 7744 7746 6883 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 6916761 1880064 154 1992294400 134512640 134550932 4293052992 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7746/statm: 458 153 116 10 0 63 0

[startup+0.102903 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 7746
/proc/meminfo: memFree=1541336/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1524180 CPUtime=0.09
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 3968 0 1 0 6 3 0 0 18 0 12 0 6916761 1560760320 3407 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 381045 3407 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.208852 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 7746
/proc/meminfo: memFree=1541336/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1526100 CPUtime=0.25
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 5107 0 1 0 21 4 0 0 18 0 12 0 6916761 1562726400 4544 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 381525 4546 1346 10 0 378828 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1526100

[startup+0.300851 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 7746
/proc/meminfo: memFree=1541336/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1526100 CPUtime=0.36
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 5380 0 1 0 32 4 0 0 18 0 12 0 6916761 1562726400 4817 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 381525 4817 1361 10 0 378828 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526100

[startup+0.700848 s]
/proc/loadavg: 1.08 1.03 1.01 3/106 7746
/proc/meminfo: memFree=1541336/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1530280 CPUtime=1.12
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 7857 0 1 0 108 4 0 0 18 0 12 0 6916761 1567006720 7181 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 382570 7181 1396 10 0 379873 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530280

[startup+1.50184 s]
/proc/loadavg: 1.08 1.03 1.01 5/122 7762
/proc/meminfo: memFree=1513992/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1532076 CPUtime=2.7
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 10444 0 1 0 265 5 0 0 18 0 16 0 6916761 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 383019 8819 1423 10 0 380322 0
[pid=7746/tid=7748] ppid=7744 vsize=1532076 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5281 0 1 0 66 3 0 0 19 0 16 0 6916763 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6916764 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6916764 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 6916766 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 6916766 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6916766 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6916771 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1532076 CPUtime=0.51
/proc/7746/task/7755/stat : 7755 (java) R 7744 7746 6883 0 -1 4202560 1424 0 0 0 51 0 0 0 25 0 16 0 6916771 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 103985729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1532076 CPUtime=0.55
/proc/7746/task/7756/stat : 7756 (java) R 7744 7746 6883 0 -1 4202560 1588 0 0 0 55 0 0 0 18 0 16 0 6916771 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 104163184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6916771 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1532076 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6916771 1568845824 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7759] ppid=7744 vsize=1533100 CPUtime=0.52
/proc/7746/task/7759/stat : 7759 (java) R 7744 7746 6883 0 -1 4202560 112 0 0 0 52 0 0 0 22 0 16 0 6916834 1569894400 8819 1992294400 134512640 134550932 4293037488 18446744073709551615 106834303 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7760] ppid=7744 vsize=1533100 CPUtime=0.4
/proc/7746/task/7760/stat : 7760 (java) R 7744 7746 6883 0 -1 4202560 966 0 0 0 40 0 0 0 23 0 16 0 6916834 1569894400 8829 1992294400 134512640 134550932 4293037488 18446744073709551615 103615277 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1533100 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6916834 1569894400 8829 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1533100 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6916834 1569894400 8829 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1532076

[startup+3.10183 s]
/proc/loadavg: 1.31 1.08 1.02 5/122 7762
/proc/meminfo: memFree=1472824/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1544124 CPUtime=5.84
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 27421 0 1 0 572 12 0 0 18 0 16 0 6916761 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 386031 22051 1443 10 0 383334 0
[pid=7746/tid=7748] ppid=7744 vsize=1544124 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5281 0 1 0 66 3 0 0 18 0 16 0 6916763 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 218 0 0 0 0 0 0 0 17 0 16 0 6916764 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 189 0 0 0 0 0 0 0 18 0 16 0 6916764 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=0.02
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 405 0 0 0 2 0 0 0 15 0 16 0 6916766 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=0.98
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2220 0 0 0 97 1 0 0 25 0 16 0 6916771 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=1.89
/proc/7746/task/7756/stat : 7756 (java) R 7744 7746 6883 0 -1 4202560 7405 0 0 0 187 2 0 0 18 0 16 0 6916771 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 104163855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6916771 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7759] ppid=7744 vsize=1544124 CPUtime=1.38
/proc/7746/task/7759/stat : 7759 (java) R 7744 7746 6883 0 -1 4202560 708 0 0 0 138 0 0 0 18 0 16 0 6916834 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4109459735 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7746/tid=7760] ppid=7744 vsize=1544124 CPUtime=0.82
/proc/7746/task/7760/stat : 7760 (java) R 7744 7746 6883 0 -1 4202560 9924 0 0 0 78 4 0 0 25 0 16 0 6916834 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6916834 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6916834 1581182976 22051 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1544124

[startup+6.30181 s]
/proc/loadavg: 1.31 1.08 1.02 3/122 7762
/proc/meminfo: memFree=1386644/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1544124 CPUtime=12.06
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 45986 0 1 0 1187 19 0 0 18 0 16 0 6916761 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 386031 40609 1448 10 0 383334 0
[pid=7746/tid=7748] ppid=7744 vsize=1544124 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5281 0 1 0 66 3 0 0 18 0 16 0 6916763 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1544124 CPUtime=0.04
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 816 0 0 0 4 0 0 0 15 0 16 0 6916764 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1544124 CPUtime=0.05
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 761 0 0 0 5 0 0 0 16 0 16 0 6916764 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=0.14
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 1536 0 0 0 14 0 0 0 16 0 16 0 6916766 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=1.32
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2241 0 0 0 131 1 0 0 16 0 16 0 6916771 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=2.41
/proc/7746/task/7756/stat : 7756 (java) S 7744 7746 6883 0 -1 4202560 7446 0 0 0 239 2 0 0 16 0 16 0 6916771 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6916771 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7759] ppid=7744 vsize=1544124 CPUtime=4
/proc/7746/task/7759/stat : 7759 (java) R 7744 7746 6883 0 -1 4202560 764 0 0 0 400 0 0 0 21 0 16 0 6916834 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4109441280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7746/tid=7760] ppid=7744 vsize=1544124 CPUtime=3.31
/proc/7746/task/7760/stat : 7760 (java) R 7744 7746 6883 0 -1 4202560 26070 0 0 0 322 9 0 0 25 0 16 0 6916834 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4109573871 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6916834 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6916834 1581182976 40609 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 1544124

[startup+12.7018 s]
/proc/loadavg: 1.42 1.11 1.03 3/122 7762
/proc/meminfo: memFree=1347336/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1544124 CPUtime=24.49
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 55379 0 1 0 2426 23 0 0 18 0 16 0 6916761 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 386031 49881 1448 10 0 383334 0
[pid=7746/tid=7748] ppid=7744 vsize=1544124 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5281 0 1 0 66 3 0 0 18 0 16 0 6916763 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1544124 CPUtime=0.14
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 2036 0 0 0 13 1 0 0 16 0 16 0 6916764 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1544124 CPUtime=0.14
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 1900 0 0 0 14 0 0 0 15 0 16 0 6916764 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=0.39
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 2512 0 0 0 39 0 0 0 15 0 16 0 6916766 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=1.34
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2241 0 0 0 133 1 0 0 15 0 16 0 6916771 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=2.41
/proc/7746/task/7756/stat : 7756 (java) S 7744 7746 6883 0 -1 4202560 7446 0 0 0 239 2 0 0 16 0 16 0 6916771 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6916771 1581182976 49881 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0

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

[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=8.6
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 3261 0 0 0 857 3 0 0 16 0 16 0 6916766 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=1.38
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2241 0 0 0 137 1 0 0 15 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=2.94
/proc/7746/task/7756/stat : 7756 (java) S 7744 7746 6883 0 -1 4202560 8363 0 0 0 292 2 0 0 15 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7759] ppid=7744 vsize=1544124 CPUtime=111.47
/proc/7746/task/7759/stat : 7759 (java) R 7744 7746 6883 0 -1 4202560 943 0 0 0 11146 1 0 0 25 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4109533450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7760] ppid=7744 vsize=1544124 CPUtime=110.46
/proc/7746/task/7760/stat : 7760 (java) R 7744 7746 6883 0 -1 4202560 32089 0 0 0 11034 12 0 0 25 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4109459735 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 238.53
Current children cumulated vsize (KiB) 1544124

[startup+126.401 s]
/proc/loadavg: 1.98 1.40 1.14 3/122 7766
/proc/meminfo: memFree=1323528/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1544124 CPUtime=241.57
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 62373 0 1 0 24119 38 0 0 18 0 16 0 6916761 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 386031 55402 1448 10 0 383334 0
[pid=7746/tid=7748] ppid=7744 vsize=1544124 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5281 0 1 0 66 3 0 0 15 0 16 0 6916763 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1544124 CPUtime=1.45
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 4653 0 0 0 138 7 0 0 16 0 16 0 6916764 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1544124 CPUtime=1.47
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 4463 0 0 0 143 4 0 0 15 0 16 0 6916764 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=8.73
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 3261 0 0 0 870 3 0 0 16 0 16 0 6916766 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6916766 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=1.38
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2241 0 0 0 137 1 0 0 15 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=2.99
/proc/7746/task/7756/stat : 7756 (java) S 7744 7746 6883 0 -1 4202560 8363 0 0 0 297 2 0 0 15 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) R 7744 7746 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 6916771 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7746/tid=7759] ppid=7744 vsize=1544124 CPUtime=112.88
/proc/7746/task/7759/stat : 7759 (java) R 7744 7746 6883 0 -1 4202560 944 0 0 0 11287 1 0 0 25 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4109477683 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7760] ppid=7744 vsize=1544124 CPUtime=111.89
/proc/7746/task/7760/stat : 7760 (java) R 7744 7746 6883 0 -1 4202560 32089 0 0 0 11177 12 0 0 25 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4109513509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6916834 1581182976 55402 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 241.57
Current children cumulated vsize (KiB) 1544124

[startup+127.201 s]
/proc/loadavg: 1.98 1.40 1.14 3/122 7766
/proc/meminfo: memFree=1323528/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1544124 CPUtime=242.42
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 62374 0 1 0 24204 38 0 0 18 0 14 0 6916761 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 386031 55403 1449 10 0 383334 0
[pid=7746/tid=7748] ppid=7744 vsize=1544124 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5281 0 1 0 66 3 0 0 15 0 14 0 6916763 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1544124 CPUtime=1.45
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 4653 0 0 0 138 7 0 0 16 0 14 0 6916764 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1544124 CPUtime=1.47
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 4463 0 0 0 143 4 0 0 15 0 14 0 6916764 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=8.73
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 3261 0 0 0 870 3 0 0 15 0 14 0 6916766 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6916766 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 6916766 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=1.38
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2241 0 0 0 137 1 0 0 15 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=2.99
/proc/7746/task/7756/stat : 7756 (java) S 7744 7746 6883 0 -1 4202560 8363 0 0 0 297 2 0 0 15 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 6916834 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6916834 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 242.42
Current children cumulated vsize (KiB) 1544124

[startup+127.601 s]
/proc/loadavg: 1.90 1.39 1.14 1/120 7766
/proc/meminfo: memFree=1323544/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1544124 CPUtime=242.42
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 62374 0 1 0 24204 38 0 0 18 0 14 0 6916761 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 386031 55403 1449 10 0 383334 0
[pid=7746/tid=7748] ppid=7744 vsize=1544124 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5281 0 1 0 66 3 0 0 15 0 14 0 6916763 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1544124 CPUtime=1.45
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 4653 0 0 0 138 7 0 0 16 0 14 0 6916764 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1544124 CPUtime=1.47
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 4463 0 0 0 143 4 0 0 15 0 14 0 6916764 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=8.73
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 3261 0 0 0 870 3 0 0 15 0 14 0 6916766 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6916766 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 6916766 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=1.38
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2241 0 0 0 137 1 0 0 15 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=2.99
/proc/7746/task/7756/stat : 7756 (java) S 7744 7746 6883 0 -1 4202560 8363 0 0 0 297 2 0 0 15 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6916771 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 6916834 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 6916834 1581182976 55403 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 242.42
Current children cumulated vsize (KiB) 1544124

[startup+127.709 s]
/proc/loadavg: 1.90 1.39 1.14 1/120 7766
/proc/meminfo: memFree=1323544/2059040 swapFree=4192956/4192956
[pid=7746] ppid=7744 vsize=1544124 CPUtime=242.45
/proc/7746/stat : 7746 (java) S 7744 7746 6883 0 -1 4202496 62381 0 1 0 24207 38 0 0 18 0 15 0 6916761 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7746/statm: 386031 55409 1451 10 0 383334 0
[pid=7746/tid=7748] ppid=7744 vsize=1544124 CPUtime=0.69
/proc/7746/task/7748/stat : 7748 (java) S 7744 7746 6883 0 -1 4202560 5285 0 1 0 66 3 0 0 16 0 15 0 6916763 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7749] ppid=7744 vsize=1544124 CPUtime=1.45
/proc/7746/task/7749/stat : 7749 (java) S 7744 7746 6883 0 -1 4202560 4653 0 0 0 138 7 0 0 16 0 15 0 6916764 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7750] ppid=7744 vsize=1544124 CPUtime=1.47
/proc/7746/task/7750/stat : 7750 (java) S 7744 7746 6883 0 -1 4202560 4463 0 0 0 143 4 0 0 15 0 15 0 6916764 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7751] ppid=7744 vsize=1544124 CPUtime=8.73
/proc/7746/task/7751/stat : 7751 (java) S 7744 7746 6883 0 -1 4202560 3261 0 0 0 870 3 0 0 15 0 15 0 6916766 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7752] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7752/stat : 7752 (java) S 7744 7746 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 6916766 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7753] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7753/stat : 7753 (java) S 7744 7746 6883 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 6916766 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7754] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7754/stat : 7754 (java) S 7744 7746 6883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 6916771 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7755] ppid=7744 vsize=1544124 CPUtime=1.39
/proc/7746/task/7755/stat : 7755 (java) S 7744 7746 6883 0 -1 4202560 2241 0 0 0 138 1 0 0 15 0 15 0 6916771 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=7746/tid=7756] ppid=7744 vsize=1544124 CPUtime=3
/proc/7746/task/7756/stat : 7756 (java) R 7744 7746 6883 0 -1 4202560 8365 0 0 0 298 2 0 0 15 0 15 0 6916771 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 105869385 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7746/tid=7757] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7757/stat : 7757 (java) S 7744 7746 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 6916771 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7758] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7758/stat : 7758 (java) S 7744 7746 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 15 0 6916771 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7761] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7761/stat : 7761 (java) S 7744 7746 6883 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 15 0 6916834 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=7746/tid=7762] ppid=7744 vsize=1544124 CPUtime=0
/proc/7746/task/7762/stat : 7762 (java) S 7744 7746 6883 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 6916834 1581182976 55409 1992294400 134512640 134550932 4293037488 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 242.45
Current children cumulated vsize (KiB) 1544124

Child status: 20
Real time (s): 127.752
CPU time (s): 242.489
CPU user time (s): 242.088
CPU system time (s): 0.400939
CPU usage (%): 189.813
Max. virtual memory (cumulated for all children) (KiB): 1546216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.088
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62384
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= 4993
involuntary context switches= 7582

runsolver used 0.702893 second user time and 1.49277 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-12 05:25:50
IDJOB=2662844
IDBENCH=1362
IDSOLVER=1166
FILE ID=node009/2662844-1276313150
PBS_JOBID= 11173144
Free space on /tmp= 62444 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.1900554420.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662844-1276313150/watcher-2662844-1276313150 -o /tmp/evaluation-result-2662844-1276313150/solver-2662844-1276313150 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662844-1276313150.opb

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

MD5SUM BENCH= 30c4f9acafc0f3a30de05f75833db699
RANDOM SEED=545102994

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1541732 kB
Buffers:         81220 kB
Cached:         308624 kB
SwapCached:          0 kB
Active:         173488 kB
Inactive:       275552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1541732 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       59156 kB
Mapped:          15352 kB
Slab:            46456 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 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= 62444 MiB
End job on node009 at 2010-06-12 05:27:58