Trace number 2659273

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 Resolution 2.2.0 2010-05-26? (TO) 1800.22 1796.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark5.13822
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2659273-1276352513.opb
0.23/0.20	c reading problem ... 
0.98/0.67	c ... done. Wall clock time 0.465s.
0.98/0.67	c #vars     1989
0.98/0.67	c #constraints  193
0.98/0.67	c constraints type 
0.98/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.98/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
0.98/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.21/7.14	c cleaning 2493 clauses out of 5000 with flag 5000/5000
14.26/12.05	c cleaning 4249 clauses out of 8508 with flag 11001/11001
21.05/18.60	c cleaning 5622 clauses out of 11258 with flag 18000/18000
27.98/25.17	c cleaning 6803 clauses out of 13638 with flag 26002/26002
41.12/38.24	c cleaning 7893 clauses out of 15835 with flag 35002/35002
53.23/50.39	c cleaning 8921 clauses out of 17940 with flag 45000/45000
62.74/59.82	c cleaning 9479 clauses out of 19022 with flag 55003/55003
72.04/69.20	c cleaning 9730 clauses out of 19540 with flag 65000/65000
86.24/83.30	c cleaning 9871 clauses out of 19810 with flag 75000/75000
96.14/93.23	c cleaning 9915 clauses out of 19939 with flag 85000/85000
105.35/102.40	c cleaning 9957 clauses out of 20024 with flag 95000/95000
113.46/110.51	c cleaning 9947 clauses out of 20067 with flag 105000/105000
131.07/128.13	c cleaning 10047 clauses out of 20120 with flag 115000/115000
142.29/139.31	c cleaning 9994 clauses out of 20074 with flag 125001/125001
154.45/151.46	c cleaning 10004 clauses out of 20080 with flag 135001/135001
173.02/169.64	c cleaning 10010 clauses out of 20075 with flag 145000/145000
186.00/182.31	c cleaning 9971 clauses out of 20065 with flag 155000/155000
206.00/202.39	c cleaning 9990 clauses out of 20095 with flag 165001/165001
220.42/216.77	c cleaning 10028 clauses out of 20104 with flag 175000/175000
230.81/227.11	c cleaning 10018 clauses out of 20076 with flag 185000/185000
237.51/233.83	c cleaning 9971 clauses out of 20058 with flag 195000/195000
243.42/239.73	c cleaning 9973 clauses out of 20087 with flag 205000/205000
250.53/246.85	c cleaning 9987 clauses out of 20115 with flag 215001/215001
259.94/256.23	c cleaning 10019 clauses out of 20127 with flag 225000/225000
272.83/269.14	c cleaning 10012 clauses out of 20108 with flag 235000/235000
284.24/280.53	c cleaning 9993 clauses out of 20096 with flag 245000/245000
295.34/291.68	c cleaning 10011 clauses out of 20103 with flag 255000/255000
305.45/301.70	c cleaning 9996 clauses out of 20092 with flag 265000/265000
315.74/312.02	c cleaning 10006 clauses out of 20097 with flag 275001/275001
326.55/322.81	c cleaning 9992 clauses out of 20091 with flag 285001/285001
339.55/335.85	c cleaning 9996 clauses out of 20101 with flag 295003/295003
348.27/344.53	c cleaning 9967 clauses out of 20104 with flag 305002/305002
358.47/354.70	c cleaning 9978 clauses out of 20136 with flag 315001/315001
391.87/388.11	c cleaning 10043 clauses out of 20159 with flag 325002/325002
424.38/420.67	c cleaning 9988 clauses out of 20114 with flag 335000/335000
451.88/448.17	c cleaning 10011 clauses out of 20127 with flag 345001/345001
461.98/458.26	c cleaning 9992 clauses out of 20116 with flag 355001/355001
481.38/477.63	c cleaning 10039 clauses out of 20123 with flag 365000/365000
498.88/495.16	c cleaning 10000 clauses out of 20085 with flag 375001/375001
506.59/502.82	c cleaning 9998 clauses out of 20084 with flag 385000/385000
513.98/510.26	c cleaning 10010 clauses out of 20087 with flag 395001/395001
525.79/522.01	c cleaning 9989 clauses out of 20077 with flag 405001/405001
532.59/528.84	c cleaning 10007 clauses out of 20088 with flag 415001/415001
548.68/544.92	c cleaning 9945 clauses out of 20082 with flag 425002/425002
563.61/559.82	c cleaning 10026 clauses out of 20141 with flag 435006/435006
575.41/571.69	c cleaning 10012 clauses out of 20109 with flag 445000/445000
585.30/581.59	c cleaning 9992 clauses out of 20097 with flag 455000/455000
592.61/588.90	c cleaning 10018 clauses out of 20105 with flag 465000/465000
605.72/601.96	c cleaning 10012 clauses out of 20088 with flag 475001/475001
614.03/610.21	c cleaning 9962 clauses out of 20075 with flag 485000/485000
621.13/617.30	c cleaning 9998 clauses out of 20113 with flag 495000/495000
626.84/623.09	c cleaning 9988 clauses out of 20116 with flag 505001/505001
634.85/631.08	c cleaning 9996 clauses out of 20127 with flag 515000/515000
645.06/641.27	c cleaning 9992 clauses out of 20131 with flag 525000/525000
653.66/649.87	c cleaning 9986 clauses out of 20140 with flag 535001/535001
667.06/663.27	c cleaning 9998 clauses out of 20154 with flag 545001/545001
676.07/672.25	c cleaning 9982 clauses out of 20156 with flag 555001/555001
686.77/683.00	c cleaning 9993 clauses out of 20173 with flag 565000/565000
701.27/697.48	c cleaning 9973 clauses out of 20180 with flag 575000/575000
712.56/708.79	c cleaning 10004 clauses out of 20209 with flag 585002/585002
723.27/719.45	c cleaning 10063 clauses out of 20203 with flag 595000/595000
735.67/731.88	c cleaning 10040 clauses out of 20143 with flag 605003/605003
742.68/738.89	c cleaning 9966 clauses out of 20100 with flag 615000/615000
751.80/748.00	c cleaning 9987 clauses out of 20136 with flag 625002/625002
760.09/756.27	c cleaning 10005 clauses out of 20149 with flag 635002/635002
766.60/762.73	c cleaning 9973 clauses out of 20144 with flag 645002/645002
777.11/773.22	c cleaning 10044 clauses out of 20170 with flag 655001/655001
790.81/786.98	c cleaning 10019 clauses out of 20126 with flag 665001/665001
803.52/799.66	c cleaning 10026 clauses out of 20106 with flag 675000/675000
810.71/806.82	c cleaning 10005 clauses out of 20081 with flag 685001/685001
822.51/818.65	c cleaning 9938 clauses out of 20075 with flag 695000/695000
837.42/833.53	c cleaning 9953 clauses out of 20138 with flag 705001/705001
853.32/849.46	c cleaning 10046 clauses out of 20186 with flag 715002/715002
864.44/860.58	c cleaning 10016 clauses out of 20139 with flag 725001/725001
873.85/869.96	c cleaning 10005 clauses out of 20122 with flag 735000/735000
884.55/880.62	c cleaning 10014 clauses out of 20118 with flag 745001/745001
893.19/889.24	c cleaning 9995 clauses out of 20104 with flag 755001/755001
904.08/900.18	c cleaning 9987 clauses out of 20108 with flag 765000/765000
913.98/910.08	c cleaning 9989 clauses out of 20122 with flag 775001/775001
921.58/917.65	c cleaning 10041 clauses out of 20132 with flag 785000/785000
933.40/929.48	c cleaning 9980 clauses out of 20093 with flag 795002/795002
942.90/938.99	c cleaning 10007 clauses out of 20115 with flag 805004/805004
952.52/948.58	c cleaning 9951 clauses out of 20104 with flag 815000/815000
959.84/955.90	c cleaning 10007 clauses out of 20153 with flag 825000/825000
970.54/966.55	c cleaning 9981 clauses out of 20147 with flag 835001/835001
996.34/992.37	c cleaning 10002 clauses out of 20166 with flag 845001/845001
1021.94/1017.98	c cleaning 9996 clauses out of 20165 with flag 855002/855002
1038.76/1034.71	c cleaning 10005 clauses out of 20168 with flag 865001/865001
1051.76/1047.70	c cleaning 10003 clauses out of 20165 with flag 875003/875003
1069.07/1065.09	c cleaning 9979 clauses out of 20159 with flag 885000/885000
1077.88/1073.89	c cleaning 10026 clauses out of 20181 with flag 895001/895001
1087.88/1083.88	c cleaning 10068 clauses out of 20155 with flag 905001/905001
1098.39/1094.34	c cleaning 10009 clauses out of 20086 with flag 915000/915000
1114.60/1110.59	c cleaning 10001 clauses out of 20077 with flag 925000/925000
1135.30/1131.20	c cleaning 10002 clauses out of 20076 with flag 935000/935000
1158.10/1154.04	c cleaning 10006 clauses out of 20074 with flag 945000/945000
1189.60/1185.56	c cleaning 9999 clauses out of 20068 with flag 955000/955000
1217.31/1213.27	c cleaning 9985 clauses out of 20070 with flag 965001/965001
1233.72/1229.62	c cleaning 10002 clauses out of 20086 with flag 975002/975002
1244.62/1240.51	c cleaning 10010 clauses out of 20083 with flag 985001/985001
1256.32/1252.24	c cleaning 9999 clauses out of 20073 with flag 995001/995001
1265.52/1261.44	c cleaning 10009 clauses out of 20074 with flag 1005001/1005001
1274.93/1270.87	c cleaning 10014 clauses out of 20064 with flag 1015000/1015000
1283.53/1279.43	c cleaning 9998 clauses out of 20052 with flag 1025002/1025002
1291.52/1287.49	c cleaning 9987 clauses out of 20052 with flag 1035000/1035000
1298.63/1294.50	c cleaning 10011 clauses out of 20065 with flag 1045000/1045000
1308.33/1304.25	c cleaning 9997 clauses out of 20055 with flag 1055001/1055001
1316.83/1312.72	c cleaning 10006 clauses out of 20058 with flag 1065001/1065001
1327.83/1323.77	c cleaning 10000 clauses out of 20051 with flag 1075000/1075000
1338.63/1334.59	c cleaning 10002 clauses out of 20052 with flag 1085001/1085001
1350.23/1346.15	c cleaning 10004 clauses out of 20050 with flag 1095001/1095001
1359.43/1355.32	c cleaning 10008 clauses out of 20046 with flag 1105001/1105001
1368.73/1364.64	c cleaning 9995 clauses out of 20038 with flag 1115001/1115001
1378.53/1374.40	c cleaning 9995 clauses out of 20043 with flag 1125001/1125001
1389.33/1385.27	c cleaning 9992 clauses out of 20048 with flag 1135001/1135001
1400.53/1396.44	c cleaning 10000 clauses out of 20056 with flag 1145001/1145001
1413.33/1409.20	c cleaning 10004 clauses out of 20058 with flag 1155003/1155003
1428.02/1423.98	c cleaning 10000 clauses out of 20052 with flag 1165001/1165001
1441.43/1437.34	c cleaning 9996 clauses out of 20052 with flag 1175001/1175001
1454.72/1450.61	c cleaning 9998 clauses out of 20056 with flag 1185001/1185001
1468.52/1464.44	c cleaning 9998 clauses out of 20059 with flag 1195002/1195002
1482.82/1478.73	c cleaning 9961 clauses out of 20059 with flag 1205000/1205000
1493.92/1489.88	c cleaning 10009 clauses out of 20099 with flag 1215001/1215001
1507.84/1503.76	c cleaning 10011 clauses out of 20089 with flag 1225000/1225000
1523.73/1519.65	c cleaning 10006 clauses out of 20078 with flag 1235000/1235000
1543.44/1539.38	c cleaning 10019 clauses out of 20073 with flag 1245001/1245001
1562.93/1558.89	c cleaning 9992 clauses out of 20053 with flag 1255000/1255000
1582.64/1578.57	c cleaning 9984 clauses out of 20061 with flag 1265000/1265000
1602.03/1597.97	c cleaning 10003 clauses out of 20078 with flag 1275001/1275001
1616.45/1612.36	c cleaning 9994 clauses out of 20075 with flag 1285001/1285001
1628.55/1624.44	c cleaning 9996 clauses out of 20081 with flag 1295001/1295001
1644.94/1640.86	c cleaning 10008 clauses out of 20084 with flag 1305000/1305000
1657.94/1653.86	c cleaning 9993 clauses out of 20076 with flag 1315000/1315000
1677.53/1673.45	c cleaning 9989 clauses out of 20083 with flag 1325000/1325000
1685.84/1681.76	c cleaning 9974 clauses out of 20094 with flag 1335000/1335000
1704.65/1700.58	c cleaning 10005 clauses out of 20121 with flag 1345001/1345001
1712.46/1708.32	c cleaning 10007 clauses out of 20116 with flag 1355001/1355001
1726.25/1722.12	c cleaning 10027 clauses out of 20109 with flag 1365001/1365001
1734.56/1730.41	c cleaning 9983 clauses out of 20082 with flag 1375001/1375001
1744.96/1740.85	c cleaning 10020 clauses out of 20099 with flag 1385001/1385001
1754.97/1750.87	c cleaning 10019 clauses out of 20078 with flag 1395000/1395000
1767.87/1763.76	c cleaning 10006 clauses out of 20061 with flag 1405002/1405002
1776.37/1772.29	c cleaning 10005 clauses out of 20054 with flag 1415001/1415001
1787.18/1783.02	c cleaning 10007 clauses out of 20048 with flag 1425000/1425000
1796.78/1792.63	c cleaning 9986 clauses out of 20043 with flag 1435002/1435002
1800.09/1795.91	c starts		: 206
1800.09/1795.91	c conflicts		: 1439329
1800.09/1795.91	c decisions		: 2852092
1800.09/1795.91	c propagations		: 47073597
1800.09/1795.91	c inspects		: 933003194
1800.09/1795.91	c learnt literals	: 0
1800.09/1795.91	c learnt binary clauses	: 24
1800.09/1795.91	c learnt ternary clauses	: 19
1800.09/1795.91	c learnt clauses	: 1439328
1800.09/1795.91	c ignored clauses	: 0
1800.09/1795.91	c root simplifications	: 0
1800.09/1795.91	c removed literals (reason simplification)	: 132724135
1800.09/1795.91	c reason swapping (by a shorter reason)	: 0
1800.09/1795.91	c Calls to reduceDB	: 145
1800.09/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.92	c number of learned constraints concerned by reduction	: 0
1800.09/1795.92	c number of learning phase by resolution	: 0
1800.09/1795.92	c number of learning phase by cutting planes	: 0
1800.09/1795.92	c speed (assignments/second)	: 26221.266178153957
1800.09/1795.92	c non guided choices	890
1800.09/1795.94	c learnt constraints type 
1800.09/1795.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14376
1800.09/1795.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.09/1795.94	c constraints type 
1800.09/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
1800.09/1795.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.09/1795.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1795.94	s UNKNOWN
1800.09/1795.94	c Total wall clock time (in seconds): 1795.736

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659273-1276352513/watcher-2659273-1276352513 -o /tmp/evaluation-result-2659273-1276352513/solver-2659273-1276352513 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659273-1276352513.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: 2.45 2.48 1.88 3/106 11259
/proc/meminfo: memFree=1740124/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=248 CPUtime=0
/proc/11259/stat : 11259 (java) R 11257 11259 11234 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 8907629 253952 28 1992294400 134512640 134550932 4289183888 18446744073709551615 1954388 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11259/statm: 62 28 21 10 0 23 0

