Trace number 2661709

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 260.979 139.452

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=47-P1=211-P2=233-P3=173-P4=181-P5=71-B.opb
MD5SUM66c115908fb4694df4d314e4daf7ce17
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.581911
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661709-1276647814.opb
0.22/0.22	c reading problem ... 
0.53/0.41	c ... done. Wall clock time 0.184s.
0.53/0.41	c #vars     440
0.53/0.41	c #constraints  656
0.53/0.41	c constraints type 
0.53/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.53/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.53/0.41	c constraints type 
0.53/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.53/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
5.49/2.97	c cleaning 2500 clauses out of 5000 with flag 5000/5000
7.84/4.11	c cleaning 4247 clauses out of 8500 with flag 11000/11000
10.18/5.31	c cleaning 5624 clauses out of 11253 with flag 18000/18000
13.50/7.01	c cleaning 6813 clauses out of 13630 with flag 26001/26001
17.01/8.86	c cleaning 7903 clauses out of 15817 with flag 35001/35001
20.71/10.75	c cleaning 8950 clauses out of 17914 with flag 45001/45001
24.41/12.66	c cleaning 9473 clauses out of 18965 with flag 55002/55002
28.10/14.59	c cleaning 9738 clauses out of 19490 with flag 65000/65000
33.98/17.54	c cleaning 9875 clauses out of 19753 with flag 75001/75001
39.04/20.14	c cleaning 9933 clauses out of 19877 with flag 85000/85000
43.91/22.64	c cleaning 9963 clauses out of 19944 with flag 95000/95000
47.39/24.41	c cleaning 9988 clauses out of 19981 with flag 105000/105000
51.05/26.35	c cleaning 9996 clauses out of 19995 with flag 115002/115002
54.90/28.31	c cleaning 9995 clauses out of 19997 with flag 125000/125000
59.36/30.64	c cleaning 9994 clauses out of 20002 with flag 135000/135000
63.63/32.86	c cleaning 10000 clauses out of 20008 with flag 145000/145000
67.66/34.91	c cleaning 10001 clauses out of 20009 with flag 155001/155001
67.95/35.17	c And the winner is Resolution
68.16/35.55	c SATISFIABLE
68.16/35.55	c OPTIMIZING...
68.16/35.55	c Got one! Elapsed wall clock time (in seconds):35.332
68.16/35.55	o 33
71.23/37.11	c cleaning 9987 clauses out of 20009 with flag 165002/165002
74.88/39.10	c cleaning 9994 clauses out of 20020 with flag 175000/175000
76.54/39.92	c And the winner is Resolution
76.65/40.57	c Got one! Elapsed wall clock time (in seconds):40.346
76.65/40.57	o 19
78.29/41.43	c cleaning 10001 clauses out of 20026 with flag 185000/185000
78.75/41.74	c And the winner is Resolution
78.86/42.59	c Got one! Elapsed wall clock time (in seconds):42.369
78.86/42.59	o 3
82.03/44.21	c cleaning 10010 clauses out of 20026 with flag 195001/195001
83.11/44.82	c cleaning 0 clauses out of 5000 with flag 0/5000
85.96/46.34	c cleaning 10007 clauses out of 20017 with flag 205002/205002
90.99/48.94	c cleaning 10000 clauses out of 20008 with flag 215000/215000
95.61/51.39	c cleaning 9999 clauses out of 20008 with flag 225000/225000
100.04/53.68	c cleaning 9998 clauses out of 20010 with flag 235001/235001
103.49/55.46	c cleaning 9996 clauses out of 20011 with flag 245000/245000
107.93/57.79	c cleaning 9997 clauses out of 20016 with flag 255001/255001
112.33/60.06	c cleaning 10000 clauses out of 20019 with flag 265001/265001
116.57/62.21	c cleaning 9996 clauses out of 20018 with flag 275001/275001
120.80/64.45	c cleaning 10001 clauses out of 20021 with flag 285000/285000
126.80/67.52	c cleaning 10000 clauses out of 20020 with flag 295000/295000
130.99/69.70	c cleaning 10004 clauses out of 20020 with flag 305000/305000
135.81/72.27	c cleaning 9998 clauses out of 20016 with flag 315000/315000
142.02/75.44	c cleaning 10005 clauses out of 20020 with flag 325002/325002
145.24/77.19	c cleaning 9998 clauses out of 20013 with flag 335000/335000
148.44/78.85	c cleaning 10003 clauses out of 20015 with flag 345000/345000
151.28/80.40	c cleaning 10006 clauses out of 20014 with flag 355002/355002
156.46/83.07	c cleaning 10001 clauses out of 20005 with flag 365000/365000
160.28/85.05	c cleaning 9997 clauses out of 20004 with flag 375000/375000
164.27/87.10	c cleaning 9998 clauses out of 20008 with flag 385001/385001
168.48/89.34	c cleaning 9998 clauses out of 20010 with flag 395001/395001
172.68/91.52	c cleaning 10001 clauses out of 20012 with flag 405001/405001
177.10/93.80	c cleaning 10000 clauses out of 20011 with flag 415001/415001
181.47/96.19	c cleaning 9999 clauses out of 20011 with flag 425001/425001
185.27/98.12	c cleaning 10002 clauses out of 20011 with flag 435000/435000
188.90/100.03	c cleaning 10002 clauses out of 20009 with flag 445000/445000
193.10/102.29	c cleaning 9996 clauses out of 20007 with flag 455000/455000
197.65/104.63	c cleaning 10000 clauses out of 20011 with flag 465000/465000
202.25/107.07	c cleaning 10005 clauses out of 20012 with flag 475001/475001
207.04/109.51	c cleaning 9999 clauses out of 20007 with flag 485001/485001
211.04/111.60	c cleaning 10004 clauses out of 20008 with flag 495001/495001
214.79/113.62	c cleaning 9996 clauses out of 20001 with flag 505000/505000
218.79/115.76	c cleaning 9999 clauses out of 20005 with flag 515000/515000
222.60/117.76	c cleaning 9997 clauses out of 20007 with flag 525001/525001
226.59/119.82	c cleaning 10003 clauses out of 20009 with flag 535000/535000
230.53/121.92	c cleaning 10000 clauses out of 20008 with flag 545002/545002
235.31/124.42	c cleaning 10000 clauses out of 20007 with flag 555001/555001
240.29/127.01	c cleaning 9998 clauses out of 20006 with flag 565000/565000
245.28/129.64	c cleaning 9999 clauses out of 20009 with flag 575001/575001
249.63/131.99	c cleaning 10005 clauses out of 20011 with flag 585002/585002
254.21/134.38	c cleaning 9999 clauses out of 20005 with flag 595001/595001
258.99/136.80	c cleaning 10001 clauses out of 20004 with flag 605001/605001
259.62/137.22	c And the winner is Resolution
260.85/139.39	c starts		: 156
260.85/139.39	c conflicts		: 606428
260.85/139.39	c decisions		: 626571
260.85/139.39	c propagations		: 11347933
260.85/139.39	c inspects		: 396532785
260.85/139.39	c learnt literals	: 13
260.85/139.39	c learnt binary clauses	: 66
260.85/139.39	c learnt ternary clauses	: 236
260.85/139.39	c learnt clauses	: 606414
260.85/139.39	c ignored clauses	: 0
260.85/139.39	c root simplifications	: 0
260.85/139.39	c removed literals (reason simplification)	: 19542861
260.85/139.39	c reason swapping (by a shorter reason)	: 0
260.85/139.39	c Calls to reduceDB	: 62
260.85/139.39	c number of reductions to clauses (during analyze)	: 0
260.85/139.39	c number of learned constraints concerned by reduction	: 0
260.85/139.39	c number of learning phase by resolution	: 0
260.85/139.39	c number of learning phase by cutting planes	: 0
260.85/139.39	c speed (assignments/second)	: 117234.34610576775
260.85/139.39	c non guided choices	2810
260.85/139.39	c learnt constraints type 
260.85/139.39	c constraints type 
260.85/139.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
260.85/139.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
260.85/139.39	c constraints type 
260.85/139.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
260.85/139.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
260.85/139.39	s OPTIMUM FOUND
260.85/139.39	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 -x12 -x13 x14 x15 -x16 x17 -x18 -x19 x20 x21 -x22 -x23 -x24 x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 x35 x36 -x37 -x38 x39 x40 x41 x42 -x43 -x44 x45 -x46 x47 -x48 x49 -x50 -x51 x52 -x53 x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 
260.85/139.39	c objective function=3
260.85/139.39	c Total wall clock time (in seconds): 139.168

