Trace number 3459065

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.08 1797.85

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-784051325-max.opb
MD5SUM00fd5397600f602b7512f4fbf6ea5edc
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1860
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880078237913026827969150
Number of bits of the biggest sum of numbers91
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.10/0.09	c version 2.3.1.v20110525
0.10/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.09	c java.vm.version	19.1-b02
0.10/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.09	c sun.arch.data.model	64
0.10/0.09	c java.version		1.6.0_24
0.10/0.09	c os.name		Linux
0.10/0.09	c os.version		2.6.18-164.el5
0.10/0.09	c os.arch		amd64
0.10/0.09	c Free memory 		12995394264
0.10/0.09	c Max memory 		13063553024
0.10/0.09	c Total memory 		13063553024
0.10/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-3459065-1307154877.opb
0.10/0.11	c reading problem ... 
0.48/0.35	c ... done. Wall clock time 0.245s.
0.48/0.35	c #vars     1951
0.48/0.35	c #constraints  6047
0.48/0.35	c constraints type 
0.48/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
0.48/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
0.48/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
9.04/8.11	c cleaning 2501 clauses out of 5001 with flag 5001/5001
17.54/16.59	c cleaning 4250 clauses out of 8500 with flag 11001/11001
29.55/28.57	c cleaning 5623 clauses out of 11249 with flag 18000/18000
43.15/42.02	c cleaning 6807 clauses out of 13626 with flag 26000/26000
57.73/56.65	c cleaning 7904 clauses out of 15819 with flag 35000/35000
73.95/72.83	c cleaning 8958 clauses out of 17915 with flag 45000/45000
89.26/88.12	c cleaning 9474 clauses out of 18957 with flag 55000/55000
101.76/100.62	c cleaning 9734 clauses out of 19483 with flag 65000/65000
117.88/116.79	c cleaning 9868 clauses out of 19750 with flag 75001/75001
134.98/133.82	c cleaning 9937 clauses out of 19882 with flag 85001/85001
148.10/146.98	c cleaning 9969 clauses out of 19946 with flag 95002/95002
164.71/163.56	c cleaning 9975 clauses out of 19976 with flag 105001/105001
182.32/181.16	c cleaning 9998 clauses out of 20001 with flag 115001/115001
195.23/194.06	c cleaning 9998 clauses out of 20003 with flag 125001/125001
205.04/203.90	c cleaning 9996 clauses out of 20004 with flag 135000/135000
220.26/219.03	c cleaning 10002 clauses out of 20009 with flag 145001/145001
241.08/239.85	c cleaning 10002 clauses out of 20007 with flag 155001/155001
265.47/264.20	c cleaning 10000 clauses out of 20007 with flag 165003/165003
284.49/283.24	c cleaning 9998 clauses out of 20005 with flag 175001/175001
300.41/299.11	c cleaning 10001 clauses out of 20007 with flag 185001/185001
316.92/315.70	c cleaning 9990 clauses out of 20006 with flag 195001/195001
334.82/333.56	c cleaning 10002 clauses out of 20021 with flag 205006/205006
354.13/352.87	c cleaning 10006 clauses out of 20024 with flag 215011/215011
368.25/366.91	c cleaning 9993 clauses out of 20009 with flag 225002/225002
381.25/379.95	c cleaning 9998 clauses out of 20015 with flag 235001/235001
395.17/393.84	c cleaning 9997 clauses out of 20016 with flag 245000/245000
409.17/407.87	c cleaning 10001 clauses out of 20019 with flag 255000/255000
424.17/422.89	c cleaning 10007 clauses out of 20018 with flag 265000/265000
436.89/435.51	c cleaning 9997 clauses out of 20012 with flag 275001/275001
450.99/449.66	c cleaning 9994 clauses out of 20014 with flag 285000/285000
463.70/462.39	c cleaning 10005 clauses out of 20020 with flag 295000/295000
476.41/475.06	c cleaning 9996 clauses out of 20016 with flag 305001/305001
489.13/487.72	c cleaning 10000 clauses out of 20020 with flag 315001/315001
502.83/501.44	c cleaning 10001 clauses out of 20019 with flag 325000/325000
515.24/513.83	c cleaning 9998 clauses out of 20020 with flag 335002/335002
528.36/526.92	c cleaning 10007 clauses out of 20021 with flag 345001/345001
540.47/539.05	c cleaning 9998 clauses out of 20015 with flag 355002/355002
553.26/551.87	c cleaning 9997 clauses out of 20015 with flag 365000/365000
565.67/564.30	c cleaning 10005 clauses out of 20019 with flag 375001/375001
579.67/578.27	c cleaning 9997 clauses out of 20015 with flag 385002/385002
594.17/592.75	c cleaning 10002 clauses out of 20016 with flag 395000/395000
609.48/608.05	c cleaning 9999 clauses out of 20015 with flag 405001/405001
621.99/620.53	c cleaning 9994 clauses out of 20016 with flag 415001/415001
636.50/635.09	c cleaning 10005 clauses out of 20021 with flag 425000/425000
652.31/650.85	c cleaning 10001 clauses out of 20017 with flag 435001/435001
668.02/666.52	c cleaning 10001 clauses out of 20017 with flag 445002/445002
681.93/680.40	c cleaning 9997 clauses out of 20016 with flag 455002/455002
693.63/692.17	c cleaning 10004 clauses out of 20017 with flag 465000/465000
704.34/702.90	c cleaning 9999 clauses out of 20013 with flag 475000/475000
715.46/713.98	c cleaning 10002 clauses out of 20015 with flag 485001/485001
729.15/727.64	c cleaning 9999 clauses out of 20012 with flag 495000/495000
741.56/740.03	c cleaning 9995 clauses out of 20013 with flag 505000/505000
753.98/752.46	c cleaning 10006 clauses out of 20021 with flag 515003/515003
767.47/765.90	c cleaning 9999 clauses out of 20012 with flag 525000/525000
783.47/781.94	c cleaning 10000 clauses out of 20014 with flag 535001/535001
797.99/796.49	c cleaning 10001 clauses out of 20015 with flag 545002/545002
812.08/810.60	c cleaning 9993 clauses out of 20013 with flag 555001/555001
827.08/825.50	c cleaning 10002 clauses out of 20020 with flag 565001/565001
843.89/842.36	c cleaning 10004 clauses out of 20017 with flag 575000/575000
858.09/856.56	c cleaning 9994 clauses out of 20013 with flag 585000/585000
870.30/868.79	c cleaning 10006 clauses out of 20020 with flag 595001/595001
878.01/876.44	c cleaning 10003 clauses out of 20014 with flag 605001/605001
891.33/889.73	c cleaning 9997 clauses out of 20010 with flag 615000/615000
904.64/903.08	c cleaning 9999 clauses out of 20014 with flag 625001/625001
921.14/919.59	c cleaning 9995 clauses out of 20016 with flag 635002/635002
936.04/934.47	c cleaning 10001 clauses out of 20026 with flag 645007/645007
947.95/946.32	c cleaning 10004 clauses out of 20018 with flag 655000/655000
959.47/957.81	c cleaning 9995 clauses out of 20014 with flag 665000/665000
971.07/969.43	c cleaning 10008 clauses out of 20019 with flag 675000/675000
986.78/985.19	c cleaning 9992 clauses out of 20011 with flag 685000/685000
1003.41/1001.78	c cleaning 9997 clauses out of 20022 with flag 695003/695003
1018.71/1017.01	c cleaning 9997 clauses out of 20022 with flag 705000/705000
1034.12/1032.42	c cleaning 10001 clauses out of 20025 with flag 715000/715000
1048.33/1046.67	c cleaning 10008 clauses out of 20024 with flag 725000/725000
1060.64/1058.93	c cleaning 10002 clauses out of 20017 with flag 735001/735001
1072.65/1070.99	c cleaning 10001 clauses out of 20015 with flag 745001/745001
1083.27/1081.57	c cleaning 9998 clauses out of 20014 with flag 755001/755001
1096.38/1094.66	c cleaning 9996 clauses out of 20015 with flag 765000/765000
1108.19/1106.43	c cleaning 10002 clauses out of 20020 with flag 775001/775001
1122.29/1120.55	c cleaning 10003 clauses out of 20018 with flag 785001/785001
1131.61/1129.88	c cleaning 10005 clauses out of 20015 with flag 795001/795001
1139.72/1137.95	c cleaning 9997 clauses out of 20009 with flag 805000/805000
1149.33/1147.55	c cleaning 9997 clauses out of 20012 with flag 815000/815000
1158.54/1156.76	c cleaning 10016 clauses out of 20041 with flag 825026/825026
1168.75/1166.99	c cleaning 9998 clauses out of 20001 with flag 835002/835002
1178.95/1177.13	c cleaning 9997 clauses out of 20002 with flag 845001/845001
1189.76/1188.01	c cleaning 9998 clauses out of 20004 with flag 855000/855000
1199.86/1198.04	c cleaning 10000 clauses out of 20007 with flag 865001/865001
1212.98/1211.16	c cleaning 9995 clauses out of 20006 with flag 875000/875000
1224.58/1222.71	c cleaning 10008 clauses out of 20020 with flag 885009/885009
1237.00/1235.19	c cleaning 9996 clauses out of 20003 with flag 895000/895000
1245.23/1243.35	c cleaning 9996 clauses out of 20007 with flag 905000/905000
1254.14/1252.25	c cleaning 10000 clauses out of 20013 with flag 915002/915002
1264.26/1262.34	c cleaning 10003 clauses out of 20012 with flag 925001/925001
1277.99/1276.10	c cleaning 9998 clauses out of 20010 with flag 935002/935002
1292.78/1290.80	c cleaning 9999 clauses out of 20012 with flag 945002/945002
1310.28/1308.38	c cleaning 10000 clauses out of 20012 with flag 955001/955001
1328.69/1326.76	c cleaning 10002 clauses out of 20014 with flag 965003/965003
1350.90/1348.93	c cleaning 10003 clauses out of 20010 with flag 975001/975001
1375.41/1373.41	c cleaning 9999 clauses out of 20007 with flag 985001/985001
1395.22/1393.24	c cleaning 9994 clauses out of 20007 with flag 995000/995000
1415.43/1413.43	c cleaning 10006 clauses out of 20017 with flag 1005004/1005004
1434.04/1432.10	c cleaning 9999 clauses out of 20007 with flag 1015000/1015000
1449.25/1447.21	c cleaning 9993 clauses out of 20008 with flag 1025000/1025000
1465.26/1463.20	c cleaning 10001 clauses out of 20015 with flag 1035000/1035000
1481.37/1479.38	c cleaning 10001 clauses out of 20014 with flag 1045000/1045000
1496.78/1494.73	c cleaning 9997 clauses out of 20014 with flag 1055001/1055001
1511.38/1509.33	c cleaning 10000 clauses out of 20017 with flag 1065001/1065001
1525.78/1523.77	c cleaning 9993 clauses out of 20017 with flag 1075001/1075001
1540.29/1538.29	c cleaning 10006 clauses out of 20025 with flag 1085002/1085002
1557.09/1555.06	c cleaning 10003 clauses out of 20017 with flag 1095000/1095000
1574.10/1572.05	c cleaning 10002 clauses out of 20016 with flag 1105002/1105002
1590.53/1588.50	c cleaning 9996 clauses out of 20012 with flag 1115000/1115000
1606.82/1604.75	c cleaning 9999 clauses out of 20016 with flag 1125000/1125000
1624.64/1622.55	c cleaning 9999 clauses out of 20018 with flag 1135001/1135001
1640.93/1638.88	c cleaning 10005 clauses out of 20019 with flag 1145001/1145001
1656.04/1653.90	c cleaning 9994 clauses out of 20013 with flag 1155000/1155000
1671.64/1669.58	c cleaning 10005 clauses out of 20020 with flag 1165001/1165001
1686.65/1684.55	c cleaning 9998 clauses out of 20014 with flag 1175000/1175000
1700.86/1698.75	c cleaning 10005 clauses out of 20019 with flag 1185003/1185003
1716.26/1714.19	c cleaning 9995 clauses out of 20011 with flag 1195000/1195000
1731.27/1729.19	c cleaning 9993 clauses out of 20016 with flag 1205000/1205000
1742.97/1740.87	c cleaning 9988 clauses out of 20024 with flag 1215001/1215001
1756.70/1754.55	c cleaning 10002 clauses out of 20036 with flag 1225001/1225001
1768.89/1766.74	c cleaning 9997 clauses out of 20033 with flag 1235000/1235000
1781.09/1778.94	c cleaning 10010 clauses out of 20036 with flag 1245000/1245000
1791.92/1789.73	c cleaning 10002 clauses out of 20026 with flag 1255000/1255000
1800.01/1797.82	c starts		: 190
1800.01/1797.82	c conflicts		: 1262493
1800.01/1797.82	c decisions		: 1488964
1800.01/1797.82	c propagations		: 82213945
1800.01/1797.82	c inspects		: 1297329784
1800.01/1797.82	c shortcuts		: 0
1800.01/1797.82	c learnt literals	: 0
1800.01/1797.82	c learnt binary clauses	: 121
1800.01/1797.82	c learnt ternary clauses	: 358
1800.01/1797.82	c learnt constraints	: 1262492
1800.01/1797.82	c ignored constraints	: 0
1800.01/1797.82	c root simplifications	: 0
1800.01/1797.82	c removed literals (reason simplification)	: 535466132
1800.01/1797.82	c reason swapping (by a shorter reason)	: 0
1800.01/1797.82	c Calls to reduceDB	: 127
1800.01/1797.82	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.82	c number of learned constraints concerned by reduction	: 0
1800.01/1797.82	c number of learning phase by resolution	: 0
1800.01/1797.82	c number of learning phase by cutting planes	: 0
1800.01/1797.82	c speed (assignments/second)	: 45738.84275910797
1800.01/1797.82	c non guided choices	23
1800.01/1797.83	c learnt constraints type 
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 121
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17402
1800.01/1797.83	c constraints type 
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1800.01/1797.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1797.83	s UNKNOWN
1800.01/1797.83	c Total wall clock time (in seconds): 1797.721

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-3459065-1307154877/watcher-3459065-1307154877 -o /tmp/evaluation-result-3459065-1307154877/solver-3459065-1307154877 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459065-1307154877.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.11 2.04 2.01 2/433 6067
/proc/meminfo: memFree=25894780/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 1369 0 1 0 0 0 0 0 25 0 2 0 283097124 37810176 1072 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 9231 1072 833 9 0 387 0
[pid=6067/tid=6068] ppid=6065 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 5208 0 1 0 0 0 0 0 25 0 2 0 283097125 13850947584 6023 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0956349 s]
/proc/loadavg: 2.11 2.04 2.01 2/433 6067
/proc/meminfo: memFree=25894780/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13621360 CPUtime=0.1 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 15267 0 1 0 8 2 0 0 25 0 18 0 283097124 13948272640 14964 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3405340 14964 2088 9 0 3396074 0
[pid=6067/tid=6068] ppid=6065 vsize=13621360 CPUtime=0.07 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 13551 0 1 0 6 1 0 0 18 0 18 0 283097125 13948272640 14964 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 47839572108341 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621360

