Trace number 3457962

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.16 1796.39

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_4_15.opb
MD5SUM7ab77cff97b96454f3db17b9d3c60f4e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.280956
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/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-3457962-1307163202.opb
0.10/0.11	c reading problem ... 
1.03/0.54	c ... done. Wall clock time 0.432s.
1.03/0.54	c #vars     7326
1.03/0.54	c #constraints  14155
1.03/0.54	c constraints type 
1.03/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1.03/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.03/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.03/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
6.41/5.34	c cleaning 2505 clauses out of 5010 with flag 5010/5010
12.53/11.36	c cleaning 4264 clauses out of 8528 with flag 11033/11033
21.45/20.26	c cleaning 5623 clauses out of 11245 with flag 18014/18014
32.97/31.78	c cleaning 6812 clauses out of 13623 with flag 26015/26015
43.61/42.34	c cleaning 7899 clauses out of 15798 with flag 35002/35002
61.93/60.61	c cleaning 9019 clauses out of 18037 with flag 45140/45140
83.95/82.69	c cleaning 9957 clauses out of 19913 with flag 56035/56035
124.98/123.65	c cleaning 10963 clauses out of 21925 with flag 68004/68004
171.61/170.26	c cleaning 11979 clauses out of 23958 with flag 81000/81000
231.35/229.94	c cleaning 13103 clauses out of 26205 with flag 95226/95226
303.88/302.50	c cleaning 13990 clauses out of 27980 with flag 110104/110104
388.19/386.72	c cleaning 14444 clauses out of 28887 with flag 125001/125001
441.31/439.88	c cleaning 14719 clauses out of 29442 with flag 140000/140000
487.15/485.61	c cleaning 14999 clauses out of 29998 with flag 155275/155275
555.18/553.62	c cleaning 14948 clauses out of 29896 with flag 170172/170172
596.62/595.03	c cleaning 14888 clauses out of 29776 with flag 185000/185000
613.06/611.41	c cleaning 14953 clauses out of 29909 with flag 200021/200021
630.60/628.92	c cleaning 14968 clauses out of 29940 with flag 215005/215005
641.75/640.10	c cleaning 14984 clauses out of 29971 with flag 230004/230004
653.78/652.02	c cleaning 15001 clauses out of 30005 with flag 245022/245022
667.93/666.17	c cleaning 15001 clauses out of 30006 with flag 260024/260024
691.95/690.15	c cleaning 14991 clauses out of 29985 with flag 275004/275004
711.99/710.14	c cleaning 14993 clauses out of 29990 with flag 290000/290000
728.24/726.30	c cleaning 14997 clauses out of 29997 with flag 305000/305000
746.48/744.61	c cleaning 15000 clauses out of 30003 with flag 320003/320003
763.42/761.42	c cleaning 15007 clauses out of 30018 with flag 335018/335018
781.47/779.49	c cleaning 14998 clauses out of 30000 with flag 350007/350007
800.18/798.12	c cleaning 15007 clauses out of 30017 with flag 365022/365022
819.52/817.49	c cleaning 14999 clauses out of 30001 with flag 380013/380013
837.93/835.82	c cleaning 15011 clauses out of 30026 with flag 395037/395037
856.23/854.18	c cleaning 14992 clauses out of 29987 with flag 410009/410009
871.38/869.23	c cleaning 14993 clauses out of 29990 with flag 425004/425004
885.31/883.12	c cleaning 15005 clauses out of 30014 with flag 440021/440021
898.14/895.95	c cleaning 15005 clauses out of 30014 with flag 455026/455026
912.58/910.38	c cleaning 15009 clauses out of 30022 with flag 470039/470039
924.61/922.33	c cleaning 14993 clauses out of 29989 with flag 485015/485015
935.74/933.48	c cleaning 15009 clauses out of 30022 with flag 500041/500041
946.45/944.18	c cleaning 14987 clauses out of 29978 with flag 515006/515006
958.20/955.84	c cleaning 14995 clauses out of 29994 with flag 530009/530009
967.50/965.19	c cleaning 15002 clauses out of 30007 with flag 545017/545017
976.73/974.31	c cleaning 15019 clauses out of 30041 with flag 560053/560053
986.23/983.86	c cleaning 14983 clauses out of 29970 with flag 575001/575001
996.53/994.18	c cleaning 14991 clauses out of 29986 with flag 590000/590000
1008.24/1005.85	c cleaning 14996 clauses out of 29995 with flag 605000/605000
1022.38/1019.91	c cleaning 15002 clauses out of 30008 with flag 620009/620009
1030.71/1028.23	c cleaning 14998 clauses out of 29999 with flag 635002/635002
1039.26/1036.72	c cleaning 15017 clauses out of 30037 with flag 650038/650038
1047.37/1044.80	c cleaning 14992 clauses out of 29987 with flag 665005/665005
1059.80/1057.29	c cleaning 14996 clauses out of 29995 with flag 680005/680005
1068.20/1065.68	c cleaning 15005 clauses out of 30012 with flag 695018/695018
1077.33/1074.75	c cleaning 14993 clauses out of 29989 with flag 710000/710000
1086.84/1084.27	c cleaning 14998 clauses out of 29999 with flag 725003/725003
1095.86/1093.25	c cleaning 15003 clauses out of 30009 with flag 740011/740011
1105.27/1102.68	c cleaning 15009 clauses out of 30022 with flag 755027/755027
1115.10/1112.43	c cleaning 15014 clauses out of 30032 with flag 770046/770046
1128.12/1125.47	c cleaning 14984 clauses out of 29972 with flag 785000/785000
1142.37/1139.65	c cleaning 14993 clauses out of 29989 with flag 800001/800001
1151.70/1148.95	c cleaning 15002 clauses out of 30008 with flag 815013/815013
1161.50/1158.79	c cleaning 14997 clauses out of 29998 with flag 830005/830005
1171.90/1169.16	c cleaning 14998 clauses out of 30000 with flag 845004/845004
1182.61/1179.85	c cleaning 15001 clauses out of 30005 with flag 860007/860007
1193.92/1191.16	c cleaning 15008 clauses out of 30020 with flag 875023/875023
1205.95/1203.10	c cleaning 14999 clauses out of 30001 with flag 890012/890012
1215.09/1212.29	c cleaning 14996 clauses out of 29995 with flag 905005/905005
1226.30/1223.42	c cleaning 14997 clauses out of 29998 with flag 920004/920004
1234.24/1231.34	c cleaning 14997 clauses out of 29998 with flag 935001/935001
1242.60/1239.68	c cleaning 15001 clauses out of 30006 with flag 950006/950006
1251.20/1248.29	c cleaning 15005 clauses out of 30013 with flag 965014/965014
1259.93/1256.96	c cleaning 14997 clauses out of 29998 with flag 980004/980004
1268.57/1265.59	c cleaning 14999 clauses out of 30002 with flag 995005/995005
1277.77/1274.79	c cleaning 15018 clauses out of 30039 with flag 1010041/1010041
1286.58/1283.54	c cleaning 15004 clauses out of 30011 with flag 1025031/1025031
1295.10/1292.06	c cleaning 14989 clauses out of 29982 with flag 1040006/1040006
1304.34/1301.25	c cleaning 15009 clauses out of 30022 with flag 1055035/1055035
1313.95/1310.84	c cleaning 15006 clauses out of 30015 with flag 1070037/1070037
1323.75/1320.67	c cleaning 14994 clauses out of 29991 with flag 1085019/1085019
1332.56/1329.43	c cleaning 14987 clauses out of 29978 with flag 1100000/1100000
1341.89/1338.77	c cleaning 15003 clauses out of 30009 with flag 1115018/1115018
1351.72/1348.61	c cleaning 15002 clauses out of 30008 with flag 1130020/1130020
1362.01/1358.88	c cleaning 14997 clauses out of 29997 with flag 1145011/1145011
1372.52/1369.34	c cleaning 15003 clauses out of 30009 with flag 1160020/1160020
1383.74/1380.55	c cleaning 15029 clauses out of 30060 with flag 1175074/1175074
1393.42/1390.27	c cleaning 14987 clauses out of 29978 with flag 1190021/1190021
1402.25/1399.07	c cleaning 14983 clauses out of 29970 with flag 1205000/1205000
1411.56/1408.39	c cleaning 14995 clauses out of 29993 with flag 1220006/1220006
1421.47/1418.20	c cleaning 15008 clauses out of 30020 with flag 1235028/1235028
1436.87/1433.66	c cleaning 15013 clauses out of 30029 with flag 1250045/1250045
1452.57/1449.34	c cleaning 14992 clauses out of 29987 with flag 1265016/1265016
1468.18/1464.95	c cleaning 14989 clauses out of 29982 with flag 1280003/1280003
1483.41/1480.18	c cleaning 15001 clauses out of 30006 with flag 1295016/1295016
1497.52/1494.25	c cleaning 15006 clauses out of 30016 with flag 1310027/1310027
1512.44/1509.16	c cleaning 14991 clauses out of 29985 with flag 1325002/1325002
1529.13/1525.86	c cleaning 15001 clauses out of 30005 with flag 1340013/1340013
1538.06/1534.76	c cleaning 14999 clauses out of 30001 with flag 1355010/1355010
1547.29/1543.93	c cleaning 15009 clauses out of 30022 with flag 1370030/1370030
1555.55/1552.20	c cleaning 14999 clauses out of 30002 with flag 1385019/1385019
1563.76/1560.35	c cleaning 15004 clauses out of 30012 with flag 1400028/1400028
1574.38/1570.93	c cleaning 14994 clauses out of 29991 with flag 1415011/1415011
1583.79/1580.35	c cleaning 14992 clauses out of 29987 with flag 1430001/1430001
1592.52/1589.00	c cleaning 14995 clauses out of 29994 with flag 1445000/1445000
1601.73/1598.28	c cleaning 15000 clauses out of 30003 with flag 1460004/1460004
1610.43/1606.99	c cleaning 14999 clauses out of 30002 with flag 1475003/1475003
1622.27/1618.79	c cleaning 15009 clauses out of 30021 with flag 1490021/1490021
1635.37/1631.81	c cleaning 14999 clauses out of 30001 with flag 1505010/1505010
1648.88/1645.38	c cleaning 15005 clauses out of 30013 with flag 1520021/1520021
1668.11/1664.53	c cleaning 14995 clauses out of 29993 with flag 1535006/1535006
1677.23/1673.69	c cleaning 15006 clauses out of 30015 with flag 1550023/1550023
1687.06/1683.42	c cleaning 14996 clauses out of 29995 with flag 1565009/1565009
1697.37/1693.73	c cleaning 15009 clauses out of 30021 with flag 1580031/1580031
1707.87/1704.24	c cleaning 15002 clauses out of 30007 with flag 1595026/1595026
1718.88/1715.29	c cleaning 15019 clauses out of 30039 with flag 1610060/1610060
1730.38/1726.79	c cleaning 15014 clauses out of 30030 with flag 1625070/1625070
1739.40/1735.72	c cleaning 14978 clauses out of 29959 with flag 1640013/1640013
1749.52/1745.80	c cleaning 14986 clauses out of 29975 with flag 1655007/1655007
1759.36/1755.68	c cleaning 14994 clauses out of 29991 with flag 1670009/1670009
1770.14/1766.43	c cleaning 14999 clauses out of 30002 with flag 1685014/1685014
1784.25/1780.53	c cleaning 14999 clauses out of 30001 with flag 1700012/1700012
1796.15/1792.46	c cleaning 15025 clauses out of 30053 with flag 1715063/1715063
1800.09/1796.34	c starts		: 209
1800.09/1796.34	c conflicts		: 1720572
1800.09/1796.34	c decisions		: 3865083
1800.09/1796.34	c propagations		: 56847168
1800.09/1796.34	c inspects		: 2549629309
1800.09/1796.34	c shortcuts		: 0
1800.09/1796.34	c learnt literals	: 0
1800.09/1796.34	c learnt binary clauses	: 0
1800.09/1796.34	c learnt ternary clauses	: 0
1800.09/1796.34	c learnt constraints	: 1720571
1800.09/1796.34	c ignored constraints	: 0
1800.09/1796.34	c root simplifications	: 0
1800.09/1796.34	c removed literals (reason simplification)	: 7662681
1800.09/1796.34	c reason swapping (by a shorter reason)	: 0
1800.09/1796.34	c Calls to reduceDB	: 118
1800.09/1796.34	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.34	c number of learned constraints concerned by reduction	: 0
1800.09/1796.34	c number of learning phase by resolution	: 0
1800.09/1796.34	c number of learning phase by cutting planes	: 0
1800.09/1796.34	c speed (assignments/second)	: 31655.71125880181
1800.09/1796.34	c non guided choices	6811
1800.09/1796.35	c learnt constraints type 
1800.09/1796.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20545
1800.09/1796.35	c constraints type 
1800.09/1796.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1800.09/1796.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.09/1796.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.09/1796.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1800.09/1796.35	s UNKNOWN
1800.09/1796.35	c Total wall clock time (in seconds): 1796.238

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-3457962-1307163202/watcher-3457962-1307163202 -o /tmp/evaluation-result-3457962-1307163202/solver-3457962-1307163202 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457962-1307163202.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.01 2.03 2.00 1/480 13689
/proc/meminfo: memFree=27027536/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 1990 0 1 0 0 0 0 0 23 0 2 0 827922524 13833195520 1694 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3377245 1708 906 9 0 3368401 0
[pid=13689/tid=13690] ppid=13687 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 5118 0 1 0 0 0 0 0 18 0 2 0 827922525 13850947584 5934 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212435711035 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0613701 s]
/proc/loadavg: 2.01 2.03 2.00 1/480 13689
/proc/meminfo: memFree=27027536/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13549616 CPUtime=0.05 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 13994 0 1 0 3 2 0 0 23 0 13 0 827922524 13874806784 13692 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3387404 13692 1685 9 0 3378152 0
[pid=13689/tid=13690] ppid=13687 vsize=13549616 CPUtime=0.04 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 12848 0 1 0 3 1 0 0 24 0 13 0 827922525 13874806784 13693 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 47224645255173 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13549616