Verifier Data

OK	3

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661709-1276647814/watcher-2661709-1276647814 -o /tmp/evaluation-result-2661709-1276647814/solver-2661709-1276647814 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661709-1276647814.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.00 1.01 1.04 3/106 13297
/proc/meminfo: memFree=1727404/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=392 CPUtime=0
/proc/13297/stat : 13297 (java6) S 13295 13297 12511 0 -1 4194304 122 0 0 0 0 0 0 0 19 0 1 0 6073426 401408 40 1992294400 134512640 134550932 4289909664 18446744073709551615 10441300 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/13297/statm: 98 40 32 10 0 25 0

[startup+0.0751599 s]
/proc/loadavg: 1.00 1.01 1.04 3/106 13297
/proc/meminfo: memFree=1727404/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1521796 CPUtime=0.06
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 3716 0 1 0 4 2 0 0 15 0 7 0 6073426 1558319104 3156 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 380449 3157 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100159 s]
/proc/loadavg: 1.00 1.01 1.04 3/106 13297
/proc/meminfo: memFree=1727404/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1524020 CPUtime=0.08
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 3934 0 1 0 6 2 0 0 15 0 12 0 6073426 1560596480 3372 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 381005 3373 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300157 s]
/proc/loadavg: 1.00 1.01 1.04 3/106 13297
/proc/meminfo: memFree=1727404/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1525780 CPUtime=0.35
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 5362 0 1 0 32 3 0 0 15 0 12 0 6073426 1562398720 4796 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 381445 4796 1353 10 0 378748 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525780

