Trace number 2662162

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-31? (TO) 1800.5 972.252

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUMa5c62cef1e86c64304fd5ef232ab5991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
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.v20100531
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662162-1276542494.opb
0.25/0.22	c reading problem ... 
5.93/3.93	c ... done. Wall clock time 3.71s.
5.93/3.93	c #vars     107808
5.93/3.93	c #constraints  43306
5.93/3.93	c constraints type 
5.93/3.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
5.93/3.93	c constraints type 
5.93/3.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
23.50/12.88	c cleaning 2487 clauses out of 4997 with flag 5001/5001
30.19/16.49	c cleaning 4246 clauses out of 8507 with flag 11001/11001
38.03/20.62	c cleaning 5608 clauses out of 11260 with flag 18000/18000
47.04/25.45	c cleaning 6812 clauses out of 13649 with flag 26001/26001
56.14/30.40	c cleaning 7889 clauses out of 15829 with flag 35001/35001
67.71/36.45	c cleaning 8961 clauses out of 17940 with flag 45001/45001
80.65/43.26	c cleaning 9447 clauses out of 18972 with flag 55002/55002
91.40/48.90	c cleaning 9742 clauses out of 19521 with flag 65000/65000
98.45/52.86	c cleaning 9875 clauses out of 19779 with flag 75001/75001
109.19/58.53	c cleaning 9936 clauses out of 19903 with flag 85001/85001
118.72/63.67	c cleaning 9926 clauses out of 19966 with flag 95001/95001
127.86/68.58	c cleaning 10005 clauses out of 20040 with flag 105001/105001
138.46/74.20	c cleaning 10004 clauses out of 20032 with flag 115000/115000
153.73/82.29	c cleaning 9994 clauses out of 20023 with flag 125000/125000
163.83/87.69	c cleaning 9998 clauses out of 20023 with flag 135000/135000
170.74/91.46	c cleaning 9994 clauses out of 20017 with flag 145001/145001
185.61/99.33	c cleaning 9970 clauses out of 20022 with flag 155000/155000
197.85/105.85	c cleaning 9994 clauses out of 20051 with flag 165000/165000
199.36/106.97	c cleaning 0 clauses out of 5001 with flag 0/5001
209.01/112.20	c cleaning 10008 clauses out of 20056 with flag 175001/175001
220.26/118.24	c cleaning 10000 clauses out of 20047 with flag 185000/185000
230.69/123.81	c cleaning 9997 clauses out of 20048 with flag 195002/195002
242.69/130.24	c cleaning 10007 clauses out of 20049 with flag 205000/205000
253.50/136.07	c cleaning 10006 clauses out of 20028 with flag 215001/215001
266.89/143.28	c cleaning 9999 clauses out of 20019 with flag 225000/225000
273.75/147.06	c cleaning 9984 clauses out of 20020 with flag 235000/235000
285.74/153.41	c cleaning 9998 clauses out of 20037 with flag 245001/245001
294.77/158.38	c cleaning 9976 clauses out of 20039 with flag 255001/255001
303.42/163.18	c cleaning 9992 clauses out of 20063 with flag 265001/265001
307.89/165.78	c cleaning 10011 clauses out of 20071 with flag 275001/275001
312.17/168.27	c cleaning 10004 clauses out of 20060 with flag 285001/285001
316.41/170.77	c cleaning 10002 clauses out of 20057 with flag 295002/295002
329.02/177.55	c cleaning 10016 clauses out of 20044 with flag 305000/305000
344.17/185.57	c cleaning 9971 clauses out of 20029 with flag 315002/315002
352.37/190.06	c cleaning 10019 clauses out of 20052 with flag 325000/325000
365.35/196.95	c cleaning 9991 clauses out of 20032 with flag 335001/335001
381.68/205.67	c cleaning 9988 clauses out of 20040 with flag 345000/345000
396.23/213.38	c cleaning 10005 clauses out of 20050 with flag 355000/355000
406.40/218.90	c cleaning 9969 clauses out of 20045 with flag 365000/365000
422.68/227.48	c cleaning 10015 clauses out of 20076 with flag 375000/375000
442.77/238.00	c cleaning 9970 clauses out of 20062 with flag 385001/385001
460.67/247.50	c cleaning 9974 clauses out of 20091 with flag 395000/395000
478.48/256.85	c cleaning 10034 clauses out of 20116 with flag 405001/405001
489.01/262.57	c cleaning 10005 clauses out of 20076 with flag 415000/415000
497.74/267.47	c cleaning 10005 clauses out of 20072 with flag 425001/425001
508.83/273.47	c cleaning 9990 clauses out of 20066 with flag 435000/435000
520.73/279.86	c cleaning 9983 clauses out of 20077 with flag 445001/445001
534.79/287.39	c cleaning 10016 clauses out of 20087 with flag 455000/455000
545.10/293.02	c cleaning 10019 clauses out of 20070 with flag 465000/465000
556.78/299.38	c cleaning 9984 clauses out of 20052 with flag 475001/475001
572.24/307.54	c cleaning 9992 clauses out of 20066 with flag 485000/485000
591.64/317.75	c cleaning 10034 clauses out of 20076 with flag 495002/495002
602.51/323.72	c cleaning 10006 clauses out of 20039 with flag 505000/505000
615.24/330.71	c cleaning 10001 clauses out of 20035 with flag 515002/515002
626.17/336.82	c cleaning 10000 clauses out of 20033 with flag 525001/525001
641.16/344.90	c cleaning 9966 clauses out of 20030 with flag 535000/535000
668.09/358.92	c cleaning 9978 clauses out of 20066 with flag 545002/545002
686.49/368.64	c cleaning 0 clauses out of 11000 with flag 0/11000
701.51/376.61	c cleaning 9971 clauses out of 20086 with flag 555000/555000
723.47/388.10	c cleaning 10039 clauses out of 20111 with flag 565001/565001
728.14/391.01	c cleaning 10015 clauses out of 20071 with flag 575000/575000
732.44/393.68	c cleaning 10006 clauses out of 20056 with flag 585000/585000
739.90/397.86	c cleaning 9990 clauses out of 20049 with flag 595002/595002
750.13/403.45	c cleaning 10018 clauses out of 20053 with flag 605001/605001
760.17/409.06	c cleaning 9995 clauses out of 20034 with flag 615000/615000
770.24/414.55	c cleaning 9994 clauses out of 20040 with flag 625001/625001
780.87/420.38	c cleaning 9998 clauses out of 20045 with flag 635000/635000
792.72/426.77	c cleaning 9999 clauses out of 20049 with flag 645002/645002
804.54/433.21	c cleaning 10013 clauses out of 20048 with flag 655000/655000
815.38/439.16	c cleaning 10010 clauses out of 20036 with flag 665001/665001
825.83/444.87	c cleaning 10004 clauses out of 20025 with flag 675000/675000
836.47/450.66	c cleaning 10000 clauses out of 20022 with flag 685001/685001
847.10/456.55	c cleaning 10002 clauses out of 20021 with flag 695000/695000
857.52/462.24	c cleaning 9999 clauses out of 20021 with flag 705002/705002
868.54/468.25	c cleaning 10007 clauses out of 20021 with flag 715001/715001
877.20/473.05	c cleaning 9988 clauses out of 20012 with flag 725001/725001
892.15/481.17	c cleaning 9985 clauses out of 20024 with flag 735004/735004
904.55/487.80	c cleaning 10004 clauses out of 20035 with flag 745000/745000
918.14/495.19	c cleaning 9995 clauses out of 20031 with flag 755000/755000
926.56/499.85	c cleaning 9962 clauses out of 20036 with flag 765000/765000
931.80/503.09	c cleaning 10018 clauses out of 20074 with flag 775001/775001
944.40/509.89	c cleaning 9998 clauses out of 20057 with flag 785002/785002
957.59/516.92	c cleaning 10001 clauses out of 20057 with flag 795000/795000
970.94/524.13	c cleaning 9997 clauses out of 20052 with flag 805001/805001
984.10/531.36	c cleaning 9998 clauses out of 20049 with flag 815000/815000
996.08/537.87	c cleaning 9955 clauses out of 20049 with flag 825001/825001
1007.87/544.28	c cleaning 10014 clauses out of 20094 with flag 835001/835001
1019.01/550.31	c cleaning 10013 clauses out of 20079 with flag 845000/845000
1029.57/556.28	c cleaning 9997 clauses out of 20067 with flag 855001/855001
1040.55/562.24	c cleaning 10019 clauses out of 20070 with flag 865001/865001
1048.94/566.98	c cleaning 9986 clauses out of 20045 with flag 875001/875001
1058.32/572.15	c cleaning 10009 clauses out of 20056 with flag 885001/885001
1068.48/577.89	c cleaning 10015 clauses out of 20040 with flag 895001/895001
1080.24/584.26	c cleaning 9982 clauses out of 20024 with flag 905000/905000
1092.04/590.64	c cleaning 9991 clauses out of 20042 with flag 915000/915000
1104.15/597.23	c cleaning 9996 clauses out of 20051 with flag 925000/925000
1116.65/604.20	c cleaning 9999 clauses out of 20055 with flag 935000/935000
1129.79/611.21	c cleaning 9998 clauses out of 20056 with flag 945000/945000
1142.12/617.98	c cleaning 10000 clauses out of 20059 with flag 955001/955001
1156.05/625.46	c cleaning 10001 clauses out of 20057 with flag 965001/965001
1168.76/632.47	c cleaning 9996 clauses out of 20058 with flag 975003/975003
1181.87/639.59	c cleaning 9991 clauses out of 20059 with flag 985000/985000
1195.00/646.68	c cleaning 10007 clauses out of 20070 with flag 995002/995002
1208.30/653.82	c cleaning 10001 clauses out of 20063 with flag 1005002/1005002
1221.76/661.26	c cleaning 9986 clauses out of 20060 with flag 1015000/1015000
1236.47/669.17	c cleaning 10009 clauses out of 20077 with flag 1025003/1025003
1251.36/677.18	c cleaning 10002 clauses out of 20066 with flag 1035001/1035001
1266.22/685.17	c cleaning 10000 clauses out of 20063 with flag 1045000/1045000
1281.25/693.38	c cleaning 9998 clauses out of 20063 with flag 1055000/1055000
1297.13/701.85	c cleaning 9988 clauses out of 20064 with flag 1065001/1065001
1314.97/711.35	c cleaning 10018 clauses out of 20073 with flag 1075001/1075001
1351.44/730.27	c cleaning 9964 clauses out of 20054 with flag 1085000/1085000
1374.41/742.45	c cleaning 10004 clauses out of 20090 with flag 1095001/1095001
1388.87/750.28	c cleaning 10014 clauses out of 20085 with flag 1105000/1105000
1400.76/756.74	c cleaning 9998 clauses out of 20071 with flag 1115000/1115000
1413.35/763.70	c cleaning 10022 clauses out of 20073 with flag 1125000/1125000
1426.57/771.01	c cleaning 9992 clauses out of 20051 with flag 1135000/1135000
1439.83/778.12	c cleaning 10001 clauses out of 20060 with flag 1145001/1145001
1456.45/787.07	c cleaning 9980 clauses out of 20058 with flag 1155000/1155000
1472.48/795.70	c cleaning 10008 clauses out of 20078 with flag 1165000/1165000
1485.30/802.77	c cleaning 9993 clauses out of 20068 with flag 1175001/1175001
1496.76/809.01	c cleaning 10004 clauses out of 20074 with flag 1185001/1185001
1507.84/815.14	c cleaning 9984 clauses out of 20070 with flag 1195001/1195001
1519.49/821.53	c cleaning 9999 clauses out of 20087 with flag 1205002/1205002
1531.70/828.31	c cleaning 9990 clauses out of 20086 with flag 1215000/1215000
1544.93/835.52	c cleaning 10012 clauses out of 20100 with flag 1225004/1225004
1559.35/843.35	c cleaning 10027 clauses out of 20084 with flag 1235000/1235000
1574.96/851.75	c cleaning 10010 clauses out of 20057 with flag 1245000/1245000
1587.15/858.50	c cleaning 10006 clauses out of 20048 with flag 1255001/1255001
1598.37/864.71	c cleaning 10000 clauses out of 20041 with flag 1265000/1265000
1610.24/871.27	c cleaning 10002 clauses out of 20041 with flag 1275000/1275000
1620.68/877.01	c cleaning 10001 clauses out of 20039 with flag 1285000/1285000
1629.38/882.06	c cleaning 10008 clauses out of 20038 with flag 1295000/1295000
1637.07/886.49	c cleaning 9995 clauses out of 20027 with flag 1305000/1305000
1659.00/898.09	c cleaning 9982 clauses out of 20032 with flag 1315001/1315001
1689.86/914.15	c cleaning 9989 clauses out of 20052 with flag 1325003/1325003
1720.04/930.07	c cleaning 9997 clauses out of 20061 with flag 1335001/1335001
1747.91/944.66	c cleaning 9993 clauses out of 20063 with flag 1345000/1345000
1774.16/958.44	c cleaning 9994 clauses out of 20070 with flag 1355000/1355000
1800.06/972.01	c starts		: 189
1800.06/972.01	c conflicts		: 1364623
1800.06/972.01	c decisions		: 4250379
1800.06/972.01	c propagations		: 56551412
1800.06/972.01	c inspects		: 378817443
1800.06/972.01	c learnt literals	: 175
1800.06/972.02	c learnt binary clauses	: 818
1800.06/972.02	c learnt ternary clauses	: 298
1800.06/972.02	c learnt clauses	: 1364448
1800.06/972.02	c ignored clauses	: 0
1800.06/972.02	c root simplifications	: 0
1800.06/972.02	c removed literals (reason simplification)	: 49348371
1800.06/972.02	c reason swapping (by a shorter reason)	: 0
1800.06/972.02	c Calls to reduceDB	: 137
1800.06/972.02	c number of reductions to clauses (during analyze)	: 0
1800.06/972.02	c number of learned constraints concerned by reduction	: 0
1800.06/972.02	c number of learning phase by resolution	: 0
1800.06/972.02	c number of learning phase by cutting planes	: 0
1800.06/972.02	c speed (assignments/second)	: 58415.630000196266
1800.06/972.02	c non guided choices	1805626
1800.27/972.15	c learnt constraints type 
1800.27/972.15	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18900
1800.27/972.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 818
1800.27/972.15	c constraints type 
1800.27/972.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
1800.27/972.15	c constraints type 
1800.27/972.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5184
1800.27/972.15	s UNKNOWN
1800.27/972.15	c Total wall clock time (in seconds): 971.933

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-2662162-1276542494/watcher-2662162-1276542494 -o /tmp/evaluation-result-2662162-1276542494/solver-2662162-1276542494 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662162-1276542494.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 1.02 1.08 3/106 30773
/proc/meminfo: memFree=1800964/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1836 CPUtime=0
/proc/30773/stat : 30773 (java6) R 30771 30773 30649 0 -1 4194304 249 0 0 0 0 0 0 0 19 0 1 0 29852874 1880064 154 1992294400 134512640 134550932 4291959072 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30773/statm: 458 153 116 10 0 63 0