[startup+0.102057 s]
/proc/loadavg: 2.11 2.04 2.01 2/433 6067
/proc/meminfo: memFree=25894780/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13621360 CPUtime=0.1 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 15418 0 1 0 8 2 0 0 25 0 18 0 283097124 13948272640 15115 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3405340 15115 2090 9 0 3396074 0
[pid=6067/tid=6068] ppid=6065 vsize=13621360 CPUtime=0.08 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) D 6065 6067 2869 0 -1 4202560 13675 0 1 0 7 1 0 0 18 0 18 0 283097125 13948272640 15115 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 47839573404468 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621360

[startup+0.300603 s]
/proc/loadavg: 2.11 2.04 2.01 2/433 6067
/proc/meminfo: memFree=25894780/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13623296 CPUtime=0.48 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 18568 0 1 0 46 2 0 0 25 0 18 0 283097124 13950255104 17739 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3405824 17740 2201 9 0 3396558 0
[pid=6067/tid=6068] ppid=6065 vsize=13623296 CPUtime=0.28 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 15518 0 1 0 26 2 0 0 18 0 18 0 283097125 13950255104 17740 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505549534 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13623296

[startup+0.700604 s]
/proc/loadavg: 2.11 2.04 2.01 2/433 6067
/proc/meminfo: memFree=25894780/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13633020 CPUtime=1.54 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 29821 0 1 0 151 3 0 0 25 0 19 0 283097124 13960212480 26297 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3408255 26297 2228 9 0 3398989 0
[pid=6067/tid=6068] ppid=6065 vsize=13633020 CPUtime=0.68 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 17561 0 1 0 66 2 0 0 19 0 19 0 283097125 13960212480 26297 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505681793 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 13633020

