Trace number 3458631

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 Resolution 2.3.0? (TO) 1800.13 1797.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
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 variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458631-1307151895.opb
0.10/0.11	c reading problem ... 
0.80/0.47	c ... done. Wall clock time 0.358s.
0.80/0.47	c #vars     13898
0.80/0.47	c #constraints  6912
0.80/0.47	c constraints type 
0.80/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
0.80/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 784
16.18/15.47	c cleaning 2496 clauses out of 5001 with flag 5001/5001
27.14/26.34	c cleaning 4248 clauses out of 8505 with flag 11001/11001
42.00/40.95	c cleaning 5619 clauses out of 11256 with flag 18000/18000
54.27/52.84	c cleaning 6808 clauses out of 13637 with flag 26000/26000
66.81/65.34	c cleaning 7907 clauses out of 15829 with flag 35000/35000
78.32/76.87	c cleaning 8949 clauses out of 17923 with flag 45001/45001
92.68/90.96	c cleaning 9485 clauses out of 18983 with flag 55010/55010
102.09/100.01	c cleaning 9720 clauses out of 19488 with flag 65000/65000
112.21/110.03	c cleaning 9880 clauses out of 19768 with flag 75000/75000
124.00/121.87	c cleaning 9925 clauses out of 19888 with flag 85000/85000
143.02/140.90	c cleaning 9970 clauses out of 19963 with flag 95000/95000
167.42/165.24	c cleaning 9983 clauses out of 19994 with flag 105001/105001
177.72/175.59	c cleaning 10000 clauses out of 20010 with flag 115000/115000
191.23/189.06	c cleaning 10005 clauses out of 20013 with flag 125003/125003
211.63/209.41	c cleaning 9989 clauses out of 20006 with flag 135001/135001
232.23/230.04	c cleaning 9994 clauses out of 20016 with flag 145000/145000
243.44/241.27	c cleaning 9994 clauses out of 20022 with flag 155000/155000
255.85/253.61	c cleaning 10001 clauses out of 20029 with flag 165001/165001
269.47/267.22	c cleaning 10001 clauses out of 20027 with flag 175000/175000
281.06/278.81	c cleaning 9997 clauses out of 20026 with flag 185000/185000
289.76/287.52	c cleaning 10006 clauses out of 20029 with flag 195000/195000
306.47/304.23	c cleaning 9986 clauses out of 20025 with flag 205002/205002
330.48/328.29	c cleaning 9999 clauses out of 20038 with flag 215001/215001
350.20/347.92	c cleaning 10000 clauses out of 20038 with flag 225000/225000
376.22/374.00	c cleaning 10012 clauses out of 20040 with flag 235002/235002
387.81/385.57	c cleaning 9981 clauses out of 20026 with flag 245000/245000
396.51/394.28	c cleaning 9990 clauses out of 20047 with flag 255002/255002
411.82/409.50	c cleaning 10005 clauses out of 20055 with flag 265000/265000
435.23/432.99	c cleaning 10005 clauses out of 20051 with flag 275001/275001
443.64/441.35	c cleaning 10009 clauses out of 20046 with flag 285001/285001
450.95/448.67	c cleaning 9996 clauses out of 20036 with flag 295000/295000
479.95/477.65	c cleaning 10004 clauses out of 20040 with flag 305000/305000
506.17/503.84	c cleaning 10017 clauses out of 20052 with flag 315016/315016
516.86/514.59	c cleaning 9976 clauses out of 20019 with flag 325000/325000
522.37/520.10	c cleaning 9989 clauses out of 20046 with flag 335003/335003
527.97/525.62	c cleaning 9989 clauses out of 20054 with flag 345000/345000
538.57/536.22	c cleaning 10008 clauses out of 20065 with flag 355000/355000
545.38/543.09	c cleaning 9996 clauses out of 20057 with flag 365000/365000
553.09/550.76	c cleaning 9996 clauses out of 20062 with flag 375001/375001
561.69/559.33	c cleaning 10006 clauses out of 20065 with flag 385000/385000
573.40/571.03	c cleaning 10021 clauses out of 20059 with flag 395000/395000
584.01/581.65	c cleaning 10010 clauses out of 20039 with flag 405001/405001
594.82/592.42	c cleaning 9986 clauses out of 20030 with flag 415002/415002
602.33/599.93	c cleaning 10007 clauses out of 20043 with flag 425001/425001
609.24/606.82	c cleaning 10003 clauses out of 20036 with flag 435001/435001
615.94/613.58	c cleaning 9992 clauses out of 20033 with flag 445001/445001
635.65/633.23	c cleaning 10009 clauses out of 20040 with flag 455000/455000
657.97/655.52	c cleaning 10009 clauses out of 20032 with flag 465001/465001
682.86/680.44	c cleaning 10004 clauses out of 20025 with flag 475003/475003
698.47/696.06	c cleaning 9991 clauses out of 20019 with flag 485001/485001
705.29/702.82	c cleaning 9989 clauses out of 20028 with flag 495001/495001
712.39/709.99	c cleaning 9990 clauses out of 20038 with flag 505000/505000
719.60/717.21	c cleaning 9998 clauses out of 20049 with flag 515001/515001
738.99/736.58	c cleaning 10022 clauses out of 20051 with flag 525001/525001
773.70/771.29	c cleaning 10002 clauses out of 20028 with flag 535000/535000
807.73/805.29	c cleaning 9997 clauses out of 20027 with flag 545001/545001
852.52/850.08	c cleaning 9997 clauses out of 20030 with flag 555001/555001
886.13/883.61	c cleaning 9999 clauses out of 20033 with flag 565001/565001
901.44/898.97	c cleaning 10009 clauses out of 20034 with flag 575001/575001
940.35/937.85	c cleaning 10003 clauses out of 20025 with flag 585001/585001
950.45/947.99	c cleaning 9999 clauses out of 20021 with flag 595000/595000
960.16/957.61	c cleaning 9994 clauses out of 20023 with flag 605001/605001
972.96/970.48	c cleaning 10003 clauses out of 20029 with flag 615001/615001
982.07/979.54	c cleaning 9991 clauses out of 20025 with flag 625000/625000
992.38/989.89	c cleaning 9995 clauses out of 20035 with flag 635001/635001
1002.98/1000.47	c cleaning 10000 clauses out of 20043 with flag 645004/645004
1013.20/1010.61	c cleaning 9998 clauses out of 20040 with flag 655001/655001
1023.61/1021.07	c cleaning 9993 clauses out of 20041 with flag 665000/665000
1034.69/1032.13	c cleaning 10007 clauses out of 20048 with flag 675000/675000
1045.90/1043.34	c cleaning 9997 clauses out of 20044 with flag 685003/685003
1060.40/1057.88	c cleaning 10002 clauses out of 20044 with flag 695000/695000
1075.04/1072.44	c cleaning 10004 clauses out of 20042 with flag 705000/705000
1088.93/1086.30	c cleaning 9999 clauses out of 20042 with flag 715004/715004
1106.63/1104.02	c cleaning 10004 clauses out of 20039 with flag 725000/725000
1122.64/1120.09	c cleaning 10001 clauses out of 20035 with flag 735000/735000
1136.35/1133.76	c cleaning 9999 clauses out of 20035 with flag 745001/745001
1150.35/1147.76	c cleaning 10004 clauses out of 20035 with flag 755000/755000
1163.56/1160.92	c cleaning 9994 clauses out of 20032 with flag 765001/765001
1178.37/1175.80	c cleaning 9995 clauses out of 20037 with flag 775000/775000
1189.99/1187.38	c cleaning 10006 clauses out of 20043 with flag 785001/785001
1203.99/1201.32	c cleaning 9998 clauses out of 20036 with flag 795000/795000
1215.30/1212.61	c cleaning 9994 clauses out of 20039 with flag 805001/805001
1226.11/1223.46	c cleaning 9984 clauses out of 20045 with flag 815001/815001
1235.73/1233.07	c cleaning 10015 clauses out of 20060 with flag 825000/825000
1245.82/1243.14	c cleaning 9978 clauses out of 20046 with flag 835001/835001
1256.23/1253.58	c cleaning 10007 clauses out of 20067 with flag 845000/845000
1267.24/1264.59	c cleaning 10008 clauses out of 20061 with flag 855001/855001
1279.34/1276.67	c cleaning 10011 clauses out of 20053 with flag 865001/865001
1291.25/1288.58	c cleaning 9990 clauses out of 20041 with flag 875000/875000
1302.66/1299.94	c cleaning 10022 clauses out of 20051 with flag 885000/885000
1317.97/1315.20	c cleaning 9997 clauses out of 20029 with flag 895000/895000
1329.40/1326.69	c cleaning 9999 clauses out of 20035 with flag 905003/905003
1338.21/1335.45	c cleaning 9991 clauses out of 20034 with flag 915001/915001
1348.70/1345.95	c cleaning 10001 clauses out of 20043 with flag 925001/925001
1358.31/1355.50	c cleaning 9996 clauses out of 20042 with flag 935001/935001
1376.73/1373.95	c cleaning 9995 clauses out of 20045 with flag 945000/945000
1409.32/1406.57	c cleaning 9998 clauses out of 20050 with flag 955000/955000
1438.43/1435.61	c cleaning 9992 clauses out of 20052 with flag 965000/965000
1449.04/1446.26	c cleaning 10016 clauses out of 20063 with flag 975003/975003
1458.46/1455.60	c cleaning 9997 clauses out of 20044 with flag 985000/985000
1474.46/1471.68	c cleaning 9997 clauses out of 20047 with flag 995000/995000
1494.07/1491.21	c cleaning 9986 clauses out of 20050 with flag 1005000/1005000
1510.69/1507.83	c cleaning 10018 clauses out of 20065 with flag 1015001/1015001
1537.91/1535.00	c cleaning 10007 clauses out of 20047 with flag 1025001/1025001
1563.22/1560.35	c cleaning 10000 clauses out of 20039 with flag 1035000/1035000
1589.53/1586.62	c cleaning 9990 clauses out of 20040 with flag 1045001/1045001
1599.05/1596.18	c cleaning 9996 clauses out of 20050 with flag 1055001/1055001
1610.24/1607.33	c cleaning 10001 clauses out of 20053 with flag 1065000/1065000
1620.45/1617.56	c cleaning 9997 clauses out of 20053 with flag 1075001/1075001
1629.26/1626.38	c cleaning 10008 clauses out of 20056 with flag 1085001/1085001
1635.66/1632.70	c cleaning 10007 clauses out of 20048 with flag 1095001/1095001
1642.77/1639.85	c cleaning 9998 clauses out of 20041 with flag 1105001/1105001
1653.27/1650.36	c cleaning 9996 clauses out of 20044 with flag 1115002/1115002
1663.47/1660.56	c cleaning 10000 clauses out of 20047 with flag 1125001/1125001
1674.17/1671.26	c cleaning 9993 clauses out of 20046 with flag 1135000/1135000
1684.79/1681.87	c cleaning 10003 clauses out of 20053 with flag 1145000/1145000
1695.49/1692.51	c cleaning 10000 clauses out of 20050 with flag 1155000/1155000
1704.61/1701.68	c cleaning 9997 clauses out of 20050 with flag 1165000/1165000
1715.10/1712.19	c cleaning 10003 clauses out of 20054 with flag 1175001/1175001
1723.00/1720.07	c cleaning 10001 clauses out of 20050 with flag 1185000/1185000
1729.11/1726.14	c cleaning 10001 clauses out of 20049 with flag 1195000/1195000
1735.02/1732.08	c cleaning 9997 clauses out of 20048 with flag 1205000/1205000
1741.12/1738.11	c cleaning 10005 clauses out of 20053 with flag 1215002/1215002
1747.13/1744.12	c cleaning 9994 clauses out of 20046 with flag 1225000/1225000
1753.15/1750.14	c cleaning 10006 clauses out of 20053 with flag 1235001/1235001
1759.13/1756.18	c cleaning 9996 clauses out of 20046 with flag 1245000/1245000
1765.33/1762.31	c cleaning 10008 clauses out of 20052 with flag 1255002/1255002
1771.75/1768.76	c cleaning 9998 clauses out of 20042 with flag 1265000/1265000
1778.85/1775.82	c cleaning 10003 clauses out of 20045 with flag 1275001/1275001
1785.15/1782.17	c cleaning 10003 clauses out of 20043 with flag 1285002/1285002
1791.57/1788.57	c cleaning 9995 clauses out of 20041 with flag 1295003/1295003
1797.55/1794.58	c cleaning 10003 clauses out of 20043 with flag 1305000/1305000
1800.07/1797.02	c starts		: 190
1800.07/1797.02	c conflicts		: 1309705
1800.07/1797.02	c decisions		: 1772360
1800.07/1797.02	c propagations		: 117114203
1800.07/1797.02	c inspects		: 933857619
1800.07/1797.02	c shortcuts		: 0
1800.07/1797.02	c learnt literals	: 0
1800.07/1797.02	c learnt binary clauses	: 34
1800.07/1797.02	c learnt ternary clauses	: 69
1800.07/1797.02	c learnt constraints	: 1309705
1800.07/1797.02	c ignored constraints	: 0
1800.07/1797.02	c root simplifications	: 0
1800.07/1797.02	c removed literals (reason simplification)	: 38205681
1800.07/1797.02	c reason swapping (by a shorter reason)	: 0
1800.07/1797.02	c Calls to reduceDB	: 132
1800.07/1797.02	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.02	c number of learned constraints concerned by reduction	: 0
1800.07/1797.02	c number of learning phase by resolution	: 0
1800.07/1797.02	c number of learning phase by cutting planes	: 0
1800.07/1797.02	c speed (assignments/second)	: 65188.21188329886
1800.07/1797.02	c non guided choices	32804
1800.07/1797.03	c learnt constraints type 
1800.07/1797.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.07/1797.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14731
1800.07/1797.03	c constraints type 
1800.07/1797.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.07/1797.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 784
1800.07/1797.03	s UNKNOWN
1800.07/1797.03	c Total wall clock time (in seconds): 1796.925

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3458631-1307151895/watcher-3458631-1307151895 -o /tmp/evaluation-result-3458631-1307151895/solver-3458631-1307151895 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458631-1307151895.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.58 2.15 2.04 2/516 15285
/proc/meminfo: memFree=28992296/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 5660 0 1 0 0 0 0 0 25 0 2 0 826789171 13850947584 5362 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3381579 5376 917 9 0 3372735 0
[pid=15285/tid=15286] ppid=15283 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 7193 0 1 0 0 0 0 0 25 0 2 0 826789172 13850947584 8009 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210646840379 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0362271 s]
/proc/loadavg: 2.58 2.15 2.04 2/516 15285
/proc/meminfo: memFree=28992296/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13547424 CPUtime=0.03 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 13460 0 1 0 2 1 0 0 25 0 11 0 826789171 13872562176 13159 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3386856 13160 1600 9 0 3377604 0
[pid=15285/tid=15286] ppid=15283 vsize=13547424 CPUtime=0.02 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 12337 0 1 0 1 1 0 0 25 0 11 0 826789172 13872562176 13160 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 47398428294648 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13547424

