Trace number 2661890

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-31SAT (TO)14 1800.45 936.429

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_2.opb
MD5SUMfaa00895e2f6f80e77634e2be522df62
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1798.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint45
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6220
Sum of products size (including duplicates)12440
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661890-1276655975.opb
0.23/0.22	c reading problem ... 
9.20/7.77	c ... done. Wall clock time 7.551s.
9.20/7.77	c #vars     6420
9.20/7.77	c #constraints  12640
9.20/7.77	c constraints type 
9.20/7.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6420
9.20/7.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
9.20/7.77	c constraints type 
9.20/7.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6420
9.20/7.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
9.74/8.09	c And the winner is CuttingPlanes
9.91/8.79	c SATISFIABLE
9.91/8.79	c OPTIMIZING...
9.91/8.79	c Got one! Elapsed wall clock time (in seconds):8.569
9.91/8.79	o 17
9.94/8.85	c And the winner is Resolution
10.08/9.81	c Got one! Elapsed wall clock time (in seconds):9.594
10.08/9.81	o 16
11.06/10.33	c And the winner is Resolution
11.53/10.84	c Got one! Elapsed wall clock time (in seconds):10.616
11.53/10.84	o 15
20.56/15.44	c cleaning 2494 clauses out of 5000 with flag 5000/5000
31.16/20.87	c cleaning 4248 clauses out of 8506 with flag 11000/11000
43.12/26.91	c cleaning 5625 clauses out of 11259 with flag 18001/18001
56.26/33.65	c cleaning 6814 clauses out of 13633 with flag 26000/26000
71.05/41.24	c cleaning 7904 clauses out of 15819 with flag 35000/35000
88.29/50.01	c cleaning 8954 clauses out of 17916 with flag 45001/45001
105.91/59.08	c cleaning 9973 clauses out of 19962 with flag 56001/56001
125.08/68.83	c cleaning 10990 clauses out of 21988 with flag 68000/68000
146.14/79.62	c cleaning 11998 clauses out of 24000 with flag 81002/81002
169.85/91.75	c cleaning 12497 clauses out of 25002 with flag 94002/94002
194.91/104.57	c cleaning 12748 clauses out of 25505 with flag 107002/107002
220.76/117.75	c cleaning 12871 clauses out of 25755 with flag 120000/120000
242.13/128.77	c cleaning 12939 clauses out of 25885 with flag 133001/133001
265.99/140.93	c cleaning 12967 clauses out of 25945 with flag 146000/146000
291.80/154.12	c cleaning 12986 clauses out of 25981 with flag 159003/159003
321.11/169.13	c cleaning 12993 clauses out of 25993 with flag 172001/172001
332.31/175.06	c And the winner is Resolution
333.94/176.68	c Got one! Elapsed wall clock time (in seconds):176.465
333.94/176.68	o 14
344.65/182.14	c cleaning 12997 clauses out of 26000 with flag 185001/185001
368.83/194.50	c cleaning 12997 clauses out of 26002 with flag 198000/198000
392.40/206.68	c cleaning 12997 clauses out of 26006 with flag 211001/211001
422.26/221.96	c cleaning 12997 clauses out of 26008 with flag 224000/224000
453.00/237.74	c cleaning 12999 clauses out of 26011 with flag 237000/237000
485.44/254.31	c cleaning 12999 clauses out of 26012 with flag 250000/250000
515.65/269.88	c cleaning 13004 clauses out of 26016 with flag 263003/263003
541.70/283.22	c cleaning 12999 clauses out of 26009 with flag 276000/276000
568.95/297.32	c cleaning 13001 clauses out of 26011 with flag 289001/289001
601.11/313.84	c cleaning 13003 clauses out of 26011 with flag 302002/302002
635.44/331.49	c cleaning 12997 clauses out of 26007 with flag 315001/315001
663.45/345.88	c cleaning 12999 clauses out of 26009 with flag 328000/328000
690.03/359.65	c cleaning 13002 clauses out of 26011 with flag 341001/341001
716.23/373.16	c cleaning 12997 clauses out of 26008 with flag 354000/354000
743.37/387.11	c cleaning 12998 clauses out of 26012 with flag 367001/367001
770.29/401.04	c cleaning 12998 clauses out of 26013 with flag 380000/380000
796.63/414.78	c cleaning 13006 clauses out of 26015 with flag 393000/393000
822.16/428.00	c cleaning 12999 clauses out of 26010 with flag 406001/406001
847.28/440.97	c cleaning 13002 clauses out of 26011 with flag 419001/419001
876.75/456.16	c cleaning 13000 clauses out of 26008 with flag 432000/432000
901.62/469.17	c cleaning 13000 clauses out of 26008 with flag 445000/445000
927.52/482.59	c cleaning 12997 clauses out of 26009 with flag 458001/458001
950.82/494.66	c cleaning 0 clauses out of 5000 with flag 0/5000
953.10/496.14	c cleaning 13001 clauses out of 26012 with flag 471001/471001
978.96/509.62	c cleaning 13000 clauses out of 26012 with flag 484002/484002
1005.64/523.47	c cleaning 13001 clauses out of 26010 with flag 497000/497000
1030.70/536.47	c cleaning 12999 clauses out of 26010 with flag 510001/510001
1057.35/550.21	c cleaning 12999 clauses out of 26011 with flag 523001/523001
1081.76/563.01	c cleaning 13001 clauses out of 26011 with flag 536000/536000
1105.23/575.26	c cleaning 12997 clauses out of 26010 with flag 549000/549000
1128.69/587.49	c cleaning 12999 clauses out of 26013 with flag 562000/562000
1152.14/599.64	c cleaning 13000 clauses out of 26016 with flag 575002/575002
1176.31/612.30	c cleaning 12999 clauses out of 26014 with flag 588000/588000
1200.12/624.78	c cleaning 13001 clauses out of 26015 with flag 601000/601000
1224.32/637.33	c cleaning 13001 clauses out of 26014 with flag 614000/614000
1255.86/653.61	c cleaning 13000 clauses out of 26014 with flag 627001/627001
1285.59/669.13	c cleaning 13001 clauses out of 26013 with flag 640000/640000
1314.76/684.27	c cleaning 13001 clauses out of 26012 with flag 653000/653000
1344.74/699.80	c cleaning 12998 clauses out of 26011 with flag 666000/666000
1373.68/714.71	c cleaning 13001 clauses out of 26014 with flag 679001/679001
1402.74/729.98	c cleaning 13004 clauses out of 26014 with flag 692002/692002
1432.49/745.31	c cleaning 12999 clauses out of 26009 with flag 705001/705001
1463.03/761.14	c cleaning 12995 clauses out of 26009 with flag 718000/718000
1491.39/775.88	c cleaning 13001 clauses out of 26015 with flag 731001/731001
1517.74/789.68	c cleaning 12998 clauses out of 26014 with flag 744001/744001
1542.91/802.79	c cleaning 13004 clauses out of 26015 with flag 757000/757000
1568.71/816.16	c cleaning 12997 clauses out of 26011 with flag 770000/770000
1596.25/830.45	c cleaning 13001 clauses out of 26016 with flag 783002/783002
1625.56/845.78	c cleaning 13002 clauses out of 26015 with flag 796002/796002
1656.69/861.81	c cleaning 13000 clauses out of 26011 with flag 809000/809000
1689.22/878.62	c cleaning 13001 clauses out of 26011 with flag 822000/822000
1722.32/895.74	c cleaning 13002 clauses out of 26011 with flag 835001/835001
1757.58/914.05	c cleaning 13000 clauses out of 26008 with flag 848000/848000
1794.07/932.87	c cleaning 12998 clauses out of 26008 with flag 861000/861000
1800.07/936.25	c starts		: 174
1800.07/936.25	c conflicts		: 863048
1800.07/936.25	c decisions		: 1317825
1800.07/936.25	c propagations		: 160193438
1800.07/936.25	c inspects		: 1540767027
1800.07/936.25	c learnt literals	: 0
1800.07/936.25	c learnt binary clauses	: 0
1800.07/936.25	c learnt ternary clauses	: 0
1800.07/936.25	c learnt clauses	: 863048
1800.07/936.25	c ignored clauses	: 0
1800.07/936.25	c root simplifications	: 0
1800.07/936.25	c removed literals (reason simplification)	: 3387092
1800.07/936.25	c reason swapping (by a shorter reason)	: 0
1800.07/936.25	c Calls to reduceDB	: 69
1800.07/936.25	c number of reductions to clauses (during analyze)	: 0
1800.07/936.25	c number of learned constraints concerned by reduction	: 0
1800.07/936.25	c number of learning phase by resolution	: 0
1800.07/936.25	c number of learning phase by cutting planes	: 0
1800.07/936.25	c speed (assignments/second)	: 210900.99754202066
1800.07/936.25	c non guided choices	0
1800.28/936.36	c learnt constraints type 
1800.28/936.36	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15106
1800.28/936.36	c constraints type 
1800.28/936.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6420
1800.28/936.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.28/936.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.28/936.36	c constraints type 
1800.28/936.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6420
1800.28/936.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.28/936.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.28/936.36	s SATISFIABLE
1800.28/936.36	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 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 x200 
1800.28/936.36	c objective function=14
1800.28/936.37	c Total wall clock time (in seconds): 936.145