[startup+0.100327 s]
/proc/loadavg: 2.01 2.03 2.00 1/480 13689
/proc/meminfo: memFree=27027536/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13621800 CPUtime=0.1 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 15485 0 1 0 8 2 0 0 23 0 18 0 827922524 13948723200 15148 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3405450 15149 2092 9 0 3396184 0
[pid=13689/tid=13690] ppid=13687 vsize=13621800 CPUtime=0.08 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 13551 0 1 0 7 1 0 0 18 0 18 0 827922525 13948723200 15149 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447843787 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) 13621800

[startup+0.300291 s]
/proc/loadavg: 2.01 2.03 2.00 1/480 13689
/proc/meminfo: memFree=27027536/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13621936 CPUtime=0.45 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 18422 0 1 0 42 3 0 0 23 0 18 0 827922524 13948862464 17887 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3405484 17887 2207 9 0 3396218 0
[pid=13689/tid=13690] ppid=13687 vsize=13621936 CPUtime=0.28 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 15707 0 1 0 26 2 0 0 18 0 18 0 827922525 13948862464 17887 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 46912505574070 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13621936

[startup+0.700249 s]
/proc/loadavg: 2.01 2.03 2.00 1/480 13689
/proc/meminfo: memFree=27027536/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13635596 CPUtime=1.54 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 40246 0 1 0 148 6 0 0 23 0 19 0 827922524 13962850304 37446 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3408899 37446 2235 9 0 3399633 0
[pid=13689/tid=13690] ppid=13687 vsize=13635596 CPUtime=0.68 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 30363 0 1 0 64 4 0 0 19 0 19 0 827922525 13962850304 37446 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 46912505122376 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 13635596

