Trace number 2658835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.15 1795.99

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-dcmulti.opb
MD5SUM8db02a87a2ff672cda2bdb003f710a98
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14265
Total number of constraints290
Number of constraints which are clauses27
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint2
Maximum length of a constraint420
Number of terms in the objective function 14235
Biggest coefficient in the objective function 714038312960
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 68224730472397
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 714038312960
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 68224730472397
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658835-1276559678.opb
0.22/0.21	c reading problem ... 
1.92/1.15	c ... done. Wall clock time 0.939s.
1.92/1.15	c #vars     14265
1.92/1.15	c #constraints  1502
1.92/1.15	c constraints type 
1.92/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
1.92/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
1.92/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
1.92/1.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
12.30/10.08	c cleaning 2497 clauses out of 4995 with flag 5000/5000
17.98/15.61	c cleaning 4243 clauses out of 8495 with flag 11000/11000
24.59/22.28	c cleaning 5618 clauses out of 11251 with flag 18001/18001
31.49/29.17	c cleaning 6802 clauses out of 13633 with flag 26001/26001
40.02/37.66	c cleaning 7911 clauses out of 15828 with flag 35000/35000
49.65/47.26	c cleaning 8942 clauses out of 17916 with flag 45000/45000
59.05/56.67	c cleaning 9479 clauses out of 18973 with flag 55000/55000
68.18/65.76	c cleaning 9730 clauses out of 19493 with flag 65000/65000
78.58/76.11	c cleaning 9862 clauses out of 19763 with flag 75000/75000
87.20/84.73	c cleaning 9935 clauses out of 19896 with flag 85000/85000
95.39/93.00	c cleaning 9961 clauses out of 19961 with flag 95000/95000
107.42/104.93	c cleaning 9989 clauses out of 20000 with flag 105000/105000
117.83/115.31	c cleaning 9996 clauses out of 20010 with flag 115000/115000
126.24/123.76	c cleaning 9989 clauses out of 20014 with flag 125000/125000
135.45/133.00	c cleaning 10000 clauses out of 20027 with flag 135002/135002
143.65/141.10	c cleaning 9987 clauses out of 20025 with flag 145000/145000
153.57/151.02	c cleaning 9995 clauses out of 20038 with flag 155000/155000
164.30/161.79	c cleaning 9982 clauses out of 20044 with flag 165001/165001
176.61/174.01	c cleaning 10027 clauses out of 20062 with flag 175001/175001
186.95/184.37	c cleaning 10007 clauses out of 20033 with flag 185000/185000
193.75/191.11	c cleaning 9993 clauses out of 20027 with flag 195001/195001
203.26/200.63	c cleaning 10008 clauses out of 20035 with flag 205002/205002
211.77/209.10	c cleaning 10008 clauses out of 20025 with flag 215000/215000
219.48/216.90	c cleaning 10002 clauses out of 20019 with flag 225002/225002
227.28/224.62	c cleaning 9990 clauses out of 20015 with flag 235000/235000
236.29/233.63	c cleaning 9995 clauses out of 20025 with flag 245000/245000
244.78/242.12	c cleaning 9989 clauses out of 20030 with flag 255000/255000
252.19/249.53	c cleaning 10018 clauses out of 20040 with flag 265001/265001
263.29/260.64	c cleaning 10004 clauses out of 20022 with flag 275001/275001
271.81/269.11	c cleaning 10002 clauses out of 20018 with flag 285001/285001
282.63/279.97	c cleaning 9987 clauses out of 20015 with flag 295000/295000
291.64/288.95	c cleaning 10008 clauses out of 20031 with flag 305003/305003
301.74/299.03	c cleaning 10001 clauses out of 20023 with flag 315003/315003
310.55/307.88	c cleaning 9978 clauses out of 20021 with flag 325002/325002
320.67/317.94	c cleaning 10000 clauses out of 20041 with flag 335000/335000
329.36/326.62	c cleaning 9996 clauses out of 20042 with flag 345001/345001
336.26/333.56	c cleaning 9997 clauses out of 20045 with flag 355000/355000
341.47/338.76	c cleaning 9997 clauses out of 20049 with flag 365001/365001
343.39/340.66	c cleaning 9997 clauses out of 20052 with flag 375001/375001
345.39/342.62	c cleaning 10000 clauses out of 20055 with flag 385001/385001
348.79/346.01	c cleaning 10012 clauses out of 20053 with flag 395001/395001
355.92/353.14	c cleaning 10010 clauses out of 20040 with flag 405001/405001
363.92/361.12	c cleaning 10004 clauses out of 20029 with flag 415000/415000
370.82/368.08	c cleaning 10005 clauses out of 20025 with flag 425001/425001
379.24/376.45	c cleaning 9999 clauses out of 20021 with flag 435002/435002
389.03/386.22	c cleaning 10002 clauses out of 20021 with flag 445001/445001
396.93/394.17	c cleaning 10008 clauses out of 20021 with flag 455003/455003
403.74/400.97	c cleaning 9998 clauses out of 20011 with flag 465001/465001
411.05/408.29	c cleaning 9998 clauses out of 20016 with flag 475004/475004
418.06/415.23	c cleaning 9991 clauses out of 20014 with flag 485000/485000
426.46/423.63	c cleaning 9996 clauses out of 20023 with flag 495000/495000
434.77/431.98	c cleaning 10007 clauses out of 20029 with flag 505002/505002
442.38/439.54	c cleaning 10001 clauses out of 20021 with flag 515001/515001
450.20/447.35	c cleaning 9992 clauses out of 20019 with flag 525000/525000
458.81/455.95	c cleaning 9998 clauses out of 20028 with flag 535001/535001
467.50/464.60	c cleaning 10006 clauses out of 20031 with flag 545002/545002
476.61/473.78	c cleaning 9996 clauses out of 20023 with flag 555000/555000
485.01/482.16	c cleaning 10007 clauses out of 20028 with flag 565001/565001
493.72/490.83	c cleaning 10000 clauses out of 20020 with flag 575000/575000
501.92/499.08	c cleaning 9999 clauses out of 20023 with flag 585003/585003
509.03/506.19	c cleaning 9998 clauses out of 20024 with flag 595003/595003
517.95/515.07	c cleaning 10001 clauses out of 20023 with flag 605000/605000
524.85/521.95	c cleaning 10003 clauses out of 20022 with flag 615000/615000
532.35/529.46	c cleaning 9995 clauses out of 20019 with flag 625000/625000
539.76/536.88	c cleaning 10002 clauses out of 20024 with flag 635000/635000
547.55/544.63	c cleaning 9994 clauses out of 20023 with flag 645001/645001
556.66/553.79	c cleaning 10012 clauses out of 20031 with flag 655003/655003
566.36/563.43	c cleaning 9996 clauses out of 20016 with flag 665000/665000
575.67/572.72	c cleaning 9997 clauses out of 20020 with flag 675000/675000
581.88/578.97	c cleaning 10006 clauses out of 20023 with flag 685000/685000
587.99/585.03	c cleaning 10006 clauses out of 20019 with flag 695002/695002
595.49/592.54	c cleaning 9992 clauses out of 20011 with flag 705000/705000
602.69/599.80	c cleaning 9997 clauses out of 20020 with flag 715001/715001
611.49/608.57	c cleaning 9987 clauses out of 20022 with flag 725000/725000
626.84/623.88	c cleaning 10005 clauses out of 20041 with flag 735006/735006
642.25/639.27	c cleaning 10000 clauses out of 20031 with flag 745001/745001
656.28/653.21	c cleaning 9968 clauses out of 20032 with flag 755002/755002
672.70/669.67	c cleaning 9984 clauses out of 20063 with flag 765001/765001
687.23/684.18	c cleaning 9979 clauses out of 20078 with flag 775000/775000
706.24/703.15	c cleaning 9968 clauses out of 20099 with flag 785000/785000
721.25/718.13	c cleaning 10034 clauses out of 20130 with flag 795000/795000
735.16/732.06	c cleaning 10015 clauses out of 20096 with flag 805000/805000
751.97/748.89	c cleaning 10019 clauses out of 20082 with flag 815001/815001
768.68/765.58	c cleaning 10001 clauses out of 20063 with flag 825001/825001
784.21/781.04	c cleaning 10006 clauses out of 20062 with flag 835001/835001
798.70/795.52	c cleaning 9999 clauses out of 20055 with flag 845000/845000
815.30/812.17	c cleaning 10003 clauses out of 20057 with flag 855001/855001
831.22/828.00	c cleaning 10000 clauses out of 20056 with flag 865003/865003
848.72/845.51	c cleaning 9997 clauses out of 20053 with flag 875000/875000
863.43/860.23	c cleaning 10021 clauses out of 20056 with flag 885000/885000
872.05/868.89	c cleaning 10017 clauses out of 20035 with flag 895000/895000
878.96/875.73	c cleaning 10000 clauses out of 20020 with flag 905002/905002
886.96/883.78	c cleaning 9996 clauses out of 20018 with flag 915000/915000
896.26/893.07	c cleaning 10002 clauses out of 20026 with flag 925004/925004
904.97/901.71	c cleaning 9990 clauses out of 20020 with flag 935000/935000
914.38/911.18	c cleaning 10005 clauses out of 20030 with flag 945000/945000
927.69/924.43	c cleaning 9995 clauses out of 20025 with flag 955000/955000
940.41/937.14	c cleaning 10000 clauses out of 20030 with flag 965000/965000
951.81/948.60	c cleaning 9992 clauses out of 20030 with flag 975000/975000
968.23/964.95	c cleaning 9992 clauses out of 20038 with flag 985000/985000
984.95/981.62	c cleaning 10000 clauses out of 20046 with flag 995000/995000
1002.06/998.79	c cleaning 9984 clauses out of 20046 with flag 1005000/1005000
1018.58/1015.24	c cleaning 10021 clauses out of 20062 with flag 1015000/1015000
1027.48/1024.20	c cleaning 10009 clauses out of 20042 with flag 1025001/1025001
1035.88/1032.56	c cleaning 10008 clauses out of 20033 with flag 1035001/1035001
1044.28/1040.95	c cleaning 9996 clauses out of 20025 with flag 1045001/1045001
1052.48/1049.12	c cleaning 9994 clauses out of 20028 with flag 1055000/1055000
1060.98/1057.60	c cleaning 10006 clauses out of 20036 with flag 1065002/1065002
1069.48/1066.13	c cleaning 10001 clauses out of 20028 with flag 1075000/1075000
1078.29/1074.93	c cleaning 9996 clauses out of 20028 with flag 1085001/1085001
1091.00/1087.63	c cleaning 9980 clauses out of 20031 with flag 1095000/1095000
1103.41/1100.07	c cleaning 9996 clauses out of 20053 with flag 1105002/1105002
1116.31/1112.92	c cleaning 9994 clauses out of 20055 with flag 1115000/1115000
1129.02/1125.60	c cleaning 9998 clauses out of 20062 with flag 1125001/1125001
1141.83/1138.44	c cleaning 9998 clauses out of 20064 with flag 1135001/1135001
1156.14/1152.78	c cleaning 9997 clauses out of 20066 with flag 1145001/1145001
1171.04/1167.66	c cleaning 9989 clauses out of 20068 with flag 1155000/1155000
1184.95/1181.52	c cleaning 10001 clauses out of 20081 with flag 1165002/1165002
1197.86/1194.47	c cleaning 10004 clauses out of 20078 with flag 1175000/1175000
1208.67/1205.24	c cleaning 10029 clauses out of 20077 with flag 1185003/1185003
1218.79/1215.31	c cleaning 10011 clauses out of 20046 with flag 1195001/1195001
1228.70/1225.21	c cleaning 9995 clauses out of 20035 with flag 1205001/1205001
1239.62/1236.13	c cleaning 10001 clauses out of 20039 with flag 1215000/1215000
1250.83/1247.39	c cleaning 9990 clauses out of 20041 with flag 1225003/1225003
1261.74/1258.22	c cleaning 10001 clauses out of 20048 with flag 1235000/1235000
1272.65/1269.12	c cleaning 9993 clauses out of 20047 with flag 1245000/1245000
1283.46/1279.96	c cleaning 9998 clauses out of 20055 with flag 1255001/1255001
1294.68/1291.18	c cleaning 10002 clauses out of 20057 with flag 1265001/1265001
1306.69/1303.13	c cleaning 9998 clauses out of 20054 with flag 1275000/1275000
1319.11/1315.51	c cleaning 10005 clauses out of 20058 with flag 1285002/1285002
1329.31/1325.74	c cleaning 9998 clauses out of 20053 with flag 1295002/1295002
1340.14/1336.52	c cleaning 9995 clauses out of 20054 with flag 1305001/1305001
1351.24/1347.69	c cleaning 10000 clauses out of 20059 with flag 1315001/1315001
1361.55/1357.92	c cleaning 10005 clauses out of 20059 with flag 1325001/1325001
1368.35/1364.70	c cleaning 10017 clauses out of 20056 with flag 1335003/1335003
1377.37/1373.76	c cleaning 10010 clauses out of 20037 with flag 1345001/1345001
1384.49/1380.80	c cleaning 10010 clauses out of 20027 with flag 1355001/1355001
1393.40/1389.76	c cleaning 10004 clauses out of 20017 with flag 1365001/1365001
1402.13/1398.48	c cleaning 9987 clauses out of 20013 with flag 1375001/1375001
1411.73/1408.03	c cleaning 9992 clauses out of 20026 with flag 1385001/1385001
1419.93/1416.23	c cleaning 9995 clauses out of 20033 with flag 1395000/1395000
1428.14/1424.41	c cleaning 10003 clauses out of 20038 with flag 1405000/1405000
1436.24/1432.56	c cleaning 10018 clauses out of 20037 with flag 1415002/1415002
1449.36/1445.65	c cleaning 9986 clauses out of 20018 with flag 1425002/1425002
1461.08/1457.31	c cleaning 10006 clauses out of 20030 with flag 1435000/1435000
1471.79/1468.04	c cleaning 10002 clauses out of 20028 with flag 1445004/1445004
1482.79/1479.00	c cleaning 10003 clauses out of 20023 with flag 1455001/1455001
1492.91/1489.14	c cleaning 9996 clauses out of 20019 with flag 1465000/1465000
1504.82/1501.02	c cleaning 10000 clauses out of 20023 with flag 1475000/1475000
1517.02/1513.29	c cleaning 9991 clauses out of 20024 with flag 1485001/1485001
1529.93/1526.19	c cleaning 10005 clauses out of 20034 with flag 1495002/1495002
1542.44/1538.68	c cleaning 9996 clauses out of 20027 with flag 1505000/1505000
1555.15/1551.37	c cleaning 10003 clauses out of 20033 with flag 1515002/1515002
1566.96/1563.14	c cleaning 10002 clauses out of 20031 with flag 1525003/1525003
1576.08/1572.23	c cleaning 9993 clauses out of 20027 with flag 1535001/1535001
1584.60/1580.72	c cleaning 10004 clauses out of 20033 with flag 1545000/1545000
1595.19/1591.33	c cleaning 10001 clauses out of 20030 with flag 1555001/1555001
1606.71/1602.81	c cleaning 9999 clauses out of 20028 with flag 1565000/1565000
1619.62/1615.77	c cleaning 9985 clauses out of 20029 with flag 1575000/1575000
1632.72/1628.89	c cleaning 9995 clauses out of 20046 with flag 1585002/1585002
1646.23/1642.37	c cleaning 9990 clauses out of 20050 with flag 1595001/1595001
1659.63/1655.79	c cleaning 10013 clauses out of 20059 with flag 1605000/1605000
1671.43/1667.58	c cleaning 9989 clauses out of 20047 with flag 1615001/1615001
1687.57/1683.65	c cleaning 10021 clauses out of 20056 with flag 1625000/1625000
1695.39/1691.45	c cleaning 10014 clauses out of 20036 with flag 1635001/1635001
1705.41/1701.44	c cleaning 10001 clauses out of 20022 with flag 1645001/1645001
1713.02/1709.07	c cleaning 9999 clauses out of 20021 with flag 1655001/1655001
1722.93/1718.98	c cleaning 9999 clauses out of 20021 with flag 1665000/1665000
1733.34/1729.39	c cleaning 10003 clauses out of 20026 with flag 1675004/1675004
1744.57/1740.57	c cleaning 9998 clauses out of 20019 with flag 1685000/1685000
1748.96/1744.94	c cleaning 9995 clauses out of 20021 with flag 1695000/1695000
1756.87/1752.84	c cleaning 9995 clauses out of 20026 with flag 1705000/1705000
1761.48/1757.46	c cleaning 9994 clauses out of 20031 with flag 1715000/1715000
1768.70/1764.69	c cleaning 10008 clauses out of 20038 with flag 1725001/1725001
1779.60/1775.53	c cleaning 10000 clauses out of 20031 with flag 1735002/1735002
1789.52/1785.44	c cleaning 10002 clauses out of 20030 with flag 1745001/1745001
1798.82/1794.75	c cleaning 9999 clauses out of 20027 with flag 1755000/1755000
1800.03/1795.91	c starts		: 209
1800.03/1795.91	c conflicts		: 1756172
1800.03/1795.91	c decisions		: 2346910
1800.03/1795.91	c propagations		: 71207181
1800.03/1795.91	c inspects		: 660675619
1800.03/1795.91	c learnt literals	: 31
1800.03/1795.91	c learnt binary clauses	: 86
1800.03/1795.91	c learnt ternary clauses	: 132
1800.03/1795.91	c learnt clauses	: 1756141
1800.03/1795.91	c ignored clauses	: 0
1800.03/1795.91	c root simplifications	: 0
1800.03/1795.91	c removed literals (reason simplification)	: 102938125
1800.03/1795.91	c reason swapping (by a shorter reason)	: 0
1800.03/1795.91	c Calls to reduceDB	: 177
1800.03/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.91	c number of learned constraints concerned by reduction	: 0
1800.03/1795.91	c number of learning phase by resolution	: 0
1800.03/1795.91	c number of learning phase by cutting planes	: 0
1800.03/1795.91	c speed (assignments/second)	: 39674.97714182876
1800.03/1795.91	c non guided choices	69426
1800.03/1795.94	c learnt constraints type 
1800.03/1795.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11139
1800.03/1795.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 86
1800.03/1795.94	c constraints type 
1800.03/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
1800.03/1795.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
1800.03/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
1800.03/1795.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
1800.03/1795.94	s UNKNOWN
1800.03/1795.94	c Total wall clock time (in seconds): 1795.728

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658835-1276559678/watcher-2658835-1276559678 -o /tmp/evaluation-result-2658835-1276559678/solver-2658835-1276559678 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658835-1276559678.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.05 1.15 3/106 745
/proc/meminfo: memFree=1803236/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=24036 CPUtime=0
/proc/745/stat : 745 (runsolver) R 743 745 720 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 1 0 31571454 24612864 106 1992294400 4194304 4302564 140734765591536 18446744073709551615 272917701623 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/745/statm: 6009 106 69 27 0 2647 0