Verifier Data

OK	14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661890-1276655975/watcher-2661890-1276655975 -o /tmp/evaluation-result-2661890-1276655975/solver-2661890-1276655975 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661890-1276655975.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: 0.92 0.98 0.99 3/106 15523
/proc/meminfo: memFree=1568164/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=392 CPUtime=0
/proc/15523/stat : 15523 (java6) S 15521 15523 13420 0 -1 4194304 121 0 0 0 0 0 0 0 25 0 1 0 6888132 401408 41 1992294400 134512640 134550932 4287415232 18446744073709551615 4362836 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/15523/statm: 98 41 32 10 0 25 0

[startup+0.109948 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15523
/proc/meminfo: memFree=1568164/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1524180 CPUtime=0.09
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 4007 0 1 0 7 2 0 0 15 0 12 0 6888132 1560760320 3446 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 381045 3446 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.210909 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15523
/proc/meminfo: memFree=1568164/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1526384 CPUtime=0.23
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 5125 0 1 0 21 2 0 0 15 0 12 0 6888132 1563017216 4562 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 381596 4562 1346 10 0 378899 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526384

[startup+0.301222 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15523
/proc/meminfo: memFree=1568164/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1526384 CPUtime=0.34
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 5388 0 1 0 32 2 0 0 15 0 12 0 6888132 1563017216 4825 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 381596 4825 1354 10 0 378899 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526384

[startup+0.709174 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 15523
/proc/meminfo: memFree=1568164/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1529156 CPUtime=1.08
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 6978 0 1 0 105 3 0 0 15 0 12 0 6888132 1565855744 6373 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 382289 6373 1406 10 0 379592 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529156

[startup+1.50209 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 15535
/proc/meminfo: memFree=1543268/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1529552 CPUtime=2.17
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 8899 0 1 0 212 5 0 0 15 0 12 0 6888132 1566261248 7661 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 382388 7662 1409 10 0 379691 0
[pid=15523/tid=15525] ppid=15521 vsize=1529552 CPUtime=1.34
/proc/15523/task/15525/stat : 15525 (java) R 15521 15523 13420 0 -1 4202560 5698 0 1 0 131 3 0 0 25 0 12 0 6888134 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4109060980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 6888135 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 6888135 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6888137 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 6888138 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 6888138 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 6888142 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1529552 CPUtime=0.41
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 1105 0 0 0 41 0 0 0 15 0 12 0 6888142 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1529552 CPUtime=0.39
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 1030 0 0 0 39 0 0 0 15 0 12 0 6888142 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 6888142 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1529552 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6888142 1566261248 7662 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1529552

[startup+3.10227 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 15535
/proc/meminfo: memFree=1529132/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1541044 CPUtime=4.56
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 16111 0 1 0 447 9 0 0 15 0 12 0 6888132 1578029056 11370 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 385261 11371 1410 10 0 382564 0
[pid=15523/tid=15525] ppid=15521 vsize=1541044 CPUtime=2.9
/proc/15523/task/15525/stat : 15525 (java) R 15521 15523 13420 0 -1 4202560 6574 0 1 0 286 4 0 0 25 0 12 0 6888134 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4109415649 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 6888135 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 6888135 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6888137 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 6888138 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 6888138 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 6888142 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1541044 CPUtime=0.45
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 1535 0 0 0 45 0 0 0 15 0 12 0 6888142 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1541044 CPUtime=1.17
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 6936 0 0 0 115 2 0 0 16 0 12 0 6888142 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 6888142 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6888142 1578029056 11371 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 1541044

[startup+6.30162 s]
/proc/loadavg: 0.93 0.98 0.99 3/118 15535
/proc/meminfo: memFree=1523924/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1541044 CPUtime=7.8
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 17127 0 1 0 770 10 0 0 15 0 12 0 6888132 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 385261 12343 1410 10 0 382564 0
[pid=15523/tid=15525] ppid=15521 vsize=1541044 CPUtime=6.08
/proc/15523/task/15525/stat : 15525 (java) R 15521 15523 13420 0 -1 4202560 7572 0 1 0 603 5 0 0 25 0 12 0 6888134 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4109332304 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 6888135 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 6888135 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6888137 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 6888138 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 6888138 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 6888142 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1541044 CPUtime=0.46
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 1537 0 0 0 46 0 0 0 16 0 12 0 6888142 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1541044 CPUtime=1.21
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 6951 0 0 0 119 2 0 0 15 0 12 0 6888142 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 6888142 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1541044 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6888142 1578029056 12343 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1541044

[startup+12.7013 s]
/proc/loadavg: 0.85 0.97 0.99 3/122 15545
/proc/meminfo: memFree=1395552/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1552576 CPUtime=15.2
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 51899 0 1 0 1493 27 0 0 15 0 16 0 6888132 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 388144 44839 1436 10 0 385447 0
[pid=15523/tid=15525] ppid=15521 vsize=1552576 CPUtime=7.58
/proc/15523/task/15525/stat : 15525 (java) S 15521 15523 13420 0 -1 4202560 8178 0 1 0 752 6 0 0 18 0 16 0 6888134 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1552576 CPUtime=0.11
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 2833 0 0 0 11 0 0 0 16 0 16 0 6888135 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1552576 CPUtime=0.11
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 2484 0 0 0 10 1 0 0 16 0 16 0 6888135 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1552576 CPUtime=0.05
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 16 0 0 0 2 3 0 0 15 0 16 0 6888137 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1552576 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6888138 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1552576 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6888138 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1552576 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6888142 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1552576 CPUtime=2.02
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 6393 0 0 0 200 2 0 0 15 0 16 0 6888142 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1552576 CPUtime=2.06
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 7003 0 0 0 203 3 0 0 16 0 16 0 6888142 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1552576 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6888142 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1552576 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6888142 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15538] ppid=15521 vsize=1552576 CPUtime=0
/proc/15523/task/15538/stat : 15538 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6888918 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15539] ppid=15521 vsize=1552576 CPUtime=0
/proc/15523/task/15539/stat : 15539 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6888921 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15544] ppid=15521 vsize=1552576 CPUtime=1.53
/proc/15523/task/15544/stat : 15544 (java) R 15521 15523 13420 0 -1 4202560 13320 0 0 0 148 5 0 0 21 0 16 0 6889216 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4109702463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15523/tid=15545] ppid=15521 vsize=1552576 CPUtime=1.18
/proc/15523/task/15545/stat : 15545 (java) R 15521 15523 13420 0 -1 4202560 5575 0 0 0 117 1 0 0 18 0 16 0 6889216 1589837824 44839 1992294400 134512640 134550932 4292512368 18446744073709551615 4109873181 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.2
Current children cumulated vsize (KiB) 1552576

[startup+25.5092 s]
/proc/loadavg: 1.25 1.05 1.02 3/122 15545
/proc/meminfo: memFree=1340868/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1551244 CPUtime=40.35
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 66231 0 1 0 3999 36 0 0 15 0 16 0 6888132 1588473856 57858 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 387811 57858 1451 10 0 385114 0
[pid=15523/tid=15525] ppid=15521 vsize=1551244 CPUtime=7.58
/proc/15523/task/15525/stat : 15525 (java) S 15521 15523 13420 0 -1 4202560 8179 0 1 0 752 6 0 0 15 0 16 0 6888134 1588473856 57858 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1551244 CPUtime=0.6
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 9381 0 0 0 56 4 0 0 16 0 16 0 6888135 1588473856 57858 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1551244 CPUtime=0.61
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 9046 0 0 0 56 5 0 0 15 0 16 0 6888135 1588473856 57858 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1551244 CPUtime=0.28

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

/proc/15523/statm: 387811 107299 1451 10 0 385114 0
[pid=15523/tid=15525] ppid=15521 vsize=1551244 CPUtime=7.59
/proc/15523/task/15525/stat : 15525 (java) S 15521 15523 13420 0 -1 4202560 8202 0 1 0 753 6 0 0 15 0 16 0 6888134 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1551244 CPUtime=18.4
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 35759 0 0 0 1788 52 0 0 16 0 16 0 6888135 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1551244 CPUtime=18.4
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 34506 0 0 0 1803 37 0 0 16 0 16 0 6888135 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1551244 CPUtime=35.03
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 1171 0 0 0 3488 15 0 0 16 0 16 0 6888137 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6888142 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1551244 CPUtime=2.7
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 6432 0 0 0 268 2 0 0 16 0 16 0 6888142 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1551244 CPUtime=2.42
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 7034 0 0 0 239 3 0 0 15 0 16 0 6888142 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6888142 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 6888142 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15538] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15538/stat : 15538 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6888918 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15539] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15539/stat : 15539 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6888921 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15550] ppid=15521 vsize=1551244 CPUtime=537.18
/proc/15523/task/15550/stat : 15550 (java) R 15521 15523 13420 0 -1 4202560 401 0 0 0 53703 15 0 0 18 0 16 0 6905801 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4109768690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15523/tid=15551] ppid=15521 vsize=1551244 CPUtime=533.72
/proc/15523/task/15551/stat : 15551 (java) R 15521 15523 13420 0 -1 4202560 258 0 0 0 53367 5 0 0 18 0 16 0 6905801 1588473856 107299 1992294400 134512640 134550932 4292512368 18446744073709551615 4109699002 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1464.65
Current children cumulated vsize (KiB) 1551244