[startup+1.50151 s]
/proc/loadavg: 2.11 2.04 2.01 3/452 6086
/proc/meminfo: memFree=25792708/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13633020 CPUtime=2.36 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 32760 0 1 0 233 3 0 0 25 0 19 0 283097124 13960212480 29235 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3408255 29235 2230 9 0 3398989 0
[pid=6067/tid=6068] ppid=6065 vsize=13633020 CPUtime=1.48 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 20476 0 1 0 146 2 0 0 20 0 19 0 283097125 13960212480 29235 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505676882 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6067/tid=6070] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6070/stat : 6070 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29235 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6071] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6071/stat : 6071 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29235 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6072] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6072/stat : 6072 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29236 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6073] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6073/stat : 6073 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29236 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6074] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6074/stat : 6074 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29237 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6075] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6075/stat : 6075 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29237 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6076] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6076/stat : 6076 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29238 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6077] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6077/stat : 6077 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13960212480 29238 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6078] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6078/stat : 6078 (java) S 6065 6067 2869 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 283097128 13960212480 29238 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 0 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6079] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6079/stat : 6079 (java) S 6065 6067 2869 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 283097128 13960212480 29238 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6080] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6080/stat : 6080 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 283097128 13960212480 29238 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6081] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6081/stat : 6081 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13960212480 29238 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892388785 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6082] ppid=6065 vsize=13633020 CPUtime=0.43 cores=1,3,5,7
/proc/6067/task/6082/stat : 6082 (java) S 6065 6067 2869 0 -1 4202560 3507 0 0 0 43 0 0 0 18 0 19 0 283097130 13960212480 29239 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6083] ppid=6065 vsize=13633020 CPUtime=0.43 cores=1,3,5,7
/proc/6067/task/6083/stat : 6083 (java) S 6065 6067 2869 0 -1 4202560 7618 0 0 0 43 0 0 0 18 0 19 0 283097130 13960212480 29240 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6084] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6084/stat : 6084 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13960212480 29241 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6085] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6085/stat : 6085 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 283097130 13960212480 29241 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6086] ppid=6065 vsize=13633020 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6086/stat : 6086 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283097161 13960212480 29241 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 13633020