[startup+0.700153 s]
/proc/loadavg: 1.00 1.01 1.04 3/106 13297
/proc/meminfo: memFree=1727404/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1530580 CPUtime=1.14
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 7269 0 1 0 110 4 0 0 15 0 16 0 6073426 1567313920 6443 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 382645 6443 1419 10 0 379948 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530580

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.04 6/122 13313
/proc/meminfo: memFree=1704088/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1534868 CPUtime=2.72
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 11370 0 1 0 266 6 0 0 15 0 16 0 6073426 1571704832 9155 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 383717 9172 1424 10 0 381020 0
[pid=13297/tid=13299] ppid=13295 vsize=1534868 CPUtime=0.37
/proc/13297/task/13299/stat : 13299 (java) S 13295 13297 12511 0 -1 4202560 3990 0 1 0 35 2 0 0 18 0 16 0 6073428 1571704832 9180 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 6073429 1571704832 9188 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 6073429 1571704832 9197 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6073431 1571704832 9205 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6073432 1571704832 9214 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6073432 1571704832 9222 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6073436 1571704832 9230 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1534868 CPUtime=0.34
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 152 0 0 0 34 0 0 0 23 0 16 0 6073436 1571704832 9239 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1534868 CPUtime=1.12
/proc/13297/task/13307/stat : 13307 (java) R 13295 13297 12511 0 -1 4202560 3836 0 0 0 111 1 0 0 17 0 16 0 6073436 1571704832 9246 1992294400 134512640 134550932 4289285008 18446744073709551615 106260565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6073436 1571704832 9255 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6073436 1571704832 9263 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13310] ppid=13295 vsize=1534868 CPUtime=0.56
/proc/13297/task/13310/stat : 13310 (java) R 13295 13297 12511 0 -1 4202560 1280 0 0 0 56 0 0 0 25 0 16 0 6073467 1571704832 9272 1992294400 134512640 134550932 4289285008 18446744073709551615 4109473677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13297/tid=13311] ppid=13295 vsize=1534868 CPUtime=0.27
/proc/13297/task/13311/stat : 13311 (java) R 13295 13297 12511 0 -1 4202560 1127 0 0 0 27 0 0 0 25 0 16 0 6073467 1571704832 9279 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6073468 1571704832 9288 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1534868 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 6073470 1571704832 9296 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1534868