[startup+822.301 s]
/proc/loadavg: 2.00 1.95 1.58 3/122 15569
/proc/meminfo: memFree=1138996/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1551244 CPUtime=1580.2
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 120183 0 1 0 157855 165 0 0 15 0 16 0 6888132 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 387811 107912 1451 10 0 385114 0
[pid=15523/tid=15525] ppid=15521 vsize=1551244 CPUtime=7.59
/proc/15523/task/15525/stat : 15525 (java) S 15521 15523 13420 0 -1 4202560 8205 0 1 0 753 6 0 0 15 0 16 0 6888134 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1551244 CPUtime=19.97
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 36072 0 0 0 1942 55 0 0 16 0 16 0 6888135 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1551244 CPUtime=19.96
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 34808 0 0 0 1959 37 0 0 15 0 16 0 6888135 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1551244 CPUtime=38.44
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 1175 0 0 0 3828 16 0 0 15 0 16 0 6888137 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6888142 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1551244 CPUtime=2.7
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 6432 0 0 0 268 2 0 0 16 0 16 0 6888142 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1551244 CPUtime=2.42
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 7034 0 0 0 239 3 0 0 15 0 16 0 6888142 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6888142 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 6888142 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15538] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15538/stat : 15538 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6888918 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15539] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15539/stat : 15539 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6888921 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15550] ppid=15521 vsize=1551244 CPUtime=591.89
/proc/15523/task/15550/stat : 15550 (java) R 15521 15523 13420 0 -1 4202560 438 0 0 0 59172 17 0 0 25 0 16 0 6905801 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4109409728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15523/tid=15551] ppid=15521 vsize=1551244 CPUtime=588
/proc/15523/task/15551/stat : 15551 (java) R 15521 15523 13420 0 -1 4202560 286 0 0 0 58795 5 0 0 25 0 16 0 6905801 1588473856 107912 1992294400 134512640 134550932 4292512368 18446744073709551615 4109463815 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1580.2
Current children cumulated vsize (KiB) 1551244