[startup+0.100181 s]
/proc/loadavg: 2.58 2.15 2.04 2/516 15285
/proc/meminfo: memFree=28992296/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13622276 CPUtime=0.1 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 15596 0 1 0 9 1 0 0 25 0 18 0 826789171 13949210624 15258 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3405569 15259 2093 9 0 3396303 0
[pid=15285/tid=15286] ppid=15283 vsize=13622276 CPUtime=0.08 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 13636 0 1 0 7 1 0 0 18 0 18 0 826789172 13949210624 15259 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 47398424059579 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622276

[startup+0.301151 s]
/proc/loadavg: 2.58 2.15 2.04 2/516 15285
/proc/meminfo: memFree=28992296/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13631412 CPUtime=0.62 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 23143 0 1 0 60 2 0 0 25 0 18 0 826789171 13958565888 21266 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3407853 21267 2202 9 0 3398587 0
[pid=15285/tid=15286] ppid=15283 vsize=13631412 CPUtime=0.28 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 16608 0 1 0 26 2 0 0 18 0 18 0 826789172 13958565888 21268 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505643064 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13631412

[startup+0.701117 s]
/proc/loadavg: 2.58 2.15 2.04 2/516 15285
/proc/meminfo: memFree=28992296/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13632440 CPUtime=1.39 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 37979 0 1 0 135 4 0 0 25 0 19 0 826789171 13959618560 35509 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3408110 35509 2223 9 0 3398844 0
[pid=15285/tid=15286] ppid=15283 vsize=13632440 CPUtime=0.69 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 30766 0 1 0 65 4 0 0 19 0 19 0 826789172 13959618560 35509 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505730636 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13632440