[startup+0.0313851 s]
/proc/loadavg: 2.45 2.48 1.88 3/106 11259
/proc/meminfo: memFree=1740124/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1518368 CPUtime=0.01
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 2775 0 1 0 0 1 0 0 18 0 4 0 8907629 1554808832 2217 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 379592 2227 511 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100385 s]
/proc/loadavg: 2.45 2.48 1.88 3/106 11259
/proc/meminfo: memFree=1740124/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1524184 CPUtime=0.08
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 8907629 1560764416 3401 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300383 s]
/proc/loadavg: 2.45 2.48 1.88 3/106 11259
/proc/meminfo: memFree=1740124/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1526508 CPUtime=0.38
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 5337 0 1 0 36 2 0 0 18 0 12 0 8907629 1563144192 4773 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 381627 4773 1362 10 0 378929 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526508

[startup+0.701379 s]
/proc/loadavg: 2.45 2.48 1.88 3/106 11259
/proc/meminfo: memFree=1740124/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1528552 CPUtime=1.18
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 8072 0 1 0 114 4 0 0 18 0 12 0 8907629 1565237248 7509 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 382138 7509 1414 10 0 379440 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1528552

[startup+1.50137 s]
/proc/loadavg: 2.45 2.48 1.88 5/119 11272
/proc/meminfo: memFree=1712928/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538564 CPUtime=2.77
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 12317 0 1 0 271 6 0 0 18 0 13 0 8907629 1575489536 10371 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384641 10372 1428 10 0 381943 0
[pid=11259/tid=11261] ppid=11257 vsize=1538564 CPUtime=1.47
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 6317 0 1 0 144 3 0 0 18 0 13 0 8907631 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 8907632 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8907632 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 8907634 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 8907634 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 8907634 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538564 CPUtime=0.67
/proc/11259/task/11268/stat : 11268 (java) R 11257 11259 11234 0 -1 4202560 3016 0 0 0 66 1 0 0 25 0 13 0 8907638 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 106255927 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538564 CPUtime=0.6
/proc/11259/task/11269/stat : 11269 (java) R 11257 11259 11234 0 -1 4202560 1917 0 0 0 60 0 0 0 25 0 13 0 8907638 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 104163598 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8907639 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575489536 10372 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1538564

