Trace number 2662164

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.42 945.754

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-boeing2.opb
MD5SUM5e2e92f5cdf687685f560235d961ce1c
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 variables3371
Total number of constraints197
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints197
Minimum length of a constraint12
Maximum length of a constraint1921
Number of terms in the objective function 3114
Biggest coefficient in the objective function 40265318400000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 2533036563346675
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 431563682611200
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 17042207919312540
Number of bits of the biggest sum of numbers54
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662164-1276544085.opb
0.22/0.22	c reading problem ... 
2.13/1.26	c ... done. Wall clock time 1.034s.
2.13/1.26	c #vars     3371
2.13/1.26	c #constraints  1343
2.13/1.26	c constraints type 
2.13/1.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 201
2.13/1.26	c constraints type 
2.13/1.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 201
10.68/5.59	c cleaning 2498 clauses out of 4997 with flag 5000/5000
16.54/8.58	c cleaning 4240 clauses out of 8499 with flag 11000/11000
24.20/12.42	c cleaning 5627 clauses out of 11260 with flag 18001/18001
31.67/16.26	c cleaning 6807 clauses out of 13632 with flag 26000/26000
39.28/20.16	c cleaning 7908 clauses out of 15828 with flag 35003/35003
47.93/24.57	c cleaning 8954 clauses out of 17917 with flag 45000/45000
58.96/30.19	c cleaning 9475 clauses out of 18963 with flag 55000/55000
74.54/38.03	c cleaning 9727 clauses out of 19488 with flag 65000/65000
83.54/42.66	c cleaning 9876 clauses out of 19762 with flag 75001/75001
91.17/46.55	c cleaning 9936 clauses out of 19887 with flag 85002/85002
105.55/53.86	c cleaning 9963 clauses out of 19950 with flag 95001/95001
117.51/59.94	c cleaning 9991 clauses out of 19986 with flag 105000/105000
128.85/65.74	c cleaning 9991 clauses out of 19995 with flag 115000/115000
139.02/70.92	c cleaning 9998 clauses out of 20005 with flag 125001/125001
153.17/78.11	c cleaning 9980 clauses out of 20006 with flag 135000/135000
164.72/84.09	c cleaning 10000 clauses out of 20027 with flag 145001/145001
175.63/89.61	c cleaning 9984 clauses out of 20026 with flag 155000/155000
185.00/94.43	c cleaning 9992 clauses out of 20044 with flag 165002/165002
195.36/99.76	c cleaning 10016 clauses out of 20050 with flag 175000/175000
210.66/107.52	c cleaning 10011 clauses out of 20034 with flag 185000/185000
223.15/113.96	c cleaning 10003 clauses out of 20025 with flag 195002/195002
234.47/119.75	c cleaning 9995 clauses out of 20020 with flag 205000/205000
243.03/124.19	c cleaning 9998 clauses out of 20026 with flag 215001/215001
250.98/128.24	c cleaning 9994 clauses out of 20027 with flag 225000/225000
259.28/132.54	c cleaning 0 clauses out of 5000 with flag 0/5000
260.08/133.09	c cleaning 10001 clauses out of 20033 with flag 235000/235000
269.59/137.98	c cleaning 10004 clauses out of 20032 with flag 245000/245000
279.12/142.80	c cleaning 9987 clauses out of 20028 with flag 255000/255000
287.41/147.15	c cleaning 10001 clauses out of 20042 with flag 265001/265001
297.12/152.14	c cleaning 10007 clauses out of 20040 with flag 275000/275000
307.43/157.49	c cleaning 10014 clauses out of 20035 with flag 285002/285002
313.77/160.78	c cleaning 9990 clauses out of 20019 with flag 295000/295000
321.05/164.56	c cleaning 10006 clauses out of 20031 with flag 305002/305002
329.96/169.13	c cleaning 10000 clauses out of 20024 with flag 315001/315001
337.69/173.20	c cleaning 9995 clauses out of 20023 with flag 325000/325000
345.80/177.32	c cleaning 9992 clauses out of 20028 with flag 335000/335000
352.67/180.94	c cleaning 10003 clauses out of 20037 with flag 345001/345001
360.58/185.03	c cleaning 9992 clauses out of 20034 with flag 355001/355001
370.08/189.92	c cleaning 9988 clauses out of 20042 with flag 365001/365001
381.74/195.96	c cleaning 9990 clauses out of 20056 with flag 375003/375003
392.75/201.63	c cleaning 9990 clauses out of 20063 with flag 385000/385000
404.41/207.67	c cleaning 10013 clauses out of 20073 with flag 395000/395000
416.87/214.07	c cleaning 10022 clauses out of 20061 with flag 405001/405001
425.95/218.70	c cleaning 9987 clauses out of 20038 with flag 415000/415000
436.34/224.18	c cleaning 10013 clauses out of 20051 with flag 425000/425000
446.81/229.59	c cleaning 10005 clauses out of 20038 with flag 435000/435000
457.67/235.16	c cleaning 10006 clauses out of 20033 with flag 445000/445000
468.12/240.56	c cleaning 9998 clauses out of 20028 with flag 455001/455001
478.10/245.75	c cleaning 10002 clauses out of 20030 with flag 465001/465001
488.14/250.94	c cleaning 10005 clauses out of 20027 with flag 475000/475000
498.39/256.23	c cleaning 10000 clauses out of 20022 with flag 485000/485000
509.01/261.79	c cleaning 9997 clauses out of 20022 with flag 495000/495000
518.96/266.91	c cleaning 9996 clauses out of 20026 with flag 505001/505001
527.81/271.59	c cleaning 10007 clauses out of 20030 with flag 515001/515001
537.05/276.37	c cleaning 10002 clauses out of 20023 with flag 525001/525001
548.07/282.04	c cleaning 9997 clauses out of 20021 with flag 535001/535001
560.98/288.75	c cleaning 10002 clauses out of 20024 with flag 545001/545001
571.60/294.29	c cleaning 10000 clauses out of 20022 with flag 555001/555001
582.81/300.05	c cleaning 10004 clauses out of 20022 with flag 565001/565001
595.38/306.52	c cleaning 9990 clauses out of 20018 with flag 575001/575001
608.29/313.24	c cleaning 10002 clauses out of 20028 with flag 585001/585001
619.13/318.83	c cleaning 10001 clauses out of 20026 with flag 595001/595001
629.31/324.19	c cleaning 9993 clauses out of 20024 with flag 605000/605000
639.11/329.21	c cleaning 10013 clauses out of 20032 with flag 615001/615001
646.45/333.10	c cleaning 9992 clauses out of 20018 with flag 625000/625000
659.02/339.68	c cleaning 9993 clauses out of 20027 with flag 635001/635001
672.58/346.69	c cleaning 9994 clauses out of 20033 with flag 645000/645000
680.78/350.98	c cleaning 10009 clauses out of 20041 with flag 655002/655002
688.88/355.31	c cleaning 10005 clauses out of 20031 with flag 665001/665001
696.67/359.32	c cleaning 9996 clauses out of 20026 with flag 675001/675001
707.64/365.03	c cleaning 9982 clauses out of 20033 with flag 685004/685004
718.03/370.46	c cleaning 0 clauses out of 11000 with flag 0/11000
719.35/371.30	c cleaning 9978 clauses out of 20048 with flag 695001/695001
731.91/377.82	c cleaning 9983 clauses out of 20070 with flag 705001/705001
739.09/381.62	c cleaning 9986 clauses out of 20093 with flag 715007/715007
748.64/386.63	c cleaning 10038 clauses out of 20102 with flag 725002/725002
760.28/392.78	c cleaning 10019 clauses out of 20063 with flag 735001/735001
773.58/399.63	c cleaning 10009 clauses out of 20043 with flag 745000/745000
786.68/406.49	c cleaning 10006 clauses out of 20035 with flag 755001/755001
799.58/413.12	c cleaning 10002 clauses out of 20029 with flag 765001/765001
811.40/419.32	c cleaning 10001 clauses out of 20027 with flag 775001/775001
823.31/425.50	c cleaning 9988 clauses out of 20024 with flag 785000/785000
829.07/428.65	c cleaning 9993 clauses out of 20037 with flag 795001/795001
834.63/431.62	c cleaning 9998 clauses out of 20043 with flag 805000/805000
839.29/434.23	c cleaning 10001 clauses out of 20046 with flag 815001/815001
844.26/436.99	c cleaning 9998 clauses out of 20044 with flag 825000/825000
849.41/439.79	c cleaning 9999 clauses out of 20046 with flag 835000/835000
854.18/442.31	c cleaning 10001 clauses out of 20048 with flag 845001/845001
862.23/446.62	c cleaning 10001 clauses out of 20046 with flag 855000/855000
873.11/452.40	c cleaning 9997 clauses out of 20046 with flag 865001/865001
884.60/458.31	c cleaning 10012 clauses out of 20049 with flag 875001/875001
895.90/464.22	c cleaning 10003 clauses out of 20036 with flag 885000/885000
907.45/470.35	c cleaning 9993 clauses out of 20034 with flag 895001/895001
918.15/475.97	c cleaning 10003 clauses out of 20040 with flag 905000/905000
929.05/481.61	c cleaning 10001 clauses out of 20037 with flag 915000/915000
939.74/487.27	c cleaning 9989 clauses out of 20037 with flag 925001/925001
950.48/492.91	c cleaning 10003 clauses out of 20048 with flag 935001/935001
961.75/498.85	c cleaning 10004 clauses out of 20045 with flag 945001/945001
973.02/504.74	c cleaning 10009 clauses out of 20041 with flag 955001/955001
981.71/509.40	c cleaning 9992 clauses out of 20032 with flag 965001/965001
992.07/514.87	c cleaning 9980 clauses out of 20039 with flag 975000/975000
1002.54/520.34	c cleaning 9998 clauses out of 20059 with flag 985000/985000
1014.57/526.67	c cleaning 10016 clauses out of 20062 with flag 995001/995001
1026.62/532.93	c cleaning 10011 clauses out of 20047 with flag 1005002/1005002
1037.57/538.77	c cleaning 10002 clauses out of 20034 with flag 1015000/1015000
1049.41/544.98	c cleaning 10005 clauses out of 20032 with flag 1025000/1025000
1061.06/551.06	c cleaning 10006 clauses out of 20028 with flag 1035001/1035001
1072.29/556.99	c cleaning 10000 clauses out of 20022 with flag 1045001/1045001
1084.01/563.13	c cleaning 9996 clauses out of 20022 with flag 1055001/1055001
1095.85/569.33	c cleaning 9996 clauses out of 20026 with flag 1065001/1065001
1107.66/575.54	c cleaning 9994 clauses out of 20031 with flag 1075002/1075002
1119.69/581.85	c cleaning 10000 clauses out of 20036 with flag 1085001/1085001
1130.20/587.48	c cleaning 10009 clauses out of 20035 with flag 1095000/1095000
1140.02/592.68	c cleaning 9997 clauses out of 20027 with flag 1105001/1105001
1151.46/598.68	c cleaning 9998 clauses out of 20030 with flag 1115001/1115001
1163.67/605.07	c cleaning 10008 clauses out of 20032 with flag 1125001/1125001
1175.33/611.29	c cleaning 9999 clauses out of 20024 with flag 1135001/1135001
1187.34/617.52	c cleaning 10004 clauses out of 20025 with flag 1145001/1145001
1198.52/623.42	c cleaning 9999 clauses out of 20020 with flag 1155000/1155000
1210.71/629.90	c cleaning 9998 clauses out of 20022 with flag 1165001/1165001
1219.22/634.44	c cleaning 9993 clauses out of 20025 with flag 1175002/1175002
1228.64/639.42	c cleaning 9992 clauses out of 20031 with flag 1185001/1185001
1237.26/644.09	c cleaning 9998 clauses out of 20040 with flag 1195002/1195002
1246.29/648.83	c cleaning 9997 clauses out of 20040 with flag 1205000/1205000
1255.17/653.65	c cleaning 9996 clauses out of 20044 with flag 1215001/1215001
1264.78/658.73	c cleaning 9995 clauses out of 20048 with flag 1225001/1225001
1274.38/663.81	c cleaning 10001 clauses out of 20052 with flag 1235000/1235000
1283.00/668.44	c cleaning 10018 clauses out of 20052 with flag 1245001/1245001
1291.89/673.26	c cleaning 9997 clauses out of 20033 with flag 1255000/1255000
1299.49/677.36	c cleaning 9997 clauses out of 20037 with flag 1265001/1265001
1307.70/681.72	c cleaning 9997 clauses out of 20040 with flag 1275001/1275001
1315.30/685.87	c cleaning 9997 clauses out of 20043 with flag 1285001/1285001
1322.42/689.80	c cleaning 10001 clauses out of 20045 with flag 1295000/1295000
1329.00/693.35	c cleaning 10008 clauses out of 20044 with flag 1305000/1305000
1335.22/696.75	c cleaning 9995 clauses out of 20038 with flag 1315002/1315002
1342.23/700.55	c cleaning 10007 clauses out of 20043 with flag 1325002/1325002
1348.75/704.16	c cleaning 9993 clauses out of 20034 with flag 1335000/1335000
1355.34/707.76	c cleaning 10001 clauses out of 20041 with flag 1345000/1345000
1361.56/711.17	c cleaning 9997 clauses out of 20040 with flag 1355000/1355000
1368.18/714.79	c cleaning 10004 clauses out of 20044 with flag 1365001/1365001
1375.66/718.81	c cleaning 9997 clauses out of 20039 with flag 1375000/1375000
1382.88/722.73	c cleaning 10002 clauses out of 20042 with flag 1385000/1385000
1390.27/726.73	c cleaning 10016 clauses out of 20040 with flag 1395000/1395000
1405.19/734.59	c cleaning 9999 clauses out of 20026 with flag 1405002/1405002
1417.59/741.20	c cleaning 9992 clauses out of 20026 with flag 1415001/1415001
1438.05/751.79	c cleaning 9973 clauses out of 20034 with flag 1425001/1425001
1453.54/759.86	c cleaning 10025 clauses out of 20061 with flag 1435001/1435001
1463.68/765.24	c cleaning 10005 clauses out of 20035 with flag 1445000/1445000
1477.26/772.41	c cleaning 9993 clauses out of 20030 with flag 1455000/1455000
1494.54/781.43	c cleaning 10000 clauses out of 20037 with flag 1465000/1465000
1505.27/787.17	c cleaning 0 clauses out of 18001 with flag 0/18001
1511.64/790.66	c cleaning 10003 clauses out of 20037 with flag 1475000/1475000
1522.25/796.32	c cleaning 10004 clauses out of 20035 with flag 1485001/1485001
1531.36/801.26	c cleaning 9986 clauses out of 20030 with flag 1495000/1495000
1539.87/805.81	c cleaning 10002 clauses out of 20046 with flag 1505002/1505002
1548.42/810.47	c cleaning 10000 clauses out of 20042 with flag 1515000/1515000
1557.41/815.38	c cleaning 10013 clauses out of 20042 with flag 1525000/1525000
1565.34/819.63	c cleaning 9993 clauses out of 20029 with flag 1535000/1535000
1573.10/823.88	c cleaning 9994 clauses out of 20036 with flag 1545000/1545000
1581.60/828.48	c cleaning 9991 clauses out of 20042 with flag 1555000/1555000
1590.37/833.22	c cleaning 10006 clauses out of 20054 with flag 1565003/1565003
1597.88/837.32	c cleaning 10003 clauses out of 20045 with flag 1575000/1575000
1606.00/841.74	c cleaning 10002 clauses out of 20045 with flag 1585003/1585003
1615.09/846.66	c cleaning 9984 clauses out of 20040 with flag 1595000/1595000
1624.63/851.85	c cleaning 9996 clauses out of 20056 with flag 1605000/1605000
1634.35/857.07	c cleaning 9999 clauses out of 20060 with flag 1615000/1615000
1646.44/863.48	c cleaning 10001 clauses out of 20061 with flag 1625000/1625000
1658.10/869.63	c cleaning 10002 clauses out of 20060 with flag 1635000/1635000
1669.43/875.78	c cleaning 9996 clauses out of 20059 with flag 1645001/1645001
1680.90/881.89	c cleaning 10003 clauses out of 20064 with flag 1655002/1655002
1693.16/888.36	c cleaning 9997 clauses out of 20061 with flag 1665002/1665002
1705.65/894.95	c cleaning 9999 clauses out of 20062 with flag 1675000/1675000
1718.02/901.57	c cleaning 9999 clauses out of 20064 with flag 1685001/1685001
1727.92/906.82	c cleaning 10022 clauses out of 20064 with flag 1695000/1695000
1739.76/913.16	c cleaning 10008 clauses out of 20043 with flag 1705001/1705001
1750.44/918.89	c cleaning 10002 clauses out of 20034 with flag 1715000/1715000
1762.37/925.21	c cleaning 10005 clauses out of 20032 with flag 1725000/1725000
1774.23/931.52	c cleaning 10000 clauses out of 20028 with flag 1735001/1735001
1784.89/937.28	c cleaning 10001 clauses out of 20027 with flag 1745000/1745000
1796.73/943.56	c cleaning 9995 clauses out of 20027 with flag 1755001/1755001
1800.17/945.61	c starts		: 209
1800.17/945.61	c conflicts		: 1758072
1800.17/945.61	c decisions		: 2026034
1800.17/945.61	c propagations		: 30739083
1800.17/945.61	c inspects		: 694971479
1800.17/945.61	c learnt literals	: 4
1800.17/945.61	c learnt binary clauses	: 19
1800.17/945.61	c learnt ternary clauses	: 28
1800.17/945.61	c learnt clauses	: 1758067
1800.17/945.61	c ignored clauses	: 0
1800.17/945.61	c root simplifications	: 0
1800.17/945.61	c removed literals (reason simplification)	: 58567283
1800.17/945.61	c reason swapping (by a shorter reason)	: 0
1800.17/945.61	c Calls to reduceDB	: 177
1800.17/945.61	c number of reductions to clauses (during analyze)	: 0
1800.17/945.61	c number of learned constraints concerned by reduction	: 0
1800.17/945.61	c number of learning phase by resolution	: 0
1800.17/945.61	c number of learning phase by cutting planes	: 0
1800.17/945.61	c speed (assignments/second)	: 32550.278125751174
1800.17/945.61	c non guided choices	10651
1800.17/945.69	c learnt constraints type 
1800.17/945.69	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13195
1800.17/945.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.17/945.69	c constraints type 
1800.17/945.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 201
1800.17/945.69	c constraints type 
1800.17/945.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 201
1800.17/945.69	s UNKNOWN
1800.17/945.69	c Total wall clock time (in seconds): 945.469

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-2662164-1276544085/watcher-2662164-1276544085 -o /tmp/evaluation-result-2662164-1276544085/solver-2662164-1276544085 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662164-1276544085.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: 2.01 1.99 1.63 3/106 30020
/proc/meminfo: memFree=1723812/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1752 CPUtime=0
/proc/30020/stat : 30020 (java6) R 30018 30020 29412 0 -1 4194304 165 0 0 0 0 0 0 0 19 0 1 0 30009981 1794048 81 1992294400 134512640 134550932 4287937776 18446744073709551615 11691300 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30020/statm: 425 73 54 10 0 30 0