[startup+1.50099 s]
/proc/loadavg: 2.58 2.15 2.04 4/535 15304
/proc/meminfo: memFree=28857116/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13632440 CPUtime=2.2 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 38105 0 1 0 216 4 0 0 25 0 19 0 826789171 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3408110 35634 2225 9 0 3398844 0
[pid=15285/tid=15286] ppid=15283 vsize=13632440 CPUtime=1.49 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 30886 0 1 0 145 4 0 0 20 0 19 0 826789172 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505730601 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15294] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15294/stat : 15294 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15295] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15295/stat : 15295 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15296] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15296/stat : 15296 (java) S 15283 15285 12918 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826789175 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 0 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15297] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15297/stat : 15297 (java) S 15283 15285 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826789175 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15298] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15298/stat : 15298 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826789175 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15299] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15299/stat : 15299 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789177 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658970033 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15300] ppid=15283 vsize=13632440 CPUtime=0.38 cores=1,3,5,7
/proc/15285/task/15300/stat : 15300 (java) S 15283 15285 12918 0 -1 4202560 3791 0 0 0 38 0 0 0 23 0 19 0 826789178 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15301] ppid=15283 vsize=13632440 CPUtime=0.32 cores=1,3,5,7
/proc/15285/task/15301/stat : 15301 (java) S 15283 15285 12918 0 -1 4202560 2268 0 0 0 32 0 0 0 15 0 19 0 826789178 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15302] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15302/stat : 15302 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789178 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15303] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15303/stat : 15303 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826789178 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15304] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15304/stat : 15304 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826789222 13959618560 35634 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 13632440