[startup+0.021854 s]
/proc/loadavg: 0.94 1.05 1.15 3/106 745
/proc/meminfo: memFree=1803236/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=13764 CPUtime=0.01
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 1225 0 1 0 0 1 0 0 15 0 2 0 31571454 14094336 671 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 3441 671 339 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13764

[startup+0.100863 s]
/proc/loadavg: 0.94 1.05 1.15 3/106 745
/proc/meminfo: memFree=1803236/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1524184 CPUtime=0.08
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 3955 0 1 0 5 3 0 0 15 0 12 0 31571454 1560764416 3393 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300886 s]
/proc/loadavg: 0.94 1.05 1.15 3/106 745
/proc/meminfo: memFree=1803236/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1526556 CPUtime=0.37
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 5386 0 1 0 33 4 0 0 15 0 12 0 31571454 1563193344 4822 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 381639 4822 1360 10 0 378941 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526556

[startup+0.700935 s]
/proc/loadavg: 0.94 1.05 1.15 3/106 745
/proc/meminfo: memFree=1803236/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1529232 CPUtime=1.11
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 8466 0 1 0 105 6 0 0 15 0 12 0 31571454 1565933568 7811 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 382308 7811 1401 10 0 379610 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1529232

[startup+1.50203 s]
/proc/loadavg: 0.94 1.05 1.15 3/118 757
/proc/meminfo: memFree=1759244/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1545032 CPUtime=2.7
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 21083 0 1 0 258 12 0 0 15 0 12 0 31571454 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386258 18761 1426 10 0 383560 0
[pid=745/tid=747] ppid=743 vsize=1545032 CPUtime=1.3
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 13207 0 1 0 123 7 0 0 18 0 12 0 31571456 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4109602126 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 31571457 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31571457 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=750] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31571459 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 31571459 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31571459 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 31571464 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1545032 CPUtime=0.62
/proc/745/task/754/stat : 754 (java) R 743 745 720 0 -1 4202560 1462 0 0 0 62 0 0 0 16 0 12 0 31571464 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 105600708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1545032 CPUtime=0.74
/proc/745/task/755/stat : 755 (java) R 743 745 720 0 -1 4202560 5353 0 0 0 72 2 0 0 17 0 12 0 31571464 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=745/tid=756] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 31571464 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1545032 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 31571464 1582112768 18761 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1545032