[startup+0.0568739 s]
/proc/loadavg: 0.92 1.02 1.08 3/106 30773
/proc/meminfo: memFree=1800964/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1521664 CPUtime=0.03
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 3562 0 1 0 2 1 0 0 18 0 7 0 29852874 1558183936 3004 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 380416 3004 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101881 s]
/proc/loadavg: 0.92 1.02 1.08 3/106 30773
/proc/meminfo: memFree=1800964/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1524180 CPUtime=0.08
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 29852874 1560760320 3395 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30099 s]
/proc/loadavg: 0.92 1.02 1.08 3/106 30773
/proc/meminfo: memFree=1800964/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1526716 CPUtime=0.38
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 6658 0 1 0 35 3 0 0 18 0 12 0 29852874 1563357184 6096 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 381679 6096 1364 10 0 378982 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526716

[startup+0.701985 s]
/proc/loadavg: 0.92 1.02 1.08 3/106 30773
/proc/meminfo: memFree=1800964/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1527468 CPUtime=1.06
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 10811 0 1 0 100 6 0 0 18 0 12 0 29852874 1564127232 10158 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 381867 10160 1400 10 0 379170 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1527468

[startup+1.50197 s]
/proc/loadavg: 0.92 1.02 1.08 4/118 30785
/proc/meminfo: memFree=1747984/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1541996 CPUtime=2.62
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 27686 0 1 0 250 12 0 0 18 0 12 0 29852874 1579003904 26381 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 385499 26383 1406 10 0 382802 0
[pid=30773/tid=30775] ppid=30771 vsize=1541996 CPUtime=1.47
/proc/30773/task/30775/stat : 30775 (java) R 30771 30773 30649 0 -1 4202560 21530 0 1 0 138 9 0 0 18 0 12 0 29852876 1579003904 26384 1992294400 134512640 134550932 4291244528 18446744073709551615 4109443356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30776/stat : 30776 (java) S 30771 30773 30649 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 29852878 1579003904 26384 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30777/stat : 30777 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 29852878 1579003904 26384 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30778/stat : 30778 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29852879 1579003904 26384 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 29852880 1579003904 26385 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29852880 1579003904 26387 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29852884 1579003904 26388 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1541996 CPUtime=0.49
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 859 0 0 0 49 0 0 0 25 0 12 0 29852884 1579003904 26389 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1541996 CPUtime=0.64
/proc/30773/task/30783/stat : 30783 (java) R 30771 30773 30649 0 -1 4202560 4235 0 0 0 63 1 0 0 25 0 12 0 29852884 1579003904 26390 1992294400 134512640 134550932 4291244528 18446744073709551615 106251268 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29852884 1579003904 26391 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1541996 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29852884 1579003904 26392 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1541996