[startup+3.10118 s]
/proc/loadavg: 2.11 2.04 2.01 3/452 6086
/proc/meminfo: memFree=25771256/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13634132 CPUtime=3.99 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 38937 0 1 0 395 4 0 0 25 0 19 0 283097124 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3408533 35412 2233 9 0 3399267 0
[pid=6067/tid=6068] ppid=6065 vsize=13634132 CPUtime=3.08 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 26429 0 1 0 305 3 0 0 25 0 19 0 283097125 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505701160 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6067/tid=6070] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6070/stat : 6070 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6071] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6071/stat : 6071 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6072] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6072/stat : 6072 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6073] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6073/stat : 6073 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6074] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6074/stat : 6074 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6075] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6075/stat : 6075 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6076] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6076/stat : 6076 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6077] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6077/stat : 6077 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6078] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6078/stat : 6078 (java) S 6065 6067 2869 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 0 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6079] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6079/stat : 6079 (java) S 6065 6067 2869 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 283097128 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6080] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6080/stat : 6080 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 283097128 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6081] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6081/stat : 6081 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892388785 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6082] ppid=6065 vsize=13634132 CPUtime=0.46 cores=1,3,5,7
/proc/6067/task/6082/stat : 6082 (java) S 6065 6067 2869 0 -1 4202560 3731 0 0 0 46 0 0 0 16 0 19 0 283097130 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6083] ppid=6065 vsize=13634132 CPUtime=0.43 cores=1,3,5,7
/proc/6067/task/6083/stat : 6083 (java) S 6065 6067 2869 0 -1 4202560 7618 0 0 0 43 0 0 0 18 0 19 0 283097130 13961351168 35412 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6084] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6084/stat : 6084 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 35413 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6085] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6085/stat : 6085 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 283097130 13961351168 35413 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6086] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6086/stat : 6086 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283097161 13961351168 35413 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 13634132