[startup+0.0310481 s]
/proc/loadavg: 2.01 1.99 1.63 3/106 30020
/proc/meminfo: memFree=1723812/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1518368 CPUtime=0.01
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 2675 0 1 0 0 1 0 0 15 0 4 0 30009981 1554808832 2119 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 379592 2120 439 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100049 s]
/proc/loadavg: 2.01 1.99 1.63 3/106 30020
/proc/meminfo: memFree=1723812/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1524180 CPUtime=0.08
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 30009981 1560760320 3389 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 381045 3389 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300052 s]
/proc/loadavg: 2.01 1.99 1.63 3/106 30020
/proc/meminfo: memFree=1723812/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1526820 CPUtime=0.37
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 5465 0 1 0 34 3 0 0 15 0 12 0 30009981 1563463680 4902 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 381705 4905 1360 10 0 379008 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526820

[startup+0.700057 s]
/proc/loadavg: 2.01 1.99 1.63 3/106 30020
/proc/meminfo: memFree=1723812/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1534516 CPUtime=1.14
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 9092 0 1 0 109 5 0 0 15 0 12 0 30009981 1571344384 8230 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 383629 8230 1388 10 0 380932 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1534516

[startup+1.50107 s]
/proc/loadavg: 2.01 1.99 1.63 4/118 30032
/proc/meminfo: memFree=1683416/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1543272 CPUtime=2.74
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 16447 0 1 0 266 8 0 0 15 0 14 0 30009981 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385818 13818 1417 10 0 383121 0
[pid=30020/tid=30022] ppid=30018 vsize=1543272 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7888 0 1 0 118 4 0 0 25 0 14 0 30009983 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 30009984 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 30009984 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30025/stat : 30025 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 30009986 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 30009986 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 30009986 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 30009991 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1543272 CPUtime=0.21
/proc/30020/task/30029/stat : 30029 (java) R 30018 30020 29412 0 -1 4202560 1139 0 0 0 21 0 0 0 18 0 14 0 30009991 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 104139092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1543272 CPUtime=1.04
/proc/30020/task/30030/stat : 30030 (java) R 30018 30020 29412 0 -1 4202560 5550 0 0 0 102 2 0 0 17 0 14 0 30009991 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 101955872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 30009991 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1543272 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 30009991 1580310528 13818 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1543272