[startup+882.302 s]
/proc/loadavg: 2.05 1.97 1.61 3/122 15571
/proc/meminfo: memFree=1137136/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1551244 CPUtime=1695.79
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 120710 0 1 0 169409 170 0 0 15 0 16 0 6888132 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 387811 108333 1451 10 0 385114 0
[pid=15523/tid=15525] ppid=15521 vsize=1551244 CPUtime=7.59
/proc/15523/task/15525/stat : 15525 (java) S 15521 15523 13420 0 -1 4202560 8206 0 1 0 753 6 0 0 15 0 16 0 6888134 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1551244 CPUtime=21.48
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 36344 0 0 0 2090 58 0 0 15 0 16 0 6888135 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1551244 CPUtime=21.46
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 34992 0 0 0 2109 37 0 0 16 0 16 0 6888135 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1551244 CPUtime=41.83
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 1177 0 0 0 4167 16 0 0 15 0 16 0 6888137 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6888142 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1551244 CPUtime=2.7
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 6432 0 0 0 268 2 0 0 16 0 16 0 6888142 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1551244 CPUtime=2.42
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 7034 0 0 0 239 3 0 0 15 0 16 0 6888142 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6888142 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 6888142 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15538] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15538/stat : 15538 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6888918 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15539] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15539/stat : 15539 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6888921 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15550] ppid=15521 vsize=1551244 CPUtime=646.96
/proc/15523/task/15550/stat : 15550 (java) R 15521 15523 13420 0 -1 4202560 474 0 0 0 64677 19 0 0 22 0 16 0 6905801 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4109714841 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15523/tid=15551] ppid=15521 vsize=1551244 CPUtime=642.12
/proc/15523/task/15551/stat : 15551 (java) R 15521 15523 13420 0 -1 4202560 316 0 0 0 64207 5 0 0 23 0 16 0 6905801 1588473856 108333 1992294400 134512640 134550932 4292512368 18446744073709551615 4109758582 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1695.79
Current children cumulated vsize (KiB) 1551244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+936.202 s]
/proc/loadavg: 1.94 1.95 1.63 3/122 15571
/proc/meminfo: memFree=1136888/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=1551244 CPUtime=1800.07
/proc/15523/stat : 15523 (java) S 15521 15523 13420 0 -1 4202496 120815 0 1 0 179828 179 0 0 15 0 16 0 6888132 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 387811 108372 1451 10 0 385114 0
[pid=15523/tid=15525] ppid=15521 vsize=1551244 CPUtime=7.59
/proc/15523/task/15525/stat : 15525 (java) S 15521 15523 13420 0 -1 4202560 8206 0 1 0 753 6 0 0 15 0 16 0 6888134 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15526] ppid=15521 vsize=1551244 CPUtime=22.79
/proc/15523/task/15526/stat : 15526 (java) S 15521 15523 13420 0 -1 4202560 36374 0 0 0 2216 63 0 0 16 0 16 0 6888135 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15527] ppid=15521 vsize=1551244 CPUtime=22.77
/proc/15523/task/15527/stat : 15527 (java) S 15521 15523 13420 0 -1 4202560 35001 0 0 0 2239 38 0 0 15 0 16 0 6888135 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15528] ppid=15521 vsize=1551244 CPUtime=44.42
/proc/15523/task/15528/stat : 15528 (java) S 15521 15523 13420 0 -1 4202560 1181 0 0 0 4426 16 0 0 15 0 16 0 6888137 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 0 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15529] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15529/stat : 15529 (java) S 15521 15523 13420 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15530] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15530/stat : 15530 (java) S 15521 15523 13420 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6888138 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15531] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15531/stat : 15531 (java) S 15521 15523 13420 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6888142 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15532] ppid=15521 vsize=1551244 CPUtime=2.7
/proc/15523/task/15532/stat : 15532 (java) S 15521 15523 13420 0 -1 4202560 6432 0 0 0 268 2 0 0 16 0 16 0 6888142 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15533] ppid=15521 vsize=1551244 CPUtime=2.42
/proc/15523/task/15533/stat : 15533 (java) S 15521 15523 13420 0 -1 4202560 7034 0 0 0 239 3 0 0 15 0 16 0 6888142 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15534] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15534/stat : 15534 (java) S 15521 15523 13420 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6888142 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15535] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15535/stat : 15535 (java) S 15521 15523 13420 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 6888142 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 1 0 0 0
[pid=15523/tid=15538] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15538/stat : 15538 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6888918 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15539] ppid=15521 vsize=1551244 CPUtime=0
/proc/15523/task/15539/stat : 15539 (java) S 15521 15523 13420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6888921 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4294960144 0 4 0 16800975 18446604437818464960 0 0 -1 0 0 0 0
[pid=15523/tid=15550] ppid=15521 vsize=1551244 CPUtime=696.83
/proc/15523/task/15550/stat : 15550 (java) R 15521 15523 13420 0 -1 4202560 511 0 0 0 69662 21 0 0 22 0 16 0 6905801 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4109779548 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15523/tid=15551] ppid=15521 vsize=1551244 CPUtime=691.33
/proc/15523/task/15551/stat : 15551 (java) R 15521 15523 13420 0 -1 4202560 337 0 0 0 69127 6 0 0 22 0 16 0 6905801 1588473856 108372 1992294400 134512640 134550932 4292512368 18446744073709551615 4109716210 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1551244

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+936.402 s]
/proc/loadavg: 1.94 1.95 1.63 3/122 15571
/proc/meminfo: memFree=1136888/2059040 swapFree=4192956/4192956
[pid=15523] ppid=15521 vsize=0 CPUtime=1800.42
/proc/15523/stat : 15523 (java) Z 15521 15523 13420 0 -1 4203548 120836 0 1 0 179861 181 0 0 15 0 2 0 6888132 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15523/statm: 0 0 0 0 0 0 0
[pid=15523/tid=15550] ppid=15521 vsize=0 CPUtime=696.93
/proc/15523/task/15550/stat : 15550 (java) R 15521 15523 13420 0 -1 4203588 511 0 0 0 69670 23 0 0 22 0 2 0 6905801 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 936.429
CPU time (s): 1800.45
CPU user time (s): 1798.61
CPU system time (s): 1.83872
CPU usage (%): 192.268
Max. virtual memory (cumulated for all children) (KiB): 1554432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.83872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120836
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= 32013
involuntary context switches= 52881

runsolver used 3.54546 second user time and 12.1701 second system time

The end

Launcher Data

Begin job on node059 at 2010-06-16 04:39:35
IDJOB=2661890
IDBENCH=48145
IDSOLVER=1166
FILE ID=node059/2661890-1276655975
PBS_JOBID= 11172428
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661890-1276655975/watcher-2661890-1276655975 -o /tmp/evaluation-result-2661890-1276655975/solver-2661890-1276655975 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661890-1276655975.opb

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

MD5SUM BENCH= faa00895e2f6f80e77634e2be522df62
RANDOM SEED=1924396953

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1568436 kB
Buffers:         94180 kB
Cached:         254724 kB
SwapCached:          0 kB
Active:         152648 kB
Inactive:       255860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1568436 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       59696 kB
Mapped:          15468 kB
Slab:            60136 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181100 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= 62552 MiB
End job on node059 at 2010-06-16 04:55:13