[startup+1.5011 s]
/proc/loadavg: 2.08 2.04 2.01 2/498 13708
/proc/meminfo: memFree=26884236/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13635596 CPUtime=2.47 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 40620 0 1 0 241 6 0 0 23 0 19 0 827922524 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3408899 37819 2236 9 0 3399633 0
[pid=13689/tid=13690] ppid=13687 vsize=13635596 CPUtime=1.48 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 30656 0 1 0 144 4 0 0 20 0 19 0 827922525 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 46912505958250 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827922527 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10080 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 0 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10080 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 827922528 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10080 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 827922528 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447840689 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13635596 CPUtime=0.49 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10080 0 -1 4202560 4132 0 0 0 48 1 0 0 25 0 19 0 827922531 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13635596 CPUtime=0.48 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10080 0 -1 4202560 4673 0 0 0 48 0 0 0 15 0 19 0 827922531 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827922531 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10080 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827922581 13962850304 37819 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 13635596

[startup+3.10081 s]
/proc/loadavg: 2.08 2.04 2.01 3/497 13711
/proc/meminfo: memFree=26886708/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13635596 CPUtime=4.21 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 42530 0 1 0 414 7 0 0 23 0 19 0 827922524 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3408899 39728 2240 9 0 3399633 0
[pid=13689/tid=13690] ppid=13687 vsize=13635596 CPUtime=3.08 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 32479 0 1 0 304 4 0 0 18 0 19 0 827922525 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 47224649755475 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827922527 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10080 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 0 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10080 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 827922528 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10080 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 827922528 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447840689 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13635596 CPUtime=0.5 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10080 0 -1 4202560 4132 0 0 0 49 1 0 0 18 0 19 0 827922531 13962850304 39728 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13635596 CPUtime=0.6 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10080 0 -1 4202560 4760 0 0 0 60 0 0 0 15 0 19 0 827922531 13962850304 39729 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 39729 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827922531 13962850304 39729 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10080 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827922581 13962850304 39729 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 13635596