[startup+3.10816 s]
/proc/loadavg: 2.01 1.99 1.63 5/122 30036
/proc/meminfo: memFree=1665404/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1543700 CPUtime=5.93
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 33190 0 1 0 578 15 0 0 15 0 16 0 30009981 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385925 30340 1430 10 0 383228 0
[pid=30020/tid=30022] ppid=30018 vsize=1543700 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7888 0 1 0 118 4 0 0 18 0 16 0 30009983 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 30009984 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 30009984 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30025/stat : 30025 (java) R 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 30009986 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30009986 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30009986 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30009991 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1543700 CPUtime=0.9
/proc/30020/task/30029/stat : 30029 (java) R 30018 30020 29412 0 -1 4202560 1417 0 0 0 90 0 0 0 15 0 16 0 30009991 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 106251286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1543700 CPUtime=1.94
/proc/30020/task/30030/stat : 30030 (java) S 30018 30020 29412 0 -1 4202560 5630 0 0 0 192 2 0 0 18 0 16 0 30009991 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30009991 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30009991 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30033] ppid=30018 vsize=1543700 CPUtime=0.8
/proc/30020/task/30033/stat : 30033 (java) R 30018 30020 29412 0 -1 4202560 3277 0 0 0 79 1 0 0 25 0 16 0 30010107 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4109456461 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30034] ppid=30018 vsize=1543700 CPUtime=1.02
/proc/30020/task/30034/stat : 30034 (java) R 30018 30020 29412 0 -1 4202560 13904 0 0 0 97 5 0 0 25 0 16 0 30010107 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30035] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010141 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1543700 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010148 1580748800 30340 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1543700