[startup+3.10072 s]
/proc/loadavg: 2.58 2.15 2.04 3/535 15304
/proc/meminfo: memFree=28855380/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13632440 CPUtime=3.82 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 38439 0 1 0 378 4 0 0 25 0 19 0 826789171 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3408110 35817 2225 9 0 3398844 0
[pid=15285/tid=15286] ppid=15283 vsize=13632440 CPUtime=3.09 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 31065 0 1 0 305 4 0 0 25 0 19 0 826789172 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505730587 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15294] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15294/stat : 15294 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15295] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15295/stat : 15295 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15296] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15296/stat : 15296 (java) S 15283 15285 12918 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826789175 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 0 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15297] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15297/stat : 15297 (java) S 15283 15285 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826789175 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15298] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15298/stat : 15298 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826789175 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15299] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15299/stat : 15299 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789177 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658970033 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15300] ppid=15283 vsize=13632440 CPUtime=0.38 cores=1,3,5,7
/proc/15285/task/15300/stat : 15300 (java) S 15283 15285 12918 0 -1 4202560 3791 0 0 0 38 0 0 0 23 0 19 0 826789178 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15301] ppid=15283 vsize=13632440 CPUtime=0.34 cores=1,3,5,7
/proc/15285/task/15301/stat : 15301 (java) S 15283 15285 12918 0 -1 4202560 2423 0 0 0 34 0 0 0 15 0 19 0 826789178 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15302] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15302/stat : 15302 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789178 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15303] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15303/stat : 15303 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826789178 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15304] ppid=15283 vsize=13632440 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15304/stat : 15304 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826789222 13959618560 35817 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 13632440