[startup+6.30061 s]
/proc/loadavg: 2.10 2.04 2.01 3/452 6086
/proc/meminfo: memFree=25729400/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13634132 CPUtime=7.21 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 47560 0 1 0 716 5 0 0 25 0 19 0 283097124 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3408533 41420 2235 9 0 3399267 0
[pid=6067/tid=6068] ppid=6065 vsize=13634132 CPUtime=6.28 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 35050 0 1 0 625 3 0 0 25 0 19 0 283097125 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505676882 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6067/tid=6070] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6070/stat : 6070 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6071] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6071/stat : 6071 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6072] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6072/stat : 6072 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6073] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6073/stat : 6073 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6074] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6074/stat : 6074 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6075] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6075/stat : 6075 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6076] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6076/stat : 6076 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6077] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6077/stat : 6077 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097127 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6078] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6078/stat : 6078 (java) S 6065 6067 2869 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 283097128 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 0 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6079] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6079/stat : 6079 (java) S 6065 6067 2869 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 283097128 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6080] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6080/stat : 6080 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 283097128 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6081] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6081/stat : 6081 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892388785 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6082] ppid=6065 vsize=13634132 CPUtime=0.47 cores=1,3,5,7
/proc/6067/task/6082/stat : 6082 (java) S 6065 6067 2869 0 -1 4202560 3732 0 0 0 47 0 0 0 15 0 19 0 283097130 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6083] ppid=6065 vsize=13634132 CPUtime=0.43 cores=1,3,5,7
/proc/6067/task/6083/stat : 6083 (java) S 6065 6067 2869 0 -1 4202560 7618 0 0 0 43 0 0 0 18 0 19 0 283097130 13961351168 41420 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0

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