[startup+3.10135 s]
/proc/loadavg: 2.45 2.48 1.88 4/119 11272
/proc/meminfo: memFree=1703256/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538564 CPUtime=5.2
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 12690 0 1 0 514 6 0 0 18 0 13 0 8907629 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384641 10742 1431 10 0 381943 0
[pid=11259/tid=11261] ppid=11257 vsize=1538564 CPUtime=3.07
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 6586 0 1 0 304 3 0 0 20 0 13 0 8907631 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4109455980 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 8907632 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8907632 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8907634 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 8907634 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 8907634 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538564 CPUtime=1.05
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3051 0 0 0 104 1 0 0 24 0 13 0 8907638 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538564 CPUtime=1.05
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 1984 0 0 0 105 0 0 0 24 0 13 0 8907638 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8907639 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575489536 10742 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 1538564

[startup+6.30132 s]
/proc/loadavg: 2.33 2.45 1.87 2/119 11272
/proc/meminfo: memFree=1699784/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538564 CPUtime=8.41
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 13474 0 1 0 834 7 0 0 18 0 13 0 8907629 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384641 11525 1431 10 0 381943 0
[pid=11259/tid=11261] ppid=11257 vsize=1538564 CPUtime=6.27
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 7369 0 1 0 623 4 0 0 25 0 13 0 8907631 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4109250099 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 8907632 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 8907632 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8907634 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 8907634 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 8907634 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538564 CPUtime=1.06
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3052 0 0 0 105 1 0 0 18 0 13 0 8907638 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538564 CPUtime=1.05
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 1984 0 0 0 105 0 0 0 24 0 13 0 8907638 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8907639 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575489536 11525 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1538564