[startup+3.10221 s]
/proc/loadavg: 0.94 1.05 1.15 3/119 758
/proc/meminfo: memFree=1720796/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1547252 CPUtime=5.25
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 27164 0 1 0 511 14 0 0 15 0 13 0 31571454 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386813 23095 1431 10 0 384115 0
[pid=745/tid=747] ppid=743 vsize=1547252 CPUtime=2.61
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 16752 0 1 0 252 9 0 0 20 0 13 0 31571456 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4110382890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 31571457 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31571457 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=750] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31571459 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31571459 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 31571459 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1547252 CPUtime=1.32
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2836 0 0 0 132 0 0 0 15 0 13 0 31571464 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1547252 CPUtime=1.29
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6511 0 0 0 126 3 0 0 15 0 13 0 31571464 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31571464 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=758] ppid=743 vsize=1547252 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1584386048 23095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 1547252

[startup+6.30257 s]
/proc/loadavg: 0.95 1.05 1.15 2/119 758
/proc/meminfo: memFree=1708272/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1546580 CPUtime=8.46
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 32324 0 1 0 830 16 0 0 15 0 13 0 31571454 1583697920 28095 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 28095 1431 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=5.77
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 21910 0 1 0 567 10 0 0 25 0 13 0 31571456 1583697920 28095 1992294400 134512640 134550932 4292600192 18446744073709551615 4110140059 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 31571457 1583697920 28096 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31571457 1583697920 28096 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31571459 1583697920 28096 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31571459 1583697920 28096 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 31571459 1583697920 28097 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1583697920 28097 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1546580 CPUtime=1.35
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2838 0 0 0 135 0 0 0 15 0 13 0 31571464 1583697920 28097 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1546580 CPUtime=1.3
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6511 0 0 0 127 3 0 0 16 0 13 0 31571464 1583697920 28098 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1583697920 28098 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31571464 1583697920 28098 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=758] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1583697920 28098 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1546580