[pid=6067/tid=6075] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6075/stat : 6075 (java) S 6065 6067 2869 0 -1 4202560 310 0 0 0 18 0 0 0 15 0 19 0 283097127 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 1 0 0 0
[pid=6067/tid=6076] ppid=6065 vsize=13634132 CPUtime=0.19 cores=1,3,5,7
/proc/6067/task/6076/stat : 6076 (java) S 6065 6067 2869 0 -1 4202560 2596 0 0 0 19 0 0 0 15 0 19 0 283097127 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6077] ppid=6065 vsize=13634132 CPUtime=0.17 cores=1,3,5,7
/proc/6067/task/6077/stat : 6077 (java) S 6065 6067 2869 0 -1 4202560 1779 0 0 0 17 0 0 0 15 0 19 0 283097127 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6078] ppid=6065 vsize=13634132 CPUtime=2.72 cores=1,3,5,7
/proc/6067/task/6078/stat : 6078 (java) S 6065 6067 2869 0 -1 4202560 6210 0 0 0 270 2 0 0 15 0 19 0 283097128 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 0 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6079] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6079/stat : 6079 (java) S 6065 6067 2869 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6080] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6080/stat : 6080 (java) S 6065 6067 2869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6081] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6081/stat : 6081 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892388785 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6082] ppid=6065 vsize=13634132 CPUtime=0.57 cores=1,3,5,7
/proc/6067/task/6082/stat : 6082 (java) S 6065 6067 2869 0 -1 4202560 3756 0 0 0 57 0 0 0 15 0 19 0 283097130 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6083] ppid=6065 vsize=13634132 CPUtime=0.53 cores=1,3,5,7
/proc/6067/task/6083/stat : 6083 (java) S 6065 6067 2869 0 -1 4202560 7644 0 0 0 53 0 0 0 15 0 19 0 283097130 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6084] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6084/stat : 6084 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6085] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6085/stat : 6085 (java) S 6065 6067 2869 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 283097130 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6086] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6086/stat : 6086 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283097161 13961351168 85726 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1664.44
Current children cumulated vsize (KiB) 13634132

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/452 6148
/proc/meminfo: memFree=24118704/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13634132 CPUtime=1724.47 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 92206 0 1 0 172432 15 0 0 25 0 19 0 283097124 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3408533 85737 2261 9 0 3399267 0
[pid=6067/tid=6068] ppid=6065 vsize=13634132 CPUtime=1718.9 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 57658 0 1 0 171883 7 0 0 25 0 19 0 283097125 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505757352 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6067/tid=6070] ppid=6065 vsize=13634132 CPUtime=0.17 cores=1,3,5,7
/proc/6067/task/6070/stat : 6070 (java) S 6065 6067 2869 0 -1 4202560 2288 0 0 0 17 0 0 0 15 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6071] ppid=6065 vsize=13634132 CPUtime=0.22 cores=1,3,5,7
/proc/6067/task/6071/stat : 6071 (java) S 6065 6067 2869 0 -1 4202560 1938 0 0 0 22 0 0 0 15 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6072] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6072/stat : 6072 (java) S 6065 6067 2869 0 -1 4202560 2232 0 0 0 18 0 0 0 15 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6073] ppid=6065 vsize=13634132 CPUtime=0.22 cores=1,3,5,7
/proc/6067/task/6073/stat : 6073 (java) S 6065 6067 2869 0 -1 4202560 4337 0 0 0 22 0 0 0 15 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6074] ppid=6065 vsize=13634132 CPUtime=0.19 cores=1,3,5,7
/proc/6067/task/6074/stat : 6074 (java) S 6065 6067 2869 0 -1 4202560 200 0 0 0 19 0 0 0 15 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6075] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6075/stat : 6075 (java) S 6065 6067 2869 0 -1 4202560 316 0 0 0 18 0 0 0 16 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 1 0 0 0
[pid=6067/tid=6076] ppid=6065 vsize=13634132 CPUtime=0.2 cores=1,3,5,7
/proc/6067/task/6076/stat : 6076 (java) S 6065 6067 2869 0 -1 4202560 2596 0 0 0 20 0 0 0 16 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6077] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6077/stat : 6077 (java) S 6065 6067 2869 0 -1 4202560 1779 0 0 0 18 0 0 0 16 0 19 0 283097127 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 1 0 0 0
[pid=6067/tid=6078] ppid=6065 vsize=13634132 CPUtime=2.82 cores=1,3,5,7
/proc/6067/task/6078/stat : 6078 (java) S 6065 6067 2869 0 -1 4202560 6212 0 0 0 280 2 0 0 15 0 19 0 283097128 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 0 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6079] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6079/stat : 6079 (java) S 6065 6067 2869 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6080] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6080/stat : 6080 (java) S 6065 6067 2869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6081] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6081/stat : 6081 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892388785 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6082] ppid=6065 vsize=13634132 CPUtime=0.57 cores=1,3,5,7
/proc/6067/task/6082/stat : 6082 (java) S 6065 6067 2869 0 -1 4202560 3756 0 0 0 57 0 0 0 15 0 19 0 283097130 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6083] ppid=6065 vsize=13634132 CPUtime=0.53 cores=1,3,5,7
/proc/6067/task/6083/stat : 6083 (java) S 6065 6067 2869 0 -1 4202560 7644 0 0 0 53 0 0 0 15 0 19 0 283097130 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6084] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6084/stat : 6084 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6085] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6085/stat : 6085 (java) S 6065 6067 2869 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 283097130 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6086] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6086/stat : 6086 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283097161 13961351168 85737 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 13634132

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/452 6150
/proc/meminfo: memFree=24117688/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13634132 CPUtime=1784.5 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 92218 0 1 0 178435 15 0 0 25 0 19 0 283097124 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3408533 85738 2261 9 0 3399267 0
[pid=6067/tid=6068] ppid=6065 vsize=13634132 CPUtime=1778.76 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 57663 0 1 0 177869 7 0 0 25 0 19 0 283097125 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505668227 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6067/tid=6070] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6070/stat : 6070 (java) S 6065 6067 2869 0 -1 4202560 2288 0 0 0 18 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6071] ppid=6065 vsize=13634132 CPUtime=0.22 cores=1,3,5,7
/proc/6067/task/6071/stat : 6071 (java) S 6065 6067 2869 0 -1 4202560 1938 0 0 0 22 0 0 0 16 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6072] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6072/stat : 6072 (java) S 6065 6067 2869 0 -1 4202560 2232 0 0 0 18 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6073] ppid=6065 vsize=13634132 CPUtime=0.22 cores=1,3,5,7
/proc/6067/task/6073/stat : 6073 (java) S 6065 6067 2869 0 -1 4202560 4337 0 0 0 22 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6074] ppid=6065 vsize=13634132 CPUtime=0.2 cores=1,3,5,7
/proc/6067/task/6074/stat : 6074 (java) S 6065 6067 2869 0 -1 4202560 200 0 0 0 20 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6075] ppid=6065 vsize=13634132 CPUtime=0.19 cores=1,3,5,7
/proc/6067/task/6075/stat : 6075 (java) S 6065 6067 2869 0 -1 4202560 316 0 0 0 19 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6076] ppid=6065 vsize=13634132 CPUtime=0.2 cores=1,3,5,7
/proc/6067/task/6076/stat : 6076 (java) S 6065 6067 2869 0 -1 4202560 2596 0 0 0 20 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6077] ppid=6065 vsize=13634132 CPUtime=0.19 cores=1,3,5,7
/proc/6067/task/6077/stat : 6077 (java) S 6065 6067 2869 0 -1 4202560 1780 0 0 0 19 0 0 0 16 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 1 0 0 0
[pid=6067/tid=6078] ppid=6065 vsize=13634132 CPUtime=2.95 cores=1,3,5,7
/proc/6067/task/6078/stat : 6078 (java) S 6065 6067 2869 0 -1 4202560 6216 0 0 0 293 2 0 0 15 0 19 0 283097128 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 0 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6079] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6079/stat : 6079 (java) S 6065 6067 2869 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6080] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6080/stat : 6080 (java) S 6065 6067 2869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6081] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6081/stat : 6081 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892388785 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6082] ppid=6065 vsize=13634132 CPUtime=0.57 cores=1,3,5,7
/proc/6067/task/6082/stat : 6082 (java) S 6065 6067 2869 0 -1 4202560 3756 0 0 0 57 0 0 0 15 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6083] ppid=6065 vsize=13634132 CPUtime=0.53 cores=1,3,5,7
/proc/6067/task/6083/stat : 6083 (java) S 6065 6067 2869 0 -1 4202560 7644 0 0 0 53 0 0 0 15 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6084] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6084/stat : 6084 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6085] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6085/stat : 6085 (java) S 6065 6067 2869 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6086] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6086/stat : 6086 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283097161 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 13634132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.01 2.03 2.00 2/432 6153
/proc/meminfo: memFree=25727228/32950928 swapFree=52006644/67111528
[pid=6067] ppid=6065 vsize=13634132 CPUtime=1800.01 cores=1,3,5,7
/proc/6067/stat : 6067 (java) S 6065 6067 2869 0 -1 4202496 92223 0 1 0 179986 15 0 0 25 0 19 0 283097124 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6067/statm: 3408533 85738 2261 9 0 3399267 0
[pid=6067/tid=6068] ppid=6065 vsize=13634132 CPUtime=1794.25 cores=1,3,5,7
/proc/6067/task/6068/stat : 6068 (java) R 6065 6067 2869 0 -1 4202560 57664 0 1 0 179418 7 0 0 25 0 19 0 283097125 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 46912505568439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6067/tid=6070] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6070/stat : 6070 (java) S 6065 6067 2869 0 -1 4202560 2288 0 0 0 18 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6071] ppid=6065 vsize=13634132 CPUtime=0.22 cores=1,3,5,7
/proc/6067/task/6071/stat : 6071 (java) S 6065 6067 2869 0 -1 4202560 1938 0 0 0 22 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6072] ppid=6065 vsize=13634132 CPUtime=0.18 cores=1,3,5,7
/proc/6067/task/6072/stat : 6072 (java) S 6065 6067 2869 0 -1 4202560 2232 0 0 0 18 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6073] ppid=6065 vsize=13634132 CPUtime=0.22 cores=1,3,5,7
/proc/6067/task/6073/stat : 6073 (java) S 6065 6067 2869 0 -1 4202560 4337 0 0 0 22 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6074] ppid=6065 vsize=13634132 CPUtime=0.2 cores=1,3,5,7
/proc/6067/task/6074/stat : 6074 (java) S 6065 6067 2869 0 -1 4202560 200 0 0 0 20 0 0 0 16 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6075] ppid=6065 vsize=13634132 CPUtime=0.19 cores=1,3,5,7
/proc/6067/task/6075/stat : 6075 (java) S 6065 6067 2869 0 -1 4202560 316 0 0 0 19 0 0 0 15 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6076] ppid=6065 vsize=13634132 CPUtime=0.2 cores=1,3,5,7
/proc/6067/task/6076/stat : 6076 (java) S 6065 6067 2869 0 -1 4202560 2596 0 0 0 20 0 0 0 16 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6077] ppid=6065 vsize=13634132 CPUtime=0.19 cores=1,3,5,7
/proc/6067/task/6077/stat : 6077 (java) S 6065 6067 2869 0 -1 4202560 1780 0 0 0 19 0 0 0 16 0 19 0 283097127 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 1 0 0 0
[pid=6067/tid=6078] ppid=6065 vsize=13634132 CPUtime=2.98 cores=1,3,5,7
/proc/6067/task/6078/stat : 6078 (java) S 6065 6067 2869 0 -1 4202560 6218 0 0 0 295 3 0 0 15 0 19 0 283097128 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 0 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6079] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6079/stat : 6079 (java) S 6065 6067 2869 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6080] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6080/stat : 6080 (java) S 6065 6067 2869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 283097128 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6081] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6081/stat : 6081 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892388785 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6082] ppid=6065 vsize=13634132 CPUtime=0.57 cores=1,3,5,7
/proc/6067/task/6082/stat : 6082 (java) S 6065 6067 2869 0 -1 4202560 3756 0 0 0 57 0 0 0 15 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 7 0 0 0
[pid=6067/tid=6083] ppid=6065 vsize=13634132 CPUtime=0.53 cores=1,3,5,7
/proc/6067/task/6083/stat : 6083 (java) S 6065 6067 2869 0 -1 4202560 7644 0 0 0 53 0 0 0 15 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6084] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6084/stat : 6084 (java) S 6065 6067 2869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381081 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
[pid=6067/tid=6085] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6085/stat : 6085 (java) S 6065 6067 2869 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 283097130 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 3 0 0 0
[pid=6067/tid=6086] ppid=6065 vsize=13634132 CPUtime=0 cores=1,3,5,7
/proc/6067/task/6086/stat : 6086 (java) S 6065 6067 2869 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 283097161 13961351168 85738 33554432000 1073741824 1073778376 140735287812528 18446744073709551615 218892381696 0 4 0 16800975 18446604459441221696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 13634132

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.85
CPU time (s): 1800.08
CPU user time (s): 1799.91
CPU system time (s): 0.172973
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 13634132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92261
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= 40487
involuntary context switches= 7647

runsolver used 7.34888 second user time and 17.2064 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 04:34:37
IDJOB=3459065
IDBENCH=2992
IDSOLVER=1952
FILE ID=node112/3459065-1307154877
RUNJOBID= node112-1307147679-4681
PBS_JOBID= 13508804
Free space on /tmp= 73908 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=60-sizeP=31-sizeQ=60-784051325-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459065-1307154877/watcher-3459065-1307154877 -o /tmp/evaluation-result-3459065-1307154877/solver-3459065-1307154877 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459065-1307154877.opb

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

MD5SUM BENCH= 00fd5397600f602b7512f4fbf6ea5edc
RANDOM SEED=1196917759

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.847
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.74
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.847
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:     32950928 kB
MemFree:      25895076 kB
Buffers:        332648 kB
Cached:        5586188 kB
SwapCached:      31280 kB
Active:        1090144 kB
Inactive:      5685044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25895076 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:            2672 kB
Writeback:           0 kB
AnonPages:      833356 kB
Mapped:          20624 kB
Slab:           155828 kB
PageTables:      59508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 112057768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73912 MiB
End job on node112 at 2011-06-04 05:04:37