[startup+6.30117 s]
/proc/loadavg: 2.53 2.15 2.04 3/535 15304
/proc/meminfo: memFree=28856012/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13628800 CPUtime=7.05 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 38912 0 1 0 701 4 0 0 25 0 19 0 826789171 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3407200 35432 2229 9 0 3397934 0
[pid=15285/tid=15286] ppid=15283 vsize=13628800 CPUtime=6.28 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 31361 0 1 0 624 4 0 0 25 0 19 0 826789172 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505730177 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15294] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15294/stat : 15294 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15295] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15295/stat : 15295 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789174 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15296] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15296/stat : 15296 (java) S 15283 15285 12918 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 826789175 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 0 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15297] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15297/stat : 15297 (java) S 15283 15285 12918 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826789175 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15298] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15298/stat : 15298 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826789175 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15299] ppid=15283 vsize=13628800 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15299/stat : 15299 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789177 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658970033 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15300] ppid=15283 vsize=13628800 CPUtime=0.38 cores=1,3,5,7
/proc/15285/task/15300/stat : 15300 (java) S 15283 15285 12918 0 -1 4202560 3791 0 0 0 38 0 0 0 23 0 19 0 826789178 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15301] ppid=15283 vsize=13628800 CPUtime=0.37 cores=1,3,5,7
/proc/15285/task/15301/stat : 15301 (java) S 15283 15285 12918 0 -1 4202560 2599 0 0 0 37 0 0 0 15 0 19 0 826789178 13955891200 35432 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0

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