[startup+6.30121 s]
/proc/loadavg: 2.08 2.04 2.01 3/518 13754
/proc/meminfo: memFree=26715084/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13635596 CPUtime=7.51 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 54430 0 1 0 743 8 0 0 23 0 19 0 827922524 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3408899 51151 2266 9 0 3399633 0
[pid=13689/tid=13690] ppid=13687 vsize=13635596 CPUtime=6.23 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 35780 0 1 0 618 5 0 0 25 0 19 0 827922525 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 46912506089485 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10080 0 -1 4202560 2536 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10080 0 -1 4202560 639 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10080 0 -1 4202560 226 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10080 0 -1 4202560 307 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10080 0 -1 4202560 509 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 827922527 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13635596 CPUtime=0.03 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10080 0 -1 4202560 4370 0 0 0 3 0 0 0 15 0 19 0 827922528 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 0 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10080 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10080 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447840689 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13635596 CPUtime=0.57 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10080 0 -1 4202560 4145 0 0 0 56 1 0 0 15 0 19 0 827922531 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13635596 CPUtime=0.61 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10080 0 -1 4202560 4764 0 0 0 61 0 0 0 16 0 19 0 827922531 13962850304 51151 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0

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

[pid=13689/tid=13697] ppid=13687 vsize=13635596 CPUtime=0.33 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10080 0 -1 4202560 1517 0 0 0 33 0 0 0 16 0 19 0 827922527 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13635596 CPUtime=0.38 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10080 0 -1 4202560 957 0 0 0 38 0 0 0 15 0 19 0 827922527 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13635596 CPUtime=0.53 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10080 0 -1 4202560 6400 0 0 0 53 0 0 0 15 0 19 0 827922527 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13635596 CPUtime=6.44 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10080 0 -1 4202560 35677 0 0 0 640 4 0 0 15 0 19 0 827922528 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 0 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10080 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10080 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447840689 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13635596 CPUtime=0.67 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10080 0 -1 4202560 4158 0 0 0 66 1 0 0 15 0 19 0 827922531 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13635596 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10080 0 -1 4202560 4764 0 0 0 63 0 0 0 16 0 19 0 827922531 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10080 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 827922531 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10080 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827922581 13962850304 107543 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.98
Current children cumulated vsize (KiB) 13635596