[startup+3.10196 s]
/proc/loadavg: 0.92 1.02 1.08 3/118 30785
/proc/meminfo: memFree=1625224/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1541040 CPUtime=4.66
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 54268 0 1 0 442 24 0 0 18 0 12 0 29852874 1578024960 51173 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 385260 51175 1415 10 0 382563 0
[pid=30773/tid=30775] ppid=30771 vsize=1541040 CPUtime=2.77
/proc/30773/task/30775/stat : 30775 (java) S 30771 30773 30649 0 -1 4202560 32014 0 1 0 263 14 0 0 17 0 12 0 29852876 1578024960 51176 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1541040 CPUtime=0.29
/proc/30773/task/30776/stat : 30776 (java) R 30771 30773 30649 0 -1 4202560 8491 0 0 0 25 4 0 0 18 0 12 0 29852878 1578024960 51178 1992294400 134512640 134550932 4291244528 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1541040 CPUtime=0.27
/proc/30773/task/30777/stat : 30777 (java) R 30771 30773 30649 0 -1 4202560 6575 0 0 0 25 2 0 0 18 0 12 0 29852878 1578024960 51180 1992294400 134512640 134550932 4291244528 18446744073709551615 106194002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1541040 CPUtime=0
/proc/30773/task/30778/stat : 30778 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 29852879 1578024960 51181 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1541040 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 29852880 1578024960 51183 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1541040 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29852880 1578024960 51185 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1541040 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29852884 1578024960 51187 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1541040 CPUtime=0.49
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 859 0 0 0 49 0 0 0 25 0 12 0 29852884 1578024960 51189 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1541040 CPUtime=0.79
/proc/30773/task/30783/stat : 30783 (java) S 30771 30773 30649 0 -1 4202560 5269 0 0 0 78 1 0 0 15 0 12 0 29852884 1578024960 51190 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1541040 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29852884 1578024960 51192 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1541040 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29852884 1578024960 51193 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1541040