[startup+3.10113 s]
/proc/loadavg: 1.00 1.00 1.04 4/122 13313
/proc/meminfo: memFree=1669616/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1544976 CPUtime=5.86
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 30235 0 1 0 571 15 0 0 15 0 16 0 6073426 1582055424 24110 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 24111 1448 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=0.37
/proc/13297/task/13299/stat : 13299 (java) S 13295 13297 12511 0 -1 4202560 3990 0 1 0 35 2 0 0 18 0 16 0 6073428 1582055424 24111 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 16 0 6073429 1582055424 24112 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 271 0 0 0 0 0 0 0 18 0 16 0 6073429 1582055424 24112 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=0.02
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 478 0 0 0 2 0 0 0 16 0 16 0 6073431 1582055424 24113 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6073432 1582055424 24113 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6073432 1582055424 24114 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6073436 1582055424 24114 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.02
/proc/13297/task/13306/stat : 13306 (java) R 13295 13297 12511 0 -1 4202560 2501 0 0 0 102 0 0 0 16 0 16 0 6073436 1582055424 24115 1992294400 134512640 134550932 4289285008 18446744073709551615 103148816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.24
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8229 0 0 0 221 3 0 0 15 0 16 0 6073436 1582055424 24115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6073436 1582055424 24116 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6073436 1582055424 24116 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13310] ppid=13295 vsize=1544976 CPUtime=1.48
/proc/13297/task/13310/stat : 13310 (java) R 13295 13297 12511 0 -1 4202560 6297 0 0 0 145 3 0 0 25 0 16 0 6073467 1582055424 24117 1992294400 134512640 134550932 4289285008 18446744073709551615 4109512485 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13311] ppid=13295 vsize=1544976 CPUtime=0.64
/proc/13297/task/13311/stat : 13311 (java) R 13295 13297 12511 0 -1 4202560 7188 0 0 0 61 3 0 0 17 0 16 0 6073467 1582055424 24117 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6073468 1582055424 24118 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 6073470 1582055424 24118 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1544976

[startup+6.3011 s]
/proc/loadavg: 1.08 1.02 1.05 3/122 13313
/proc/meminfo: memFree=1567564/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1544976 CPUtime=12.11
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 47280 0 1 0 1189 22 0 0 15 0 16 0 6073426 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 41115 1448 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=0.37
/proc/13297/task/13299/stat : 13299 (java) S 13295 13297 12511 0 -1 4202560 3990 0 1 0 35 2 0 0 18 0 16 0 6073428 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=0.05
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 765 0 0 0 5 0 0 0 15 0 16 0 6073429 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=0.04
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 859 0 0 0 4 0 0 0 16 0 16 0 6073429 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=0.1
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 1694 0 0 0 10 0 0 0 15 0 16 0 6073431 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6073432 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6073432 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6073436 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.39
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 2526 0 0 0 138 1 0 0 15 0 16 0 6073436 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.38
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8237 0 0 0 235 3 0 0 15 0 16 0 6073436 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6073436 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6073436 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13310] ppid=13295 vsize=1544976 CPUtime=4.4
/proc/13297/task/13310/stat : 13310 (java) R 13295 13297 12511 0 -1 4202560 8376 0 0 0 436 4 0 0 25 0 16 0 6073467 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4109428590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13311] ppid=13295 vsize=1544976 CPUtime=3.3
/proc/13297/task/13311/stat : 13311 (java) R 13295 13297 12511 0 -1 4202560 19758 0 0 0 322 8 0 0 20 0 16 0 6073467 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4109595097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6073468 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 6073470 1582055424 41115 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1544976