[startup+1782.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/518 13813
/proc/meminfo: memFree=26446036/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13635596 CPUtime=1786.05 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 111167 0 1 0 178589 16 0 0 23 0 19 0 827922524 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3408899 107558 2267 9 0 3399633 0
[pid=13689/tid=13690] ppid=13687 vsize=13635596 CPUtime=1774.48 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 35898 0 1 0 177443 5 0 0 25 0 19 0 827922525 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 46912506089485 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13635596 CPUtime=0.42 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10080 0 -1 4202560 6120 0 0 0 42 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13635596 CPUtime=0.37 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10080 0 -1 4202560 3902 0 0 0 37 0 0 0 16 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13635596 CPUtime=0.43 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10080 0 -1 4202560 6194 0 0 0 43 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13635596 CPUtime=0.47 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10080 0 -1 4202560 2084 0 0 0 47 0 0 0 16 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13635596 CPUtime=0.39 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10080 0 -1 4202560 2236 0 0 0 39 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13635596 CPUtime=0.36 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10080 0 -1 4202560 1517 0 0 0 36 0 0 0 16 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13635596 CPUtime=0.38 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10080 0 -1 4202560 957 0 0 0 38 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13635596 CPUtime=0.54 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10080 0 -1 4202560 6403 0 0 0 54 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13635596 CPUtime=6.79 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10080 0 -1 4202560 35681 0 0 0 675 4 0 0 15 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 0 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10080 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10080 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447840689 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13635596 CPUtime=0.67 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10080 0 -1 4202560 4158 0 0 0 66 1 0 0 15 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13635596 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10080 0 -1 4202560 4764 0 0 0 63 0 0 0 16 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10080 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10080 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827922581 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.05
Current children cumulated vsize (KiB) 13635596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.32 s]
/proc/loadavg: 2.11 2.06 2.02 4/518 13813
/proc/meminfo: memFree=26446388/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13635596 CPUtime=1800.09 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 111172 0 1 0 179993 16 0 0 23 0 19 0 827922524 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3408899 107558 2267 9 0 3399633 0
[pid=13689/tid=13690] ppid=13687 vsize=13635596 CPUtime=1788.45 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 35899 0 1 0 178840 5 0 0 25 0 19 0 827922525 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 46912506019946 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13635596 CPUtime=0.42 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10080 0 -1 4202560 6120 0 0 0 42 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13635596 CPUtime=0.37 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10080 0 -1 4202560 3902 0 0 0 37 0 0 0 16 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13635596 CPUtime=0.44 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10080 0 -1 4202560 6194 0 0 0 44 0 0 0 16 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13635596 CPUtime=0.47 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10080 0 -1 4202560 2084 0 0 0 47 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13635596 CPUtime=0.39 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10080 0 -1 4202560 2236 0 0 0 39 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13635596 CPUtime=0.36 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10080 0 -1 4202560 1517 0 0 0 36 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13635596 CPUtime=0.38 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10080 0 -1 4202560 957 0 0 0 38 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13635596 CPUtime=0.54 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10080 0 -1 4202560 6403 0 0 0 54 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13635596 CPUtime=6.85 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10080 0 -1 4202560 35683 0 0 0 681 4 0 0 15 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 0 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10080 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10080 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447840689 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13635596 CPUtime=0.67 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10080 0 -1 4202560 4158 0 0 0 66 1 0 0 15 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13635596 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10080 0 -1 4202560 4764 0 0 0 63 0 0 0 16 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10080 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10080 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827922581 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13635596

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

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