[startup+6.30192 s]
/proc/loadavg: 0.93 1.02 1.08 4/122 30789
/proc/meminfo: memFree=1545956/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1542772 CPUtime=10.65
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 74149 0 1 0 1032 33 0 0 18 0 16 0 29852874 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 385693 66276 1438 10 0 382996 0
[pid=30773/tid=30775] ppid=30771 vsize=1542772 CPUtime=3.4
/proc/30773/task/30775/stat : 30775 (java) S 30771 30773 30649 0 -1 4202560 32040 0 1 0 326 14 0 0 15 0 16 0 29852876 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1542772 CPUtime=0.82
/proc/30773/task/30776/stat : 30776 (java) R 30771 30773 30649 0 -1 4202560 20637 0 0 0 74 8 0 0 18 0 16 0 29852878 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1542772 CPUtime=0.8
/proc/30773/task/30777/stat : 30777 (java) S 30771 30773 30649 0 -1 4202560 12555 0 0 0 75 5 0 0 16 0 16 0 29852878 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30778/stat : 30778 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 29852879 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 29852880 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 29852880 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1542772 CPUtime=1.05
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 904 0 0 0 105 0 0 0 15 0 16 0 29852884 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1542772 CPUtime=1.74
/proc/30773/task/30783/stat : 30783 (java) S 30771 30773 30649 0 -1 4202560 6887 0 0 0 172 2 0 0 15 0 16 0 29852884 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29852884 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30786] ppid=30771 vsize=1542772 CPUtime=1.42
/proc/30773/task/30786/stat : 30786 (java) R 30771 30773 30649 0 -1 4202560 26 0 0 0 142 0 0 0 17 0 16 0 29853268 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4109472751 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30787] ppid=30771 vsize=1542772 CPUtime=1.34
/proc/30773/task/30787/stat : 30787 (java) R 30771 30773 30649 0 -1 4202560 24 0 0 0 134 0 0 0 16 0 16 0 29853268 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4109510563 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30788] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30788/stat : 30788 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853347 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30789] ppid=30771 vsize=1542772 CPUtime=0
/proc/30773/task/30789/stat : 30789 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853352 1579798528 66276 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 1542772