[pid=15285/tid=15293] ppid=15283 vsize=13645348 CPUtime=0.18 cores=1,3,5,7
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 12918 0 -1 4202560 1297 0 0 0 18 0 0 0 15 0 19 0 826789174 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15294] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15294/stat : 15294 (java) S 15283 15285 12918 0 -1 4202560 2333 0 0 0 16 0 0 0 16 0 19 0 826789174 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15295] ppid=15283 vsize=13645348 CPUtime=0.14 cores=1,3,5,7
/proc/15285/task/15295/stat : 15295 (java) S 15283 15285 12918 0 -1 4202560 1207 0 0 0 14 0 0 0 15 0 19 0 826789174 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15296] ppid=15283 vsize=13645348 CPUtime=4 cores=1,3,5,7
/proc/15285/task/15296/stat : 15296 (java) S 15283 15285 12918 0 -1 4202560 7747 0 0 0 398 2 0 0 15 0 19 0 826789175 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 0 0 16800975 18446604465148786624 0 0 -1 5 0 0 0
[pid=15285/tid=15297] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15297/stat : 15297 (java) S 15283 15285 12918 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15298] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15298/stat : 15298 (java) S 15283 15285 12918 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15299] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15299/stat : 15299 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789177 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658970033 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15300] ppid=15283 vsize=13645348 CPUtime=1.01 cores=1,3,5,7
/proc/15285/task/15300/stat : 15300 (java) S 15283 15285 12918 0 -1 4202560 9617 0 0 0 101 0 0 0 15 0 19 0 826789178 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15301] ppid=15283 vsize=13645348 CPUtime=1.19 cores=1,3,5,7
/proc/15285/task/15301/stat : 15301 (java) S 15283 15285 12918 0 -1 4202560 13610 0 0 0 118 1 0 0 15 0 19 0 826789178 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15302] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15302/stat : 15302 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789178 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15303] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15303/stat : 15303 (java) S 15283 15285 12918 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 826789178 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15304] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15304/stat : 15304 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826789222 13972836352 60287 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1665.27
Current children cumulated vsize (KiB) 13645348

[startup+1722.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/535 15876
/proc/meminfo: memFree=28763904/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13645348 CPUtime=1725.31 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 74796 0 1 0 172520 11 0 0 25 0 19 0 826789171 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3411337 60325 2255 9 0 3402071 0
[pid=15285/tid=15286] ppid=15283 vsize=13645348 CPUtime=1717.52 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 32521 0 1 0 171748 4 0 0 25 0 19 0 826789172 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505812449 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=13645348 CPUtime=0.15 cores=1,3,5,7
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 12918 0 -1 4202560 708 0 0 0 15 0 0 0 15 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=13645348 CPUtime=0.13 cores=1,3,5,7
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 12918 0 -1 4202560 1163 0 0 0 13 0 0 0 16 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=13645348 CPUtime=0.15 cores=1,3,5,7
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 12918 0 -1 4202560 942 0 0 0 15 0 0 0 15 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=13645348 CPUtime=0.15 cores=1,3,5,7
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 12918 0 -1 4202560 975 0 0 0 15 0 0 0 15 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=13645348 CPUtime=0.14 cores=1,3,5,7
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 12918 0 -1 4202560 1392 0 0 0 14 0 0 0 15 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=13645348 CPUtime=0.18 cores=1,3,5,7
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 12918 0 -1 4202560 1297 0 0 0 18 0 0 0 16 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15294] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15294/stat : 15294 (java) S 15283 15285 12918 0 -1 4202560 2336 0 0 0 16 0 0 0 15 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15295] ppid=15283 vsize=13645348 CPUtime=0.15 cores=1,3,5,7
/proc/15285/task/15295/stat : 15295 (java) S 15283 15285 12918 0 -1 4202560 1208 0 0 0 15 0 0 0 16 0 19 0 826789174 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15296] ppid=15283 vsize=13645348 CPUtime=4.25 cores=1,3,5,7
/proc/15285/task/15296/stat : 15296 (java) S 15283 15285 12918 0 -1 4202560 7777 0 0 0 423 2 0 0 15 0 19 0 826789175 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 0 0 16800975 18446604465148786624 0 0 -1 5 0 0 0
[pid=15285/tid=15297] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15297/stat : 15297 (java) S 15283 15285 12918 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15298] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15298/stat : 15298 (java) S 15283 15285 12918 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15299] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15299/stat : 15299 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789177 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658970033 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15300] ppid=15283 vsize=13645348 CPUtime=1.01 cores=1,3,5,7
/proc/15285/task/15300/stat : 15300 (java) S 15283 15285 12918 0 -1 4202560 9617 0 0 0 101 0 0 0 15 0 19 0 826789178 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15301] ppid=15283 vsize=13645348 CPUtime=1.19 cores=1,3,5,7
/proc/15285/task/15301/stat : 15301 (java) S 15283 15285 12918 0 -1 4202560 13610 0 0 0 118 1 0 0 15 0 19 0 826789178 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15302] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15302/stat : 15302 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789178 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15303] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15303/stat : 15303 (java) S 15283 15285 12918 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 826789178 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15304] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15304/stat : 15304 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826789222 13972836352 60325 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1725.31
Current children cumulated vsize (KiB) 13645348