[startup+12.7003 s]
/proc/loadavg: 2.22 2.43 1.87 5/119 11272
/proc/meminfo: memFree=1691848/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538564 CPUtime=15.25
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 17129 0 1 0 1517 8 0 0 18 0 13 0 8907629 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384641 15170 1445 10 0 381943 0
[pid=11259/tid=11261] ppid=11257 vsize=1538564 CPUtime=12.58
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 7714 0 1 0 1253 5 0 0 25 0 13 0 8907631 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4109353224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538564 CPUtime=0.01
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 1724 0 0 0 1 0 0 0 18 0 13 0 8907632 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 444 0 0 0 0 0 0 0 17 0 13 0 8907632 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538564 CPUtime=0.05
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 1056 0 0 0 5 0 0 0 16 0 13 0 8907634 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8907634 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8907634 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538564 CPUtime=1.41
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3131 0 0 0 140 1 0 0 17 0 13 0 8907638 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538564 CPUtime=1.15
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 1992 0 0 0 115 0 0 0 15 0 13 0 8907638 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8907639 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538564 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575489536 15170 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.25
Current children cumulated vsize (KiB) 1538564

[startup+25.5011 s]
/proc/loadavg: 1.95 2.36 1.85 2/119 11272
/proc/meminfo: memFree=1675604/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538564 CPUtime=28.42
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 19212 0 1 0 2832 10 0 0 18 0 13 0 8907629 1575489536 17250 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384641 17250 1445 10 0 381943 0
[pid=11259/tid=11261] ppid=11257 vsize=1538564 CPUtime=25.23
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 7716 0 1 0 2518 5 0 0 25 0 13 0 8907631 1575489536 17250 1992294400 134512640 134550932 4289183888 18446744073709551615 4109250612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538564 CPUtime=0.02
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 1878 0 0 0 2 0 0 0 16 0 13 0 8907632 1575489536 17250 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538564 CPUtime=0.03
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 2040 0 0 0 3 0 0 0 15 0 13 0 8907632 1575489536 17250 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538564 CPUtime=0.13

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