[startup+1796.32 s]
/proc/loadavg: 2.11 2.06 2.02 4/518 13813
/proc/meminfo: memFree=26446388/32951124 swapFree=38422276/67111528
[pid=13689] ppid=13687 vsize=13635596 CPUtime=1800.09 cores=1,3,5,7
/proc/13689/stat : 13689 (java) S 13687 13689 10080 0 -1 4202496 111172 0 1 0 179993 16 0 0 23 0 19 0 827922524 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13689/statm: 3408899 107558 2267 9 0 3399633 0
[pid=13689/tid=13690] ppid=13687 vsize=13635596 CPUtime=1788.45 cores=1,3,5,7
/proc/13689/task/13690/stat : 13690 (java) R 13687 13689 10080 0 -1 4202560 35899 0 1 0 178840 5 0 0 25 0 19 0 827922525 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 46912506019946 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13689/tid=13692] ppid=13687 vsize=13635596 CPUtime=0.42 cores=1,3,5,7
/proc/13689/task/13692/stat : 13692 (java) S 13687 13689 10080 0 -1 4202560 6120 0 0 0 42 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13693] ppid=13687 vsize=13635596 CPUtime=0.37 cores=1,3,5,7
/proc/13689/task/13693/stat : 13693 (java) S 13687 13689 10080 0 -1 4202560 3902 0 0 0 37 0 0 0 16 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13694] ppid=13687 vsize=13635596 CPUtime=0.44 cores=1,3,5,7
/proc/13689/task/13694/stat : 13694 (java) S 13687 13689 10080 0 -1 4202560 6194 0 0 0 44 0 0 0 16 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13695] ppid=13687 vsize=13635596 CPUtime=0.47 cores=1,3,5,7
/proc/13689/task/13695/stat : 13695 (java) S 13687 13689 10080 0 -1 4202560 2084 0 0 0 47 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13696] ppid=13687 vsize=13635596 CPUtime=0.39 cores=1,3,5,7
/proc/13689/task/13696/stat : 13696 (java) S 13687 13689 10080 0 -1 4202560 2236 0 0 0 39 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13697] ppid=13687 vsize=13635596 CPUtime=0.36 cores=1,3,5,7
/proc/13689/task/13697/stat : 13697 (java) S 13687 13689 10080 0 -1 4202560 1517 0 0 0 36 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13698] ppid=13687 vsize=13635596 CPUtime=0.38 cores=1,3,5,7
/proc/13689/task/13698/stat : 13698 (java) S 13687 13689 10080 0 -1 4202560 957 0 0 0 38 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13699] ppid=13687 vsize=13635596 CPUtime=0.54 cores=1,3,5,7
/proc/13689/task/13699/stat : 13699 (java) S 13687 13689 10080 0 -1 4202560 6403 0 0 0 54 0 0 0 15 0 19 0 827922527 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13700] ppid=13687 vsize=13635596 CPUtime=6.85 cores=1,3,5,7
/proc/13689/task/13700/stat : 13700 (java) S 13687 13689 10080 0 -1 4202560 35683 0 0 0 681 4 0 0 15 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 0 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13701] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13701/stat : 13701 (java) S 13687 13689 10080 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13702] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13702/stat : 13702 (java) S 13687 13689 10080 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827922528 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13703] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13703/stat : 13703 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447840689 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13704] ppid=13687 vsize=13635596 CPUtime=0.67 cores=1,3,5,7
/proc/13689/task/13704/stat : 13704 (java) S 13687 13689 10080 0 -1 4202560 4158 0 0 0 66 1 0 0 15 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 7 0 0 0
[pid=13689/tid=13705] ppid=13687 vsize=13635596 CPUtime=0.63 cores=1,3,5,7
/proc/13689/task/13705/stat : 13705 (java) S 13687 13689 10080 0 -1 4202560 4764 0 0 0 63 0 0 0 16 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 5 0 0 0
[pid=13689/tid=13706] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13706/stat : 13706 (java) S 13687 13689 10080 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447832985 0 4 0 16800975 18446604462730356608 0 0 -1 3 0 0 0
[pid=13689/tid=13707] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13707/stat : 13707 (java) S 13687 13689 10080 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827922531 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
[pid=13689/tid=13708] ppid=13687 vsize=13635596 CPUtime=0 cores=1,3,5,7
/proc/13689/task/13708/stat : 13708 (java) S 13687 13689 10080 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827922581 13962850304 107558 33554432000 1073741824 1073778376 140737229291648 18446744073709551615 212447833600 0 4 0 16800975 18446604462730356608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13635596

Child status: 143
Real time (s): 1796.39
CPU time (s): 1800.16
CPU user time (s): 1799.97
CPU system time (s): 0.19097
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 13635596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111208
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= 40345
involuntary context switches= 7291

runsolver used 8.94264 second user time and 20.4529 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-04 06:53:22
IDJOB=3457962
IDBENCH=48287
IDSOLVER=1952
FILE ID=node102/3457962-1307163202
RUNJOBID= node102-1307161403-13545
PBS_JOBID= 13508814
Free space on /tmp= 73960 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_4_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457962-1307163202/watcher-3457962-1307163202 -o /tmp/evaluation-result-3457962-1307163202/solver-3457962-1307163202 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457962-1307163202.opb

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

MD5SUM BENCH= 7ab77cff97b96454f3db17b9d3c60f4e
RANDOM SEED=239010718

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27027684 kB
Buffers:        317824 kB
Cached:        1573844 kB
SwapCached:      86940 kB
Active:         844008 kB
Inactive:      4777228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27027684 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:     3665212 kB
Mapped:          13712 kB
Slab:           132428 kB
PageTables:      99336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135489192 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= 73960 MiB
End job on node102 at 2011-06-04 07:23:20