[startup+12.7148 s]
/proc/loadavg: 1.17 1.07 1.09 3/122 30789
/proc/meminfo: memFree=1518560/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1541632 CPUtime=23.33
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 81361 0 1 0 2297 36 0 0 18 0 16 0 29852874 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 385408 71796 1439 10 0 382711 0
[pid=30773/tid=30775] ppid=30771 vsize=1541632 CPUtime=3.4
/proc/30773/task/30775/stat : 30775 (java) S 30771 30773 30649 0 -1 4202560 32040 0 1 0 326 14 0 0 15 0 16 0 29852876 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1541632 CPUtime=1.37
/proc/30773/task/30776/stat : 30776 (java) S 30771 30773 30649 0 -1 4202560 24738 0 0 0 127 10 0 0 16 0 16 0 29852878 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1541632 CPUtime=1.32
/proc/30773/task/30777/stat : 30777 (java) S 30771 30773 30649 0 -1 4202560 15588 0 0 0 126 6 0 0 15 0 16 0 29852878 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30778/stat : 30778 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 29852879 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 29852880 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 29852880 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1541632 CPUtime=1.92
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 954 0 0 0 192 0 0 0 15 0 16 0 29852884 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1541632 CPUtime=1.97
/proc/30773/task/30783/stat : 30783 (java) R 30771 30773 30649 0 -1 4202560 6901 0 0 0 195 2 0 0 15 0 16 0 29852884 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 105581406 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29852884 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30786] ppid=30771 vsize=1541632 CPUtime=7.08
/proc/30773/task/30786/stat : 30786 (java) R 30771 30773 30649 0 -1 4202560 32 0 0 0 708 0 0 0 17 0 16 0 29853268 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4109800164 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30787] ppid=30771 vsize=1541632 CPUtime=6.18
/proc/30773/task/30787/stat : 30787 (java) R 30771 30773 30649 0 -1 4202560 32 0 0 0 618 0 0 0 19 0 16 0 29853268 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30788] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30788/stat : 30788 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853347 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30789] ppid=30771 vsize=1541632 CPUtime=0
/proc/30773/task/30789/stat : 30789 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853352 1578631168 71796 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.33
Current children cumulated vsize (KiB) 1541632