[startup+6.30156 s]
/proc/loadavg: 2.17 2.02 1.64 3/122 30036
/proc/meminfo: memFree=1565584/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1542296 CPUtime=12.18
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 46633 0 1 0 1200 18 0 0 15 0 16 0 30009981 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385574 42640 1446 10 0 382877 0
[pid=30020/tid=30022] ppid=30018 vsize=1542296 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7888 0 1 0 118 4 0 0 18 0 16 0 30009983 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1542296 CPUtime=0.1
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 1912 0 0 0 10 0 0 0 15 0 16 0 30009984 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1542296 CPUtime=0.09
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 1858 0 0 0 9 0 0 0 16 0 16 0 30009984 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1542296 CPUtime=0.06
/proc/30020/task/30025/stat : 30025 (java) S 30018 30020 29412 0 -1 4202560 1839 0 0 0 6 0 0 0 16 0 16 0 30009986 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30009991 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1542296 CPUtime=1.05
/proc/30020/task/30029/stat : 30029 (java) S 30018 30020 29412 0 -1 4202560 1427 0 0 0 105 0 0 0 15 0 16 0 30009991 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1542296 CPUtime=2.68
/proc/30020/task/30030/stat : 30030 (java) S 30018 30020 29412 0 -1 4202560 6416 0 0 0 266 2 0 0 15 0 16 0 30009991 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30009991 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30009991 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30033] ppid=30018 vsize=1542296 CPUtime=3.38
/proc/30020/task/30033/stat : 30033 (java) R 30018 30020 29412 0 -1 4202560 4644 0 0 0 336 2 0 0 20 0 16 0 30010107 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4109639487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30034] ppid=30018 vsize=1542296 CPUtime=3.52
/proc/30020/task/30034/stat : 30034 (java) R 30018 30020 29412 0 -1 4202560 19577 0 0 0 346 6 0 0 25 0 16 0 30010107 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4109550830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30035] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010141 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010148 1579311104 42640 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 1542296