[startup+12.7023 s]
/proc/loadavg: 0.95 1.05 1.15 2/119 760
/proc/meminfo: memFree=1628664/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1546580 CPUtime=15.04
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 49039 0 1 0 1482 22 0 0 15 0 13 0 31571454 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 44749 1445 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=12
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 32070 0 1 0 1186 14 0 0 25 0 13 0 31571456 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4110383965 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=0.05
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 2218 0 0 0 4 1 0 0 15 0 13 0 31571457 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=0.05
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 2264 0 0 0 4 1 0 0 18 0 13 0 31571457 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=0.05
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 2044 0 0 0 5 0 0 0 15 0 13 0 31571459 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1546580 CPUtime=1.5
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2864 0 0 0 150 0 0 0 15 0 13 0 31571464 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1546580 CPUtime=1.32
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6515 0 0 0 129 3 0 0 15 0 13 0 31571464 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31571464 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=758] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1583697920 44749 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1546580

[startup+25.5006 s]
/proc/loadavg: 0.96 1.05 1.15 2/119 760
/proc/meminfo: memFree=1625564/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1546580 CPUtime=27.89
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 49835 0 1 0 2766 23 0 0 15 0 13 0 31571454 1583697920 45540 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 45540 1445 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=24.64
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 32075 0 1 0 2450 14 0 0 25 0 13 0 31571456 1583697920 45540 1992294400 134512640 134550932 4292600192 18446744073709551615 4110382967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=0.07
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 2219 0 0 0 6 1 0 0 16 0 13 0 31571457 1583697920 45540 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=0.07
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 2266 0 0 0 6 1 0 0 18 0 13 0 31571457 1583697920 45540 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=0.16
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 2828 0 0 0 16 0 0 0 16 0 13 0 31571459 1583697920 45540 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0

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