[startup+12.701 s]
/proc/loadavg: 1.15 1.04 1.05 3/122 13313
/proc/meminfo: memFree=1528752/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1544976 CPUtime=24.59
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 57893 0 1 0 2431 28 0 0 15 0 16 0 6073426 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 51384 1448 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=0.37
/proc/13297/task/13299/stat : 13299 (java) S 13295 13297 12511 0 -1 4202560 3990 0 1 0 35 2 0 0 18 0 16 0 6073428 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=0.18
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 3229 0 0 0 17 1 0 0 16 0 16 0 6073429 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=0.17
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 3056 0 0 0 16 1 0 0 16 0 16 0 6073429 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=0.3
/proc/13297/task/13302/stat : 13302 (java) R 13295 13297 12511 0 -1 4202560 2903 0 0 0 30 0 0 0 15 0 16 0 6073431 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 105880880 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6073432 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6073432 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6073436 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.39
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 2526 0 0 0 138 1 0 0 15 0 16 0 6073436 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.47
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8239 0 0 0 244 3 0 0 15 0 16 0 6073436 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6073436 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6073436 1582055424 51384 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0

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

/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 67960 0 1 0 25924 50 0 0 15 0 14 0 6073426 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 60573 1449 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=0.38
/proc/13297/task/13299/stat : 13299 (java) S 13295 13297 12511 0 -1 4202560 3993 0 1 0 36 2 0 0 15 0 14 0 6073428 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=1.85
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 7815 0 0 0 175 10 0 0 16 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=1.87
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 7326 0 0 0 180 7 0 0 15 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=8.49
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 3934 0 0 0 847 2 0 0 16 0 14 0 6073431 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.39
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 2526 0 0 0 138 1 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.83
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8249 0 0 0 280 3 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6073468 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 14 0 6073470 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 259.74
Current children cumulated vsize (KiB) 1544976

[startup+138.302 s]
/proc/loadavg: 1.83 1.33 1.15 1/120 13323
/proc/meminfo: memFree=1489212/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1544976 CPUtime=259.85
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 67960 0 1 0 25935 50 0 0 15 0 14 0 6073426 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 60573 1449 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=0.47
/proc/13297/task/13299/stat : 13299 (java) R 13295 13297 12511 0 -1 4202560 3993 0 1 0 45 2 0 0 16 0 14 0 6073428 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4109227750 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=1.85
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 7815 0 0 0 175 10 0 0 16 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=1.87
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 7326 0 0 0 180 7 0 0 15 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=8.49
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 3934 0 0 0 847 2 0 0 15 0 14 0 6073431 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.41
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 2526 0 0 0 140 1 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.83
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8249 0 0 0 280 3 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6073468 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 14 0 6073470 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 259.85
Current children cumulated vsize (KiB) 1544976

[startup+139.102 s]
/proc/loadavg: 1.83 1.33 1.15 2/120 13323
/proc/meminfo: memFree=1489212/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1544976 CPUtime=260.65
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 67960 0 1 0 26015 50 0 0 15 0 14 0 6073426 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 60573 1449 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=1.27
/proc/13297/task/13299/stat : 13299 (java) R 13295 13297 12511 0 -1 4202560 3993 0 1 0 125 2 0 0 16 0 14 0 6073428 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4109227750 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=1.85
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 7815 0 0 0 175 10 0 0 16 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=1.87
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 7326 0 0 0 180 7 0 0 15 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=8.49
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 3934 0 0 0 847 2 0 0 15 0 14 0 6073431 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.42
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 2526 0 0 0 141 1 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.83
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8249 0 0 0 280 3 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6073468 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 14 0 6073470 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 260.65
Current children cumulated vsize (KiB) 1544976

[startup+139.302 s]
/proc/loadavg: 1.83 1.33 1.15 2/120 13323
/proc/meminfo: memFree=1489212/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1544976 CPUtime=260.85
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 67960 0 1 0 26035 50 0 0 15 0 14 0 6073426 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 60573 1449 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=1.47
/proc/13297/task/13299/stat : 13299 (java) R 13295 13297 12511 0 -1 4202560 3993 0 1 0 145 2 0 0 17 0 14 0 6073428 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4109227704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=1.85
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 7815 0 0 0 175 10 0 0 16 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=1.87
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 7326 0 0 0 180 7 0 0 15 0 14 0 6073429 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=8.49
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 3934 0 0 0 847 2 0 0 15 0 14 0 6073431 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.42
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 2526 0 0 0 141 1 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.83
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8249 0 0 0 280 3 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6073436 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6073468 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 14 0 6073470 1582055424 60573 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 260.85
Current children cumulated vsize (KiB) 1544976