[startup+12.7012 s]
/proc/loadavg: 2.16 2.02 1.64 3/122 30036
/proc/meminfo: memFree=1535576/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1542296 CPUtime=24.73
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 52522 0 1 0 2452 21 0 0 15 0 16 0 30009981 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385574 48427 1446 10 0 382877 0
[pid=30020/tid=30022] ppid=30018 vsize=1542296 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7888 0 1 0 118 4 0 0 18 0 16 0 30009983 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1542296 CPUtime=0.17
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 3134 0 0 0 16 1 0 0 15 0 16 0 30009984 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1542296 CPUtime=0.16
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 3249 0 0 0 16 0 0 0 16 0 16 0 30009984 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1542296 CPUtime=0.19
/proc/30020/task/30025/stat : 30025 (java) S 30018 30020 29412 0 -1 4202560 2620 0 0 0 19 0 0 0 15 0 16 0 30009986 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30009991 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1542296 CPUtime=1.33
/proc/30020/task/30029/stat : 30029 (java) S 30018 30020 29412 0 -1 4202560 1466 0 0 0 133 0 0 0 15 0 16 0 30009991 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1542296 CPUtime=2.81
/proc/30020/task/30030/stat : 30030 (java) S 30018 30020 29412 0 -1 4202560 6425 0 0 0 279 2 0 0 15 0 16 0 30009991 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30009991 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30009991 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30033] ppid=30018 vsize=1542296 CPUtime=9.37
/proc/30020/task/30033/stat : 30033 (java) R 30018 30020 29412 0 -1 4202560 5714 0 0 0 935 2 0 0 25 0 16 0 30010107 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4109637454 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30034] ppid=30018 vsize=1542296 CPUtime=9.39
/proc/30020/task/30034/stat : 30034 (java) R 30018 30020 29412 0 -1 4202560 20954 0 0 0 932 7 0 0 25 0 16 0 30010107 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4109449958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30035] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010141 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010148 1579311104 48427 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0

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