[startup+25.5017 s]
/proc/loadavg: 1.50 1.15 1.12 3/122 30791
/proc/meminfo: memFree=1502564/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1541632 CPUtime=47.21
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 85474 0 1 0 4681 40 0 0 18 0 16 0 29852874 1578631168 75781 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/30773/task/30788/stat : 30788 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853347 1590173696 113660 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30789] ppid=30771 vsize=1552904 CPUtime=0
/proc/30773/task/30789/stat : 30789 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853352 1590173696 113660 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1520.34
Current children cumulated vsize (KiB) 1552904

[startup+882.301 s]
/proc/loadavg: 1.81 1.85 1.59 3/122 30816
/proc/meminfo: memFree=1351284/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1547784 CPUtime=1629.78
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 627167 0 1 0 162656 322 0 0 18 0 16 0 29852874 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 386946 113967 1450 10 0 384249 0
[pid=30773/tid=30775] ppid=30771 vsize=1547784 CPUtime=3.41
/proc/30773/task/30775/stat : 30775 (java) S 30771 30773 30649 0 -1 4202560 32093 0 1 0 327 14 0 0 15 0 16 0 29852876 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1547784 CPUtime=15.64
/proc/30773/task/30776/stat : 30776 (java) S 30771 30773 30649 0 -1 4202560 43905 0 0 0 1527 37 0 0 16 0 16 0 29852878 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1547784 CPUtime=15.6
/proc/30773/task/30777/stat : 30777 (java) S 30771 30773 30649 0 -1 4202560 34125 0 0 0 1525 35 0 0 16 0 16 0 29852878 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1547784 CPUtime=118.16
/proc/30773/task/30778/stat : 30778 (java) R 30771 30773 30649 0 -1 4202560 506544 0 0 0 11622 194 0 0 16 0 16 0 29852879 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1547784 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 29852880 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1547784 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 29852880 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1547784 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1547784 CPUtime=3.49
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 1067 0 0 0 349 0 0 0 15 0 16 0 29852884 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1547784 CPUtime=2.23
/proc/30773/task/30783/stat : 30783 (java) S 30771 30773 30649 0 -1 4202560 7650 0 0 0 220 3 0 0 16 0 16 0 29852884 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1547784 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1547784 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 29852884 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30786] ppid=30771 vsize=1547784 CPUtime=737.04
/proc/30773/task/30786/stat : 30786 (java) S 30771 30773 30649 0 -1 4202560 335 0 0 0 73683 21 0 0 25 0 16 0 29853268 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30787] ppid=30771 vsize=1547784 CPUtime=734.13
/proc/30773/task/30787/stat : 30787 (java) S 30771 30773 30649 0 -1 4202560 323 0 0 0 73400 13 0 0 25 0 16 0 29853268 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30788] ppid=30771 vsize=1547784 CPUtime=0
/proc/30773/task/30788/stat : 30788 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853347 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30789] ppid=30771 vsize=1547784 CPUtime=0
/proc/30773/task/30789/stat : 30789 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853352 1584930816 113967 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1629.78
Current children cumulated vsize (KiB) 1547784