[startup+139.402 s]
/proc/loadavg: 1.83 1.33 1.15 2/120 13323
/proc/meminfo: memFree=1489212/2059040 swapFree=4192956/4192956
[pid=13297] ppid=13295 vsize=1544976 CPUtime=260.95
/proc/13297/stat : 13297 (java) S 13295 13297 12511 0 -1 4202496 67965 0 1 0 26045 50 0 0 15 0 14 0 6073426 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13297/statm: 386244 60578 1449 10 0 383547 0
[pid=13297/tid=13299] ppid=13295 vsize=1544976 CPUtime=1.56
/proc/13297/task/13299/stat : 13299 (java) S 13295 13297 12511 0 -1 4202560 3998 0 1 0 154 2 0 0 17 0 14 0 6073428 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13300] ppid=13295 vsize=1544976 CPUtime=1.85
/proc/13297/task/13300/stat : 13300 (java) S 13295 13297 12511 0 -1 4202560 7815 0 0 0 175 10 0 0 16 0 14 0 6073429 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13301] ppid=13295 vsize=1544976 CPUtime=1.87
/proc/13297/task/13301/stat : 13301 (java) S 13295 13297 12511 0 -1 4202560 7326 0 0 0 180 7 0 0 15 0 14 0 6073429 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13302] ppid=13295 vsize=1544976 CPUtime=8.49
/proc/13297/task/13302/stat : 13302 (java) S 13295 13297 12511 0 -1 4202560 3934 0 0 0 847 2 0 0 15 0 14 0 6073431 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 0 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13303] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13303/stat : 13303 (java) S 13295 13297 12511 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13304] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13304/stat : 13304 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6073432 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13305] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13305/stat : 13305 (java) S 13295 13297 12511 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6073436 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13306] ppid=13295 vsize=1544976 CPUtime=1.42
/proc/13297/task/13306/stat : 13306 (java) S 13295 13297 12511 0 -1 4202560 2526 0 0 0 141 1 0 0 15 0 14 0 6073436 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13307] ppid=13295 vsize=1544976 CPUtime=2.83
/proc/13297/task/13307/stat : 13307 (java) S 13295 13297 12511 0 -1 4202560 8249 0 0 0 280 3 0 0 15 0 14 0 6073436 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13308] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13308/stat : 13308 (java) S 13295 13297 12511 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6073436 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 0 0 0 0
[pid=13297/tid=13309] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13309/stat : 13309 (java) S 13295 13297 12511 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6073436 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13312] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13312/stat : 13312 (java) S 13295 13297 12511 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6073468 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
[pid=13297/tid=13313] ppid=13295 vsize=1544976 CPUtime=0
/proc/13297/task/13313/stat : 13313 (java) S 13295 13297 12511 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 14 0 6073470 1582055424 60578 1992294400 134512640 134550932 4289285008 18446744073709551615 4294960144 0 4 0 16800975 18446604437815116160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 260.95
Current children cumulated vsize (KiB) 1544976

Child status: 30
Real time (s): 139.452
CPU time (s): 260.979
CPU user time (s): 260.452
CPU system time (s): 0.526919
CPU usage (%): 187.147
Max. virtual memory (cumulated for all children) (KiB): 1544976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.452
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67966
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= 5257
involuntary context switches= 8110

runsolver used 0.582911 second user time and 1.71774 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 02:23:34
IDJOB=2661709
IDBENCH=47964
IDSOLVER=1166
FILE ID=node047/2661709-1276647814
PBS_JOBID= 11172430
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=47-P1=211-P2=233-P3=173-P4=181-P5=71-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661709-1276647814/watcher-2661709-1276647814 -o /tmp/evaluation-result-2661709-1276647814/solver-2661709-1276647814 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661709-1276647814.opb

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

MD5SUM BENCH= 66c115908fb4694df4d314e4daf7ce17
RANDOM SEED=106106621

node047.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.244
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.48
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.244
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:       1727800 kB
Buffers:         66324 kB
Cached:         139520 kB
SwapCached:          0 kB
Active:         123132 kB
Inactive:       142084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1727800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       59424 kB
Mapped:          15472 kB
Slab:            44068 kB
PageTables:       4140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179820 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= 62540 MiB
End job on node047 at 2010-06-16 02:25:54