/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010141 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010148 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1570.11
Current children cumulated vsize (KiB) 1542296

[startup+882.302 s]
/proc/loadavg: 1.97 2.00 1.86 2/122 30060
/proc/meminfo: memFree=1380824/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1542296 CPUtime=1681.52
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 96662 0 1 0 168003 149 0 0 15 0 16 0 30009981 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385574 86364 1450 10 0 382877 0
[pid=30020/tid=30022] ppid=30018 vsize=1542296 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7914 0 1 0 118 4 0 0 15 0 16 0 30009983 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1542296 CPUtime=14.09
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 24029 0 0 0 1372 37 0 0 16 0 16 0 30009984 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1542296 CPUtime=14.08
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 24855 0 0 0 1366 42 0 0 15 0 16 0 30009984 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1542296 CPUtime=68.25
/proc/30020/task/30025/stat : 30025 (java) R 30018 30020 29412 0 -1 4202560 3248 0 0 0 6805 20 0 0 16 0 16 0 30009986 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 106157724 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30009991 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1542296 CPUtime=2.3
/proc/30020/task/30029/stat : 30029 (java) S 30018 30020 29412 0 -1 4202560 1535 0 0 0 230 0 0 0 15 0 16 0 30009991 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1542296 CPUtime=2.9
/proc/30020/task/30030/stat : 30030 (java) S 30018 30020 29412 0 -1 4202560 6425 0 0 0 288 2 0 0 16 0 16 0 30009991 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30009991 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) S 30018 30020 29412 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30009991 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30033] ppid=30018 vsize=1542296 CPUtime=790.4
/proc/30020/task/30033/stat : 30033 (java) S 30018 30020 29412 0 -1 4202560 6133 0 0 0 79020 20 0 0 25 0 16 0 30010107 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30034] ppid=30018 vsize=1542296 CPUtime=788.2
/proc/30020/task/30034/stat : 30034 (java) S 30018 30020 29412 0 -1 4202560 21400 0 0 0 78800 20 0 0 25 0 16 0 30010107 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30035] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010141 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010148 1579311104 86364 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1681.52
Current children cumulated vsize (KiB) 1542296