[startup+1782.3 s]
/proc/loadavg: 2.28 2.12 2.03 3/535 15876
/proc/meminfo: memFree=28758908/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13645348 CPUtime=1785.35 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 74938 0 1 0 178524 11 0 0 25 0 19 0 826789171 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3411337 60449 2255 9 0 3402071 0
[pid=15285/tid=15286] ppid=15283 vsize=13645348 CPUtime=1777.09 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 32531 0 1 0 177705 4 0 0 25 0 19 0 826789172 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505822705 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 12918 0 -1 4202560 711 0 0 0 16 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=13645348 CPUtime=0.14 cores=1,3,5,7
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 12918 0 -1 4202560 1165 0 0 0 14 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 12918 0 -1 4202560 942 0 0 0 16 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=13645348 CPUtime=0.17 cores=1,3,5,7
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 12918 0 -1 4202560 975 0 0 0 17 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=13645348 CPUtime=0.15 cores=1,3,5,7
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 12918 0 -1 4202560 1392 0 0 0 15 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=13645348 CPUtime=0.19 cores=1,3,5,7
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 12918 0 -1 4202560 1297 0 0 0 19 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15294] ppid=15283 vsize=13645348 CPUtime=0.17 cores=1,3,5,7
/proc/15285/task/15294/stat : 15294 (java) S 15283 15285 12918 0 -1 4202560 2338 0 0 0 17 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15295] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15295/stat : 15295 (java) S 15283 15285 12918 0 -1 4202560 1208 0 0 0 16 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15296] ppid=15283 vsize=13645348 CPUtime=4.65 cores=1,3,5,7
/proc/15285/task/15296/stat : 15296 (java) S 15283 15285 12918 0 -1 4202560 7898 0 0 0 463 2 0 0 16 0 19 0 826789175 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 0 0 16800975 18446604465148786624 0 0 -1 5 0 0 0
[pid=15285/tid=15297] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15297/stat : 15297 (java) S 15283 15285 12918 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15298] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15298/stat : 15298 (java) S 15283 15285 12918 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15299] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15299/stat : 15299 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789177 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658970033 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15300] ppid=15283 vsize=13645348 CPUtime=1.01 cores=1,3,5,7
/proc/15285/task/15300/stat : 15300 (java) S 15283 15285 12918 0 -1 4202560 9617 0 0 0 101 0 0 0 15 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15301] ppid=15283 vsize=13645348 CPUtime=1.19 cores=1,3,5,7
/proc/15285/task/15301/stat : 15301 (java) S 15283 15285 12918 0 -1 4202560 13610 0 0 0 118 1 0 0 15 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15302] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15302/stat : 15302 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15303] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15303/stat : 15303 (java) S 15283 15285 12918 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15304] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15304/stat : 15304 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826789222 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1785.35
Current children cumulated vsize (KiB) 13645348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.21 2.11 2.03 3/535 15878
/proc/meminfo: memFree=28755924/32951132 swapFree=57925096/67111528
[pid=15285] ppid=15283 vsize=13645348 CPUtime=1800.07 cores=1,3,5,7
/proc/15285/stat : 15285 (java) S 15283 15285 12918 0 -1 4202496 74940 0 1 0 179996 11 0 0 25 0 19 0 826789171 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15285/statm: 3411337 60449 2255 9 0 3402071 0
[pid=15285/tid=15286] ppid=15283 vsize=13645348 CPUtime=1791.72 cores=1,3,5,7
/proc/15285/task/15286/stat : 15286 (java) R 15283 15285 12918 0 -1 4202560 32533 0 1 0 179168 4 0 0 25 0 19 0 826789172 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 46912505812462 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15285/tid=15288] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15288/stat : 15288 (java) S 15283 15285 12918 0 -1 4202560 711 0 0 0 16 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15289] ppid=15283 vsize=13645348 CPUtime=0.14 cores=1,3,5,7
/proc/15285/task/15289/stat : 15289 (java) S 15283 15285 12918 0 -1 4202560 1165 0 0 0 14 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15290] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15290/stat : 15290 (java) S 15283 15285 12918 0 -1 4202560 942 0 0 0 16 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15291] ppid=15283 vsize=13645348 CPUtime=0.17 cores=1,3,5,7
/proc/15285/task/15291/stat : 15291 (java) S 15283 15285 12918 0 -1 4202560 975 0 0 0 17 0 0 0 16 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15292] ppid=15283 vsize=13645348 CPUtime=0.15 cores=1,3,5,7
/proc/15285/task/15292/stat : 15292 (java) S 15283 15285 12918 0 -1 4202560 1392 0 0 0 15 0 0 0 16 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15293] ppid=15283 vsize=13645348 CPUtime=0.19 cores=1,3,5,7
/proc/15285/task/15293/stat : 15293 (java) S 15283 15285 12918 0 -1 4202560 1297 0 0 0 19 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 7 0 0 0
[pid=15285/tid=15294] ppid=15283 vsize=13645348 CPUtime=0.17 cores=1,3,5,7
/proc/15285/task/15294/stat : 15294 (java) S 15283 15285 12918 0 -1 4202560 2338 0 0 0 17 0 0 0 16 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15295] ppid=15283 vsize=13645348 CPUtime=0.16 cores=1,3,5,7
/proc/15285/task/15295/stat : 15295 (java) S 15283 15285 12918 0 -1 4202560 1208 0 0 0 16 0 0 0 15 0 19 0 826789174 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15296] ppid=15283 vsize=13645348 CPUtime=4.74 cores=1,3,5,7
/proc/15285/task/15296/stat : 15296 (java) S 15283 15285 12918 0 -1 4202560 7898 0 0 0 472 2 0 0 15 0 19 0 826789175 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 0 0 16800975 18446604465148786624 0 0 -1 5 0 0 0
[pid=15285/tid=15297] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15297/stat : 15297 (java) S 15283 15285 12918 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15298] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15298/stat : 15298 (java) S 15283 15285 12918 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826789175 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15299] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15299/stat : 15299 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789177 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658970033 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15300] ppid=15283 vsize=13645348 CPUtime=1.01 cores=1,3,5,7
/proc/15285/task/15300/stat : 15300 (java) S 15283 15285 12918 0 -1 4202560 9617 0 0 0 101 0 0 0 15 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15301] ppid=15283 vsize=13645348 CPUtime=1.19 cores=1,3,5,7
/proc/15285/task/15301/stat : 15301 (java) S 15283 15285 12918 0 -1 4202560 13610 0 0 0 118 1 0 0 15 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15302] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15302/stat : 15302 (java) S 15283 15285 12918 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962329 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
[pid=15285/tid=15303] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15303/stat : 15303 (java) S 15283 15285 12918 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826789178 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 1 0 0 0
[pid=15285/tid=15304] ppid=15283 vsize=13645348 CPUtime=0 cores=1,3,5,7
/proc/15285/task/15304/stat : 15304 (java) S 15283 15285 12918 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826789222 13972836352 60449 33554432000 1073741824 1073778376 140735521499184 18446744073709551615 210658962944 0 4 0 16800975 18446604465148786624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13645348

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

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

Child status: 143
Real time (s): 1797.05
CPU time (s): 1800.13
CPU user time (s): 1800
CPU system time (s): 0.12698
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 13645348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74980
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= 40538
involuntary context switches= 6878

runsolver used 9.06562 second user time and 20.3689 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-04 03:44:56
IDJOB=3458631
IDBENCH=2498
IDSOLVER=1952
FILE ID=node129/3458631-1307151895
RUNJOBID= node129-1307146388-14709
PBS_JOBID= 13508787
Free space on /tmp= 73864 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458631-1307151895/watcher-3458631-1307151895 -o /tmp/evaluation-result-3458631-1307151895/solver-3458631-1307151895 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458631-1307151895.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 72b327feddced7495a083616b5e4ecd7
RANDOM SEED=572363219

node129.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28992576 kB
Buffers:        314140 kB
Cached:        2115984 kB
SwapCached:      49348 kB
Active:         512176 kB
Inactive:      3163584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28992576 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:            1480 kB
Writeback:          20 kB
AnonPages:     1207476 kB
Mapped:          23088 kB
Slab:           154448 kB
PageTables:      59452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 160762660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73880 MiB
End job on node129 at 2011-06-04 04:14:55