[pid=745] ppid=743 vsize=1546580 CPUtime=1666.24
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 70579 0 1 0 166565 59 0 0 15 0 13 0 31571454 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 61363 1445 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=1646
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 33430 0 1 0 164567 33 0 0 25 0 13 0 31571456 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4110382890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=2.44
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 11627 0 0 0 235 9 0 0 16 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=2.46
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 10347 0 0 0 239 7 0 0 15 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=12.24
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 4615 0 0 0 1220 4 0 0 15 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1546580 CPUtime=1.56
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2869 0 0 0 156 0 0 0 16 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1546580 CPUtime=1.47
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6531 0 0 0 144 3 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=758] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.24
Current children cumulated vsize (KiB) 1546580

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 816
/proc/meminfo: memFree=1558976/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1546580 CPUtime=1726.33
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 70599 0 1 0 172573 60 0 0 15 0 13 0 31571454 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 61363 1445 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=1705.32
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 33442 0 1 0 170499 33 0 0 25 0 13 0 31571456 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4110141262 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=2.56
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 11627 0 0 0 247 9 0 0 16 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=2.58
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 10347 0 0 0 251 7 0 0 15 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=12.78
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 4619 0 0 0 1274 4 0 0 15 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1546580 CPUtime=1.56
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2869 0 0 0 156 0 0 0 16 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1546580 CPUtime=1.47
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6531 0 0 0 144 3 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=758] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.33
Current children cumulated vsize (KiB) 1546580

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 818
/proc/meminfo: memFree=1558852/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1546580 CPUtime=1786.41
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 70618 0 1 0 178579 62 0 0 15 0 13 0 31571454 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 61363 1445 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=1764.57
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 33457 0 1 0 176422 35 0 0 25 0 13 0 31571456 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4110322016 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=2.67
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 11627 0 0 0 258 9 0 0 16 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=2.71
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 10347 0 0 0 264 7 0 0 15 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=13.37
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 4621 0 0 0 1333 4 0 0 15 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1546580 CPUtime=1.56
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2869 0 0 0 156 0 0 0 16 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1546580 CPUtime=1.47
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6531 0 0 0 144 3 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=758] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (KiB) 1546580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 818
/proc/meminfo: memFree=1558852/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1546580 CPUtime=1800.03
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 70626 0 1 0 179941 62 0 0 15 0 13 0 31571454 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 61363 1445 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=1777.95
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 33461 0 1 0 177760 35 0 0 25 0 13 0 31571456 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4110382977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=2.7
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 11627 0 0 0 261 9 0 0 16 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=2.74
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 10347 0 0 0 267 7 0 0 15 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=13.55
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 4623 0 0 0 1351 4 0 0 15 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1546580 CPUtime=1.56
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2869 0 0 0 156 0 0 0 16 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1546580 CPUtime=1.47
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6531 0 0 0 144 3 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=758] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546580

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

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

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 818
/proc/meminfo: memFree=1558852/2059040 swapFree=4140012/4192956
[pid=745] ppid=743 vsize=1546580 CPUtime=1800.03
/proc/745/stat : 745 (java) S 743 745 720 0 -1 4202496 70626 0 1 0 179941 62 0 0 15 0 13 0 31571454 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/745/statm: 386645 61363 1445 10 0 383947 0
[pid=745/tid=747] ppid=743 vsize=1546580 CPUtime=1777.95
/proc/745/task/747/stat : 747 (java) R 743 745 720 0 -1 4202560 33461 0 1 0 177760 35 0 0 25 0 13 0 31571456 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4110382977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=745/tid=748] ppid=743 vsize=1546580 CPUtime=2.7
/proc/745/task/748/stat : 748 (java) S 743 745 720 0 -1 4202560 11627 0 0 0 261 9 0 0 16 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=749] ppid=743 vsize=1546580 CPUtime=2.74
/proc/745/task/749/stat : 749 (java) S 743 745 720 0 -1 4202560 10347 0 0 0 267 7 0 0 15 0 13 0 31571457 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=750] ppid=743 vsize=1546580 CPUtime=13.55
/proc/745/task/750/stat : 750 (java) S 743 745 720 0 -1 4202560 4623 0 0 0 1351 4 0 0 15 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 0 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=751] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/751/stat : 751 (java) S 743 745 720 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=752] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/752/stat : 752 (java) S 743 745 720 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31571459 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=753] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/753/stat : 753 (java) S 743 745 720 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=754] ppid=743 vsize=1546580 CPUtime=1.56
/proc/745/task/754/stat : 754 (java) S 743 745 720 0 -1 4202560 2869 0 0 0 156 0 0 0 16 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=755] ppid=743 vsize=1546580 CPUtime=1.47
/proc/745/task/755/stat : 755 (java) S 743 745 720 0 -1 4202560 6531 0 0 0 144 3 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=756] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/756/stat : 756 (java) S 743 745 720 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 0 0 0 0
[pid=745/tid=757] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/757/stat : 757 (java) S 743 745 720 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31571464 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
[pid=745/tid=758] ppid=743 vsize=1546580 CPUtime=0
/proc/745/task/758/stat : 758 (java) S 743 745 720 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31571648 1583697920 61363 1992294400 134512640 134550932 4292600192 18446744073709551615 4294960144 0 4 0 16800975 18446604437822669888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546580

Child status: 143
Real time (s): 1795.99
CPU time (s): 1800.15
CPU user time (s): 1799.5
CPU system time (s): 0.6569
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 1549604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70649
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= 39981
involuntary context switches= 18052

runsolver used 3.9154 second user time and 9.32358 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-15 01:54:38
IDJOB=2658835
IDBENCH=2472
IDSOLVER=1164
FILE ID=node006/2658835-1276559678
PBS_JOBID= 11173504
Free space on /tmp= 62472 MiB

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

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

MD5SUM BENCH= 8db02a87a2ff672cda2bdb003f710a98
RANDOM SEED=1757737988

node006.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1803632 kB
Buffers:         45960 kB
Cached:         129812 kB
SwapCached:       6644 kB
Active:          87008 kB
Inactive:       102256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803632 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:             964 kB
Writeback:           0 kB
AnonPages:       11924 kB
Mapped:          13052 kB
Slab:            44296 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181092 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62472 MiB
End job on node006 at 2010-06-15 02:24:36