[startup+942.302 s]
/proc/loadavg: 2.16 2.04 1.88 3/122 30062
/proc/meminfo: memFree=1373384/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1542296 CPUtime=1794.35
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 98970 0 1 0 179278 157 0 0 15 0 16 0 30009981 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385574 88078 1450 10 0 382877 0
[pid=30020/tid=30022] ppid=30018 vsize=1542296 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7922 0 1 0 118 4 0 0 15 0 16 0 30009983 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1542296 CPUtime=15.22
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 25539 0 0 0 1483 39 0 0 16 0 16 0 30009984 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1542296 CPUtime=15.21
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 25058 0 0 0 1477 44 0 0 16 0 16 0 30009984 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1542296 CPUtime=74.43
/proc/30020/task/30025/stat : 30025 (java) S 30018 30020 29412 0 -1 4202560 3802 0 0 0 7422 21 0 0 15 0 16 0 30009986 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30009991 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1542296 CPUtime=2.3
/proc/30020/task/30029/stat : 30029 (java) S 30018 30020 29412 0 -1 4202560 1535 0 0 0 230 0 0 0 15 0 16 0 30009991 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1542296 CPUtime=2.9
/proc/30020/task/30030/stat : 30030 (java) S 30018 30020 29412 0 -1 4202560 6425 0 0 0 288 2 0 0 16 0 16 0 30009991 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30009991 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) S 30018 30020 29412 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30009991 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30033] ppid=30018 vsize=1542296 CPUtime=842.24
/proc/30020/task/30033/stat : 30033 (java) R 30018 30020 29412 0 -1 4202560 6152 0 0 0 84203 21 0 0 25 0 16 0 30010107 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4108961486 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30034] ppid=30018 vsize=1542296 CPUtime=840.74
/proc/30020/task/30034/stat : 30034 (java) R 30018 30020 29412 0 -1 4202560 21410 0 0 0 84053 21 0 0 25 0 16 0 30010107 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4109583172 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30035] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010141 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010148 1579311104 88078 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1794.35
Current children cumulated vsize (KiB) 1542296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+945.601 s]
/proc/loadavg: 2.07 2.03 1.88 3/122 30062
/proc/meminfo: memFree=1370160/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1542296 CPUtime=1800.17
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 99926 0 1 0 179859 158 0 0 15 0 16 0 30009981 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385574 88951 1450 10 0 382877 0
[pid=30020/tid=30022] ppid=30018 vsize=1542296 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7923 0 1 0 118 4 0 0 15 0 16 0 30009983 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1542296 CPUtime=15.3
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 26049 0 0 0 1490 40 0 0 16 0 16 0 30009984 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1542296 CPUtime=15.28
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 25425 0 0 0 1483 45 0 0 16 0 16 0 30009984 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1542296 CPUtime=75.17
/proc/30020/task/30025/stat : 30025 (java) S 30018 30020 29412 0 -1 4202560 3879 0 0 0 7496 21 0 0 15 0 16 0 30009986 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30009986 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 30009991 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1542296 CPUtime=2.3
/proc/30020/task/30029/stat : 30029 (java) S 30018 30020 29412 0 -1 4202560 1535 0 0 0 230 0 0 0 15 0 16 0 30009991 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1542296 CPUtime=2.9
/proc/30020/task/30030/stat : 30030 (java) S 30018 30020 29412 0 -1 4202560 6425 0 0 0 288 2 0 0 16 0 16 0 30009991 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30009991 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) R 30018 30020 29412 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30009991 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30033] ppid=30018 vsize=1542296 CPUtime=844.72
/proc/30020/task/30033/stat : 30033 (java) R 30018 30020 29412 0 -1 4202560 6153 0 0 0 84451 21 0 0 20 0 16 0 30010107 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4109449958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30034] ppid=30018 vsize=1542296 CPUtime=843.2
/proc/30020/task/30034/stat : 30034 (java) R 30018 30020 29412 0 -1 4202560 21410 0 0 0 84299 21 0 0 20 0 16 0 30010107 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4109583537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30035] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010141 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1542296 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30010148 1579311104 88951 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1542296

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

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