[pid=11259] ppid=11257 vsize=1538756 CPUtime=1666.44
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 28908 0 1 0 166597 47 0 0 18 0 13 0 8907629 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384689 26608 1445 10 0 381991 0
[pid=11259/tid=11261] ppid=11257 vsize=1538756 CPUtime=1654.26
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 8896 0 1 0 165391 35 0 0 25 0 13 0 8907631 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4109428876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538756 CPUtime=1.28
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 4377 0 0 0 125 3 0 0 15 0 13 0 8907632 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538756 CPUtime=1.28
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 4637 0 0 0 125 3 0 0 16 0 13 0 8907632 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538756 CPUtime=5.81
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 4595 0 0 0 579 2 0 0 15 0 13 0 8907634 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538756 CPUtime=1.77
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3163 0 0 0 176 1 0 0 17 0 13 0 8907638 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538756 CPUtime=1.96
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 2077 0 0 0 196 0 0 0 15 0 13 0 8907638 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8907639 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575686144 26608 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.44
Current children cumulated vsize (KiB) 1538756

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.11 2/119 11321
/proc/meminfo: memFree=1635676/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538756 CPUtime=1726.46
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 28981 0 1 0 172598 48 0 0 18 0 13 0 8907629 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384689 26668 1445 10 0 381991 0
[pid=11259/tid=11261] ppid=11257 vsize=1538756 CPUtime=1713.95
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 8901 0 1 0 171359 36 0 0 25 0 13 0 8907631 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4109391223 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538756 CPUtime=1.33
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 4377 0 0 0 130 3 0 0 15 0 13 0 8907632 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538756 CPUtime=1.34
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 4637 0 0 0 131 3 0 0 16 0 13 0 8907632 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538756 CPUtime=6.05
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 4659 0 0 0 603 2 0 0 16 0 13 0 8907634 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538756 CPUtime=1.77
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3163 0 0 0 176 1 0 0 17 0 13 0 8907638 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538756 CPUtime=1.96
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 2077 0 0 0 196 0 0 0 15 0 13 0 8907638 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8907639 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575686144 26668 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.46
Current children cumulated vsize (KiB) 1538756

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 11323
/proc/meminfo: memFree=1635056/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538756 CPUtime=1786.48
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 29070 0 1 0 178599 49 0 0 18 0 13 0 8907629 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384689 26748 1445 10 0 381991 0
[pid=11259/tid=11261] ppid=11257 vsize=1538756 CPUtime=1773.63
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 8906 0 1 0 177327 36 0 0 25 0 13 0 8907631 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4109250944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538756 CPUtime=1.37
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 4377 0 0 0 134 3 0 0 16 0 13 0 8907632 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538756 CPUtime=1.38
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 4637 0 0 0 135 3 0 0 15 0 13 0 8907632 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538756 CPUtime=6.29
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 4741 0 0 0 627 2 0 0 15 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538756 CPUtime=1.77
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3163 0 0 0 176 1 0 0 17 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538756 CPUtime=1.96
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 2077 0 0 0 196 0 0 0 15 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 8907639 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.48
Current children cumulated vsize (KiB) 1538756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 11323
/proc/meminfo: memFree=1635056/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538756 CPUtime=1800.09
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 29076 0 1 0 179960 49 0 0 18 0 13 0 8907629 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384689 26748 1445 10 0 381991 0
[pid=11259/tid=11261] ppid=11257 vsize=1538756 CPUtime=1787.12
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 8908 0 1 0 178676 36 0 0 25 0 13 0 8907631 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4109487495 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538756 CPUtime=1.38
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 4377 0 0 0 135 3 0 0 15 0 13 0 8907632 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538756 CPUtime=1.39
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 4637 0 0 0 136 3 0 0 15 0 13 0 8907632 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538756 CPUtime=6.39
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 4743 0 0 0 637 2 0 0 15 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538756 CPUtime=1.77
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3163 0 0 0 176 1 0 0 17 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538756 CPUtime=1.96
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 2077 0 0 0 196 0 0 0 15 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8907639 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1538756

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

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

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 11323
/proc/meminfo: memFree=1635056/2059040 swapFree=4165036/4192956
[pid=11259] ppid=11257 vsize=1538756 CPUtime=1800.09
/proc/11259/stat : 11259 (java) S 11257 11259 11234 0 -1 4202496 29076 0 1 0 179960 49 0 0 18 0 13 0 8907629 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11259/statm: 384689 26748 1445 10 0 381991 0
[pid=11259/tid=11261] ppid=11257 vsize=1538756 CPUtime=1787.12
/proc/11259/task/11261/stat : 11261 (java) R 11257 11259 11234 0 -1 4202560 8908 0 1 0 178676 36 0 0 25 0 13 0 8907631 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4109487495 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11259/tid=11262] ppid=11257 vsize=1538756 CPUtime=1.38
/proc/11259/task/11262/stat : 11262 (java) S 11257 11259 11234 0 -1 4202560 4377 0 0 0 135 3 0 0 15 0 13 0 8907632 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11263] ppid=11257 vsize=1538756 CPUtime=1.39
/proc/11259/task/11263/stat : 11263 (java) S 11257 11259 11234 0 -1 4202560 4637 0 0 0 136 3 0 0 15 0 13 0 8907632 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11264] ppid=11257 vsize=1538756 CPUtime=6.39
/proc/11259/task/11264/stat : 11264 (java) S 11257 11259 11234 0 -1 4202560 4743 0 0 0 637 2 0 0 15 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 0 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11265] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11265/stat : 11265 (java) S 11257 11259 11234 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11266] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11266/stat : 11266 (java) S 11257 11259 11234 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8907634 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11267] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11267/stat : 11267 (java) S 11257 11259 11234 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11268] ppid=11257 vsize=1538756 CPUtime=1.77
/proc/11259/task/11268/stat : 11268 (java) S 11257 11259 11234 0 -1 4202560 3163 0 0 0 176 1 0 0 17 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11269] ppid=11257 vsize=1538756 CPUtime=1.96
/proc/11259/task/11269/stat : 11269 (java) S 11257 11259 11234 0 -1 4202560 2077 0 0 0 196 0 0 0 15 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11270] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11270/stat : 11270 (java) S 11257 11259 11234 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8907638 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
[pid=11259/tid=11271] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11271/stat : 11271 (java) S 11257 11259 11234 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8907639 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 1 0 0 0
[pid=11259/tid=11272] ppid=11257 vsize=1538756 CPUtime=0
/proc/11259/task/11272/stat : 11272 (java) S 11257 11259 11234 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 8907708 1575686144 26748 1992294400 134512640 134550932 4289183888 18446744073709551615 4294960144 0 4 0 16800975 18446604437829506368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1538756

Child status: 143
Real time (s): 1796.01
CPU time (s): 1800.22
CPU user time (s): 1799.71
CPU system time (s): 0.508922
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 1538756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.508922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29100
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= 38123
involuntary context switches= 18340

runsolver used 3.73443 second user time and 9.51455 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 16:21:53
IDJOB=2659273
IDBENCH=1852
IDSOLVER=1164
FILE ID=node019/2659273-1276352513
PBS_JOBID= 11173208
Free space on /tmp= 62356 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659273-1276352513/watcher-2659273-1276352513 -o /tmp/evaluation-result-2659273-1276352513/solver-2659273-1276352513 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659273-1276352513.opb

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=1255843204

node019.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.264
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.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1740396 kB
Buffers:         87584 kB
Cached:         130456 kB
SwapCached:       1408 kB
Active:          96032 kB
Inactive:       154596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1740396 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:             580 kB
Writeback:           0 kB
AnonPages:       31128 kB
Mapped:          15300 kB
Slab:            46148 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181904 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= 62356 MiB
End job on node019 at 2010-06-12 16:51:51