[startup+942.302 s]
/proc/loadavg: 1.86 1.85 1.60 3/122 30818
/proc/meminfo: memFree=1348804/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1542656 CPUtime=1743.35
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 645917 0 1 0 174000 335 0 0 18 0 16 0 29852874 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 385664 113443 1450 10 0 382967 0
[pid=30773/tid=30775] ppid=30771 vsize=1542656 CPUtime=3.41
/proc/30773/task/30775/stat : 30775 (java) S 30771 30773 30649 0 -1 4202560 32094 0 1 0 327 14 0 0 15 0 16 0 29852876 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1542656 CPUtime=16.75
/proc/30773/task/30776/stat : 30776 (java) S 30771 30773 30649 0 -1 4202560 44252 0 0 0 1636 39 0 0 16 0 16 0 29852878 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1542656 CPUtime=16.7
/proc/30773/task/30777/stat : 30777 (java) S 30771 30773 30649 0 -1 4202560 34542 0 0 0 1635 35 0 0 15 0 16 0 29852878 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1542656 CPUtime=123.58
/proc/30773/task/30778/stat : 30778 (java) S 30771 30773 30649 0 -1 4202560 524486 0 0 0 12157 201 0 0 15 0 16 0 29852879 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 29852880 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 29852880 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1542656 CPUtime=3.49
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 1067 0 0 0 349 0 0 0 15 0 16 0 29852884 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1542656 CPUtime=2.23
/proc/30773/task/30783/stat : 30783 (java) S 30771 30773 30649 0 -1 4202560 7650 0 0 0 220 3 0 0 16 0 16 0 29852884 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 29852884 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30786] ppid=30771 vsize=1542656 CPUtime=790.47
/proc/30773/task/30786/stat : 30786 (java) R 30771 30773 30649 0 -1 4202560 356 0 0 0 79023 24 0 0 25 0 16 0 29853268 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4109799672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30787] ppid=30771 vsize=1542656 CPUtime=786.62
/proc/30773/task/30787/stat : 30787 (java) R 30771 30773 30649 0 -1 4202560 341 0 0 0 78649 13 0 0 25 0 16 0 29853268 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4109800251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30788] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30788/stat : 30788 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853347 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30789] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30789/stat : 30789 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853352 1579679744 113443 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1743.35
Current children cumulated vsize (KiB) 1542656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+972.001 s]
/proc/loadavg: 1.91 1.86 1.61 3/122 30818
/proc/meminfo: memFree=1344464/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1542656 CPUtime=1800.06
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 654822 0 1 0 179664 342 0 0 18 0 16 0 29852874 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 385664 114636 1450 10 0 382967 0
[pid=30773/tid=30775] ppid=30771 vsize=1542656 CPUtime=3.41
/proc/30773/task/30775/stat : 30775 (java) S 30771 30773 30649 0 -1 4202560 32094 0 1 0 327 14 0 0 15 0 16 0 29852876 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1542656 CPUtime=17.23
/proc/30773/task/30776/stat : 30776 (java) S 30771 30773 30649 0 -1 4202560 44825 0 0 0 1683 40 0 0 15 0 16 0 29852878 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1542656 CPUtime=17.18
/proc/30773/task/30777/stat : 30777 (java) S 30771 30773 30649 0 -1 4202560 34876 0 0 0 1681 37 0 0 16 0 16 0 29852878 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1542656 CPUtime=125.77
/proc/30773/task/30778/stat : 30778 (java) S 30771 30773 30649 0 -1 4202560 532465 0 0 0 12372 205 0 0 15 0 16 0 29852879 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 29852880 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 29852880 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1542656 CPUtime=3.49
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 1067 0 0 0 349 0 0 0 15 0 16 0 29852884 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1542656 CPUtime=2.23
/proc/30773/task/30783/stat : 30783 (java) S 30771 30773 30649 0 -1 4202560 7650 0 0 0 220 3 0 0 16 0 16 0 29852884 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29852884 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 29852884 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30786] ppid=30771 vsize=1542656 CPUtime=817.5
/proc/30773/task/30786/stat : 30786 (java) R 30771 30773 30649 0 -1 4202560 367 0 0 0 81725 25 0 0 25 0 16 0 29853268 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4109495633 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30787] ppid=30771 vsize=1542656 CPUtime=813.17
/proc/30773/task/30787/stat : 30787 (java) R 30771 30773 30649 0 -1 4202560 347 0 0 0 81304 13 0 0 25 0 16 0 29853268 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4109774520 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30788] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30788/stat : 30788 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853347 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30789] ppid=30771 vsize=1542656 CPUtime=0
/proc/30773/task/30789/stat : 30789 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29853352 1579679744 114636 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1542656

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

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