[startup+945.715 s]
/proc/loadavg: 2.07 2.03 1.88 3/122 30062
/proc/meminfo: memFree=1370160/2059040 swapFree=4140260/4192956
[pid=30020] ppid=30018 vsize=1542944 CPUtime=1800.37
/proc/30020/stat : 30020 (java) S 30018 30020 29412 0 -1 4202496 99948 0 1 0 179879 158 0 0 15 0 17 0 30009981 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30020/statm: 385736 88973 1453 10 0 383039 0
[pid=30020/tid=30022] ppid=30018 vsize=1542944 CPUtime=1.22
/proc/30020/task/30022/stat : 30022 (java) S 30018 30020 29412 0 -1 4202560 7923 0 1 0 118 4 0 0 15 0 17 0 30009983 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30023] ppid=30018 vsize=1542944 CPUtime=15.3
/proc/30020/task/30023/stat : 30023 (java) S 30018 30020 29412 0 -1 4202560 26049 0 0 0 1490 40 0 0 16 0 17 0 30009984 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30024] ppid=30018 vsize=1542944 CPUtime=15.28
/proc/30020/task/30024/stat : 30024 (java) S 30018 30020 29412 0 -1 4202560 25425 0 0 0 1483 45 0 0 16 0 17 0 30009984 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30025] ppid=30018 vsize=1542944 CPUtime=75.17
/proc/30020/task/30025/stat : 30025 (java) S 30018 30020 29412 0 -1 4202560 3879 0 0 0 7496 21 0 0 15 0 17 0 30009986 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 0 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30026] ppid=30018 vsize=1542944 CPUtime=0
/proc/30020/task/30026/stat : 30026 (java) S 30018 30020 29412 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 30009986 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30027] ppid=30018 vsize=1542944 CPUtime=0
/proc/30020/task/30027/stat : 30027 (java) S 30018 30020 29412 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30009986 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30028] ppid=30018 vsize=1542944 CPUtime=0
/proc/30020/task/30028/stat : 30028 (java) S 30018 30020 29412 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 30009991 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30029] ppid=30018 vsize=1542944 CPUtime=2.3
/proc/30020/task/30029/stat : 30029 (java) S 30018 30020 29412 0 -1 4202560 1537 0 0 0 230 0 0 0 16 0 17 0 30009991 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30030] ppid=30018 vsize=1542944 CPUtime=2.9
/proc/30020/task/30030/stat : 30030 (java) S 30018 30020 29412 0 -1 4202560 6425 0 0 0 288 2 0 0 16 0 17 0 30009991 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30031] ppid=30018 vsize=1542944 CPUtime=0
/proc/30020/task/30031/stat : 30031 (java) S 30018 30020 29412 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 30009991 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 0 0 0 0
[pid=30020/tid=30032] ppid=30018 vsize=1542944 CPUtime=0
/proc/30020/task/30032/stat : 30032 (java) S 30018 30020 29412 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 17 0 30009991 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30033] ppid=30018 vsize=1542944 CPUtime=844.8
/proc/30020/task/30033/stat : 30033 (java) R 30018 30020 29412 0 -1 4202560 6153 0 0 0 84459 21 0 0 20 0 17 0 30010107 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4110055003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30020/tid=30034] ppid=30018 vsize=1542944 CPUtime=843.31
/proc/30020/task/30034/stat : 30034 (java) R 30018 30020 29412 0 -1 4202560 21410 0 0 0 84310 21 0 0 20 0 17 0 30010107 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4109456418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30020/tid=30035] ppid=30018 vsize=1542944 CPUtime=0
/proc/30020/task/30035/stat : 30035 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 30010141 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
[pid=30020/tid=30036] ppid=30018 vsize=1542944 CPUtime=0
/proc/30020/task/30036/stat : 30036 (java) S 30018 30020 29412 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 30010148 1579974656 88973 1992294400 134512640 134550932 4293901696 18446744073709551615 4294960144 0 4 0 16800975 18446604437833848128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 1542944

Child status: 143
Real time (s): 945.754
CPU time (s): 1800.42
CPU user time (s): 1798.8
CPU system time (s): 1.62275
CPU usage (%): 190.369
Max. virtual memory (cumulated for all children) (KiB): 1545028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.62275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99949
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= 28646
involuntary context switches= 51780

runsolver used 4.45432 second user time and 10.9613 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-14 21:34:45
IDJOB=2662164
IDBENCH=2384
IDSOLVER=1166
FILE ID=node013/2662164-1276544085
PBS_JOBID= 11173467
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-boeing2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662164-1276544085/watcher-2662164-1276544085 -o /tmp/evaluation-result-2662164-1276544085/solver-2662164-1276544085 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662164-1276544085.opb

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

MD5SUM BENCH= 5e2e92f5cdf687685f560235d961ce1c
RANDOM SEED=1735075771

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1724084 kB
Buffers:        132740 kB
Cached:         120324 kB
SwapCached:       6068 kB
Active:         104268 kB
Inactive:       162224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1724084 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:             624 kB
Writeback:          16 kB
AnonPages:       11772 kB
Mapped:          13024 kB
Slab:            46512 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181572 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= 62504 MiB
End job on node013 at 2010-06-14 21:50:32