[startup+972.201 s]
/proc/loadavg: 1.91 1.86 1.61 3/122 30818
/proc/meminfo: memFree=1344464/2059040 swapFree=4140428/4192956
[pid=30773] ppid=30771 vsize=1543304 CPUtime=1800.44
/proc/30773/stat : 30773 (java) S 30771 30773 30649 0 -1 4202496 655024 0 1 0 179702 342 0 0 18 0 17 0 29852874 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30773/statm: 385826 114804 1453 10 0 383129 0
[pid=30773/tid=30775] ppid=30771 vsize=1543304 CPUtime=3.41
/proc/30773/task/30775/stat : 30775 (java) S 30771 30773 30649 0 -1 4202560 32094 0 1 0 327 14 0 0 15 0 17 0 29852876 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30776] ppid=30771 vsize=1543304 CPUtime=17.26
/proc/30773/task/30776/stat : 30776 (java) S 30771 30773 30649 0 -1 4202560 44923 0 0 0 1686 40 0 0 15 0 17 0 29852878 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30777] ppid=30771 vsize=1543304 CPUtime=17.21
/proc/30773/task/30777/stat : 30777 (java) S 30771 30773 30649 0 -1 4202560 34920 0 0 0 1684 37 0 0 16 0 17 0 29852878 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30778] ppid=30771 vsize=1543304 CPUtime=125.77
/proc/30773/task/30778/stat : 30778 (java) S 30771 30773 30649 0 -1 4202560 532466 0 0 0 12372 205 0 0 15 0 17 0 29852879 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 0 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30779] ppid=30771 vsize=1543304 CPUtime=0
/proc/30773/task/30779/stat : 30779 (java) S 30771 30773 30649 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 17 0 29852880 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30780] ppid=30771 vsize=1543304 CPUtime=0
/proc/30773/task/30780/stat : 30780 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 17 0 29852880 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30781] ppid=30771 vsize=1543304 CPUtime=0
/proc/30773/task/30781/stat : 30781 (java) S 30771 30773 30649 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 29852884 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30782] ppid=30771 vsize=1543304 CPUtime=3.49
/proc/30773/task/30782/stat : 30782 (java) S 30771 30773 30649 0 -1 4202560 1067 0 0 0 349 0 0 0 15 0 17 0 29852884 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
[pid=30773/tid=30783] ppid=30771 vsize=1543304 CPUtime=2.26
/proc/30773/task/30783/stat : 30783 (java) S 30771 30773 30649 0 -1 4202560 7686 0 0 0 223 3 0 0 15 0 17 0 29852884 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30784] ppid=30771 vsize=1543304 CPUtime=0
/proc/30773/task/30784/stat : 30784 (java) S 30771 30773 30649 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 29852884 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30785] ppid=30771 vsize=1543304 CPUtime=0
/proc/30773/task/30785/stat : 30785 (java) S 30771 30773 30649 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 17 0 29852884 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30786] ppid=30771 vsize=1543304 CPUtime=817.6
/proc/30773/task/30786/stat : 30786 (java) R 30771 30773 30649 0 -1 4202560 367 0 0 0 81735 25 0 0 25 0 17 0 29853268 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4110282980 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30773/tid=30787] ppid=30771 vsize=1543304 CPUtime=813.32
/proc/30773/task/30787/stat : 30787 (java) R 30771 30773 30649 0 -1 4202560 347 0 0 0 81319 13 0 0 25 0 17 0 29853268 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4109460337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30773/tid=30788] ppid=30771 vsize=1543304 CPUtime=0
/proc/30773/task/30788/stat : 30788 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 29853347 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 0 0 0 0
[pid=30773/tid=30789] ppid=30771 vsize=1543304 CPUtime=0
/proc/30773/task/30789/stat : 30789 (java) S 30771 30773 30649 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 29853352 1580343296 114804 1992294400 134512640 134550932 4291244528 18446744073709551615 4294960144 0 4 0 16800975 18446604437828789504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 1543304

Child status: 143
Real time (s): 972.252
CPU time (s): 1800.5
CPU user time (s): 1797.03
CPU system time (s): 3.46847
CPU usage (%): 185.188
Max. virtual memory (cumulated for all children) (KiB): 1555468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.03
system time used= 3.46847
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655024
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= 28962
involuntary context switches= 50067

runsolver used 4.86926 second user time and 10.6824 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-14 21:08:14
IDJOB=2662162
IDBENCH=2372
IDSOLVER=1166
FILE ID=node007/2662162-1276542494
PBS_JOBID= 11173476
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662162-1276542494/watcher-2662162-1276542494 -o /tmp/evaluation-result-2662162-1276542494/solver-2662162-1276542494 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662162-1276542494.opb

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

MD5SUM BENCH= a5c62cef1e86c64304fd5ef232ab5991
RANDOM SEED=793387545

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801360 kB
Buffers:         69096 kB
Cached:         108236 kB
SwapCached:       6248 kB
Active:          83244 kB
Inactive:       107236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801360 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:            5016 kB
Writeback:          28 kB
AnonPages:       11440 kB
Mapped:          13136 kB
Slab:            45284 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181952 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= 62480 MiB
End job on node007 at 2010-06-14 21:24:28