Trace number 2661611

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.75 934.48

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_40.opb
MD5SUM9cbb63659aad73a7ceefd89db6573bef
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark224.685
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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-2661611-1276683576.opb
0.22/0.22	c reading problem ... 
3.31/2.51	c ... done. Wall clock time 2.293s.
3.31/2.51	c #vars     3274
3.31/2.51	c #constraints  6451
3.31/2.51	c constraints type 
3.31/2.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
3.31/2.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
3.31/2.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
3.31/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
3.31/2.52	c constraints type 
3.31/2.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
3.31/2.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
3.31/2.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
3.31/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
12.60/7.24	c cleaning 2503 clauses out of 5005 with flag 5005/5005
19.66/10.82	c cleaning 4249 clauses out of 8499 with flag 11002/11002
28.11/15.12	c cleaning 5624 clauses out of 11248 with flag 18000/18000
37.34/19.83	c cleaning 6812 clauses out of 13624 with flag 26000/26000
47.50/25.03	c cleaning 7901 clauses out of 15812 with flag 35000/35000
59.09/30.91	c cleaning 8956 clauses out of 17911 with flag 45000/45000
70.48/36.75	c cleaning 9477 clauses out of 18955 with flag 55000/55000
82.66/42.94	c cleaning 9728 clauses out of 19478 with flag 65000/65000
94.38/48.97	c cleaning 9870 clauses out of 19750 with flag 75000/75000
106.55/55.19	c cleaning 9918 clauses out of 19880 with flag 85000/85000
118.72/61.31	c cleaning 9969 clauses out of 19962 with flag 95000/95000
130.67/67.40	c cleaning 9997 clauses out of 19994 with flag 105001/105001
142.17/73.34	c cleaning 9995 clauses out of 19996 with flag 115000/115000
154.12/79.48	c cleaning 9993 clauses out of 20001 with flag 125000/125000
164.68/84.87	c cleaning 10004 clauses out of 20008 with flag 135000/135000
176.64/90.93	c cleaning 9999 clauses out of 20004 with flag 145000/145000
186.95/96.22	c cleaning 9993 clauses out of 20005 with flag 155000/155000
196.74/101.21	c cleaning 9997 clauses out of 20012 with flag 165000/165000
206.70/106.35	c cleaning 9996 clauses out of 20015 with flag 175000/175000
217.05/111.68	c cleaning 10002 clauses out of 20019 with flag 185000/185000
227.55/117.05	c cleaning 9999 clauses out of 20017 with flag 195000/195000
237.91/122.35	c cleaning 10003 clauses out of 20018 with flag 205000/205000
248.07/127.56	c cleaning 9995 clauses out of 20015 with flag 215000/215000
258.01/132.61	c cleaning 10009 clauses out of 20020 with flag 225000/225000
268.12/137.83	c cleaning 9994 clauses out of 20011 with flag 235000/235000
278.65/143.21	c cleaning 10007 clauses out of 20017 with flag 245000/245000
288.00/148.08	c cleaning 9999 clauses out of 20010 with flag 255000/255000
297.35/152.86	c cleaning 10006 clauses out of 20012 with flag 265001/265001
306.83/157.71	c cleaning 9980 clauses out of 20005 with flag 275000/275000
317.17/163.04	c cleaning 10011 clauses out of 20025 with flag 285000/285000
327.09/168.11	c cleaning 10003 clauses out of 20014 with flag 295000/295000
337.61/173.58	c cleaning 9976 clauses out of 20011 with flag 305000/305000
347.86/178.85	c cleaning 9990 clauses out of 20035 with flag 315000/315000
357.78/183.92	c cleaning 10021 clauses out of 20045 with flag 325000/325000
367.31/188.81	c cleaning 10010 clauses out of 20024 with flag 335000/335000
376.04/193.33	c cleaning 10006 clauses out of 20015 with flag 345001/345001
386.69/198.82	c cleaning 9984 clauses out of 20008 with flag 355000/355000
396.40/203.80	c cleaning 9989 clauses out of 20024 with flag 365000/365000
406.89/209.27	c cleaning 10014 clauses out of 20035 with flag 375000/375000
417.01/214.44	c cleaning 9985 clauses out of 20021 with flag 385000/385000
427.03/219.63	c cleaning 10001 clauses out of 20036 with flag 395000/395000
437.13/224.82	c cleaning 9991 clauses out of 20035 with flag 405000/405000
447.62/230.27	c cleaning 10019 clauses out of 20045 with flag 415001/415001
458.32/235.76	c cleaning 9989 clauses out of 20025 with flag 425000/425000
469.52/241.58	c cleaning 10000 clauses out of 20036 with flag 435000/435000
480.41/247.17	c cleaning 9990 clauses out of 20036 with flag 445000/445000
490.48/252.37	c cleaning 9994 clauses out of 20046 with flag 455000/455000
499.78/257.18	c cleaning 10010 clauses out of 20052 with flag 465000/465000
509.41/262.14	c cleaning 10000 clauses out of 20042 with flag 475000/475000
519.68/267.49	c cleaning 9990 clauses out of 20042 with flag 485000/485000
529.78/272.63	c cleaning 10008 clauses out of 20052 with flag 495000/495000
539.46/277.64	c cleaning 9997 clauses out of 20044 with flag 505000/505000
549.47/282.81	c cleaning 10002 clauses out of 20047 with flag 515000/515000
559.37/287.92	c cleaning 9991 clauses out of 20045 with flag 525000/525000
568.86/292.82	c cleaning 10003 clauses out of 20055 with flag 535001/535001
578.75/297.90	c cleaning 10001 clauses out of 20051 with flag 545000/545000
588.78/303.12	c cleaning 9990 clauses out of 20050 with flag 555000/555000
597.66/307.77	c cleaning 9994 clauses out of 20060 with flag 565000/565000
606.17/312.19	c cleaning 10004 clauses out of 20066 with flag 575000/575000
614.06/316.25	c cleaning 9996 clauses out of 20062 with flag 585000/585000
622.11/320.47	c cleaning 10019 clauses out of 20066 with flag 595000/595000
631.60/325.38	c cleaning 9993 clauses out of 20047 with flag 605000/605000
641.49/330.44	c cleaning 10017 clauses out of 20054 with flag 615000/615000
651.20/335.46	c cleaning 10009 clauses out of 20037 with flag 625000/625000
660.65/340.33	c cleaning 9993 clauses out of 20028 with flag 635000/635000
669.78/345.03	c cleaning 9991 clauses out of 20035 with flag 645000/645000
679.68/350.11	c cleaning 9986 clauses out of 20044 with flag 655000/655000
688.57/354.75	c cleaning 9999 clauses out of 20058 with flag 665000/665000
698.19/359.75	c cleaning 9999 clauses out of 20059 with flag 675000/675000
707.47/364.58	c cleaning 10005 clauses out of 20060 with flag 685000/685000
716.56/369.23	c cleaning 10002 clauses out of 20055 with flag 695000/695000
725.86/374.01	c cleaning 9999 clauses out of 20054 with flag 705001/705001
735.65/379.18	c cleaning 9997 clauses out of 20054 with flag 715000/715000
746.32/384.64	c cleaning 9992 clauses out of 20057 with flag 725000/725000
756.98/390.17	c cleaning 10003 clauses out of 20065 with flag 735000/735000
767.04/395.33	c cleaning 10002 clauses out of 20062 with flag 745000/745000
776.58/400.39	c cleaning 9999 clauses out of 20060 with flag 755000/755000
786.62/405.56	c cleaning 10017 clauses out of 20061 with flag 765000/765000
796.09/410.43	c cleaning 9992 clauses out of 20044 with flag 775000/775000
806.14/415.61	c cleaning 9998 clauses out of 20052 with flag 785000/785000
816.28/420.99	c cleaning 10003 clauses out of 20054 with flag 795000/795000
825.74/425.88	c cleaning 10005 clauses out of 20051 with flag 805000/805000
835.19/430.80	c cleaning 9988 clauses out of 20046 with flag 815000/815000
844.26/435.49	c cleaning 10001 clauses out of 20060 with flag 825002/825002
853.64/440.37	c cleaning 10001 clauses out of 20058 with flag 835001/835001
862.67/445.00	c cleaning 9996 clauses out of 20056 with flag 845000/845000
870.71/449.29	c cleaning 9995 clauses out of 20060 with flag 855000/855000
879.16/453.62	c cleaning 10002 clauses out of 20065 with flag 865000/865000
886.91/457.76	c cleaning 9997 clauses out of 20063 with flag 875000/875000
895.36/462.14	c cleaning 10016 clauses out of 20066 with flag 885000/885000
904.45/466.85	c cleaning 9988 clauses out of 20050 with flag 895000/895000
913.52/471.56	c cleaning 10009 clauses out of 20063 with flag 905001/905001
923.10/476.50	c cleaning 10024 clauses out of 20053 with flag 915000/915000
932.57/481.40	c cleaning 9985 clauses out of 20029 with flag 925000/925000
941.99/486.31	c cleaning 9994 clauses out of 20044 with flag 935000/935000
951.01/491.06	c cleaning 10005 clauses out of 20050 with flag 945000/945000
960.16/495.80	c cleaning 9987 clauses out of 20045 with flag 955000/955000
969.23/500.53	c cleaning 10002 clauses out of 20058 with flag 965000/965000
978.48/505.30	c cleaning 10020 clauses out of 20056 with flag 975000/975000
987.97/510.28	c cleaning 9991 clauses out of 20036 with flag 985000/985000
996.78/514.88	c cleaning 9990 clauses out of 20045 with flag 995000/995000
1005.45/519.38	c cleaning 10006 clauses out of 20055 with flag 1005000/1005000
1014.53/524.03	c cleaning 9995 clauses out of 20049 with flag 1015000/1015000
1025.02/529.43	c cleaning 9999 clauses out of 20054 with flag 1025000/1025000
1035.00/534.62	c cleaning 10006 clauses out of 20055 with flag 1035000/1035000
1043.64/539.13	c cleaning 9988 clauses out of 20049 with flag 1045000/1045000
1053.47/544.21	c cleaning 9994 clauses out of 20061 with flag 1055000/1055000
1061.74/548.59	c cleaning 10002 clauses out of 20067 with flag 1065000/1065000
1070.71/553.25	c cleaning 10005 clauses out of 20065 with flag 1075000/1075000
1079.17/557.68	c cleaning 9999 clauses out of 20060 with flag 1085000/1085000
1087.83/562.12	c cleaning 10007 clauses out of 20061 with flag 1095000/1095000
1096.10/566.50	c cleaning 9991 clauses out of 20054 with flag 1105000/1105000
1104.44/570.86	c cleaning 10001 clauses out of 20063 with flag 1115000/1115000
1112.90/575.22	c cleaning 10001 clauses out of 20062 with flag 1125000/1125000
1121.15/579.54	c cleaning 10003 clauses out of 20061 with flag 1135000/1135000
1128.65/583.42	c cleaning 9993 clauses out of 20058 with flag 1145000/1145000
1136.27/587.41	c cleaning 10003 clauses out of 20065 with flag 1155000/1155000
1142.75/590.86	c cleaning 9996 clauses out of 20062 with flag 1165000/1165000
1151.05/595.13	c cleaning 10003 clauses out of 20068 with flag 1175002/1175002
1160.53/600.04	c cleaning 10009 clauses out of 20063 with flag 1185000/1185000
1170.52/605.25	c cleaning 10014 clauses out of 20054 with flag 1195000/1195000
1179.61/609.98	c cleaning 9990 clauses out of 20040 with flag 1205000/1205000
1188.65/614.63	c cleaning 9993 clauses out of 20050 with flag 1215000/1215000
1197.90/619.44	c cleaning 9997 clauses out of 20057 with flag 1225000/1225000
1206.61/624.03	c cleaning 9998 clauses out of 20060 with flag 1235000/1235000
1214.49/628.19	c cleaning 10000 clauses out of 20062 with flag 1245000/1245000
1222.17/632.16	c cleaning 9996 clauses out of 20062 with flag 1255000/1255000
1229.43/635.93	c cleaning 9999 clauses out of 20066 with flag 1265000/1265000
1237.39/640.13	c cleaning 10005 clauses out of 20067 with flag 1275000/1275000
1246.81/645.08	c cleaning 10000 clauses out of 20062 with flag 1285000/1285000
1256.45/650.07	c cleaning 10001 clauses out of 20062 with flag 1295000/1295000
1266.10/655.00	c cleaning 10004 clauses out of 20061 with flag 1305000/1305000
1274.82/659.63	c cleaning 9999 clauses out of 20057 with flag 1315000/1315000
1283.28/664.03	c cleaning 9998 clauses out of 20058 with flag 1325000/1325000
1291.92/668.58	c cleaning 9998 clauses out of 20060 with flag 1335000/1335000
1300.76/673.14	c cleaning 10015 clauses out of 20063 with flag 1345001/1345001
1310.08/678.04	c cleaning 9995 clauses out of 20048 with flag 1355001/1355001
1320.52/683.48	c cleaning 9992 clauses out of 20052 with flag 1365000/1365000
1330.39/688.55	c cleaning 10027 clauses out of 20060 with flag 1375000/1375000
1340.24/693.63	c cleaning 9987 clauses out of 20033 with flag 1385000/1385000
1350.21/698.82	c cleaning 10004 clauses out of 20046 with flag 1395000/1395000
1358.89/703.34	c cleaning 9990 clauses out of 20042 with flag 1405000/1405000
1367.78/707.90	c cleaning 10003 clauses out of 20052 with flag 1415000/1415000
1376.64/712.52	c cleaning 10010 clauses out of 20049 with flag 1425000/1425000
1385.74/717.35	c cleaning 9985 clauses out of 20039 with flag 1435000/1435000
1394.18/721.79	c cleaning 10004 clauses out of 20056 with flag 1445002/1445002
1403.04/726.33	c cleaning 9997 clauses out of 20050 with flag 1455000/1455000
1412.50/731.25	c cleaning 9996 clauses out of 20053 with flag 1465000/1465000
1421.85/736.20	c cleaning 10000 clauses out of 20057 with flag 1475000/1475000
1431.33/741.06	c cleaning 9993 clauses out of 20057 with flag 1485000/1485000
1440.43/745.74	c cleaning 10003 clauses out of 20064 with flag 1495000/1495000
1449.89/750.63	c cleaning 9998 clauses out of 20061 with flag 1505000/1505000
1458.46/755.13	c cleaning 10000 clauses out of 20063 with flag 1515000/1515000
1467.29/759.75	c cleaning 10004 clauses out of 20063 with flag 1525000/1525000
1474.81/763.78	c cleaning 9995 clauses out of 20059 with flag 1535000/1535000
1482.66/767.97	c cleaning 10002 clauses out of 20064 with flag 1545000/1545000
1492.09/773.04	c cleaning 9997 clauses out of 20062 with flag 1555000/1555000
1500.67/777.51	c cleaning 10011 clauses out of 20065 with flag 1565000/1565000
1509.52/782.15	c cleaning 10001 clauses out of 20055 with flag 1575001/1575001
1517.56/786.39	c cleaning 10009 clauses out of 20053 with flag 1585000/1585000
1525.75/790.67	c cleaning 10000 clauses out of 20045 with flag 1595001/1595001
1533.42/794.65	c cleaning 9988 clauses out of 20044 with flag 1605000/1605000
1540.88/798.51	c cleaning 9999 clauses out of 20056 with flag 1615000/1615000
1548.57/802.55	c cleaning 10000 clauses out of 20057 with flag 1625000/1625000
1557.53/807.22	c cleaning 9998 clauses out of 20057 with flag 1635000/1635000
1565.62/811.41	c cleaning 9998 clauses out of 20059 with flag 1645000/1645000
1573.72/815.63	c cleaning 9995 clauses out of 20061 with flag 1655000/1655000
1582.00/819.94	c cleaning 10003 clauses out of 20066 with flag 1665000/1665000
1589.98/824.17	c cleaning 10002 clauses out of 20063 with flag 1675000/1675000
1597.28/827.91	c cleaning 9995 clauses out of 20061 with flag 1685000/1685000
1604.19/831.51	c cleaning 10001 clauses out of 20066 with flag 1695000/1695000
1610.07/834.70	c cleaning 10002 clauses out of 20065 with flag 1705000/1705000
1619.01/839.37	c cleaning 10007 clauses out of 20063 with flag 1715000/1715000
1627.63/843.84	c cleaning 9995 clauses out of 20056 with flag 1725000/1725000
1635.49/847.99	c cleaning 9999 clauses out of 20061 with flag 1735000/1735000
1643.13/851.97	c cleaning 9997 clauses out of 20062 with flag 1745000/1745000
1650.29/855.78	c cleaning 10010 clauses out of 20065 with flag 1755000/1755000
1657.34/859.41	c cleaning 9997 clauses out of 20055 with flag 1765000/1765000
1663.41/862.69	c cleaning 9998 clauses out of 20058 with flag 1775000/1775000
1672.28/867.23	c cleaning 10009 clauses out of 20060 with flag 1785000/1785000
1681.03/871.86	c cleaning 10007 clauses out of 20051 with flag 1795000/1795000
1689.31/876.19	c cleaning 9992 clauses out of 20044 with flag 1805000/1805000
1697.19/880.25	c cleaning 9992 clauses out of 20052 with flag 1815000/1815000
1704.48/884.09	c cleaning 9998 clauses out of 20060 with flag 1825000/1825000
1712.07/888.05	c cleaning 9999 clauses out of 20062 with flag 1835000/1835000
1718.57/891.47	c cleaning 10001 clauses out of 20064 with flag 1845001/1845001
1726.07/895.35	c cleaning 10007 clauses out of 20062 with flag 1855000/1855000
1734.54/899.77	c cleaning 9995 clauses out of 20056 with flag 1865001/1865001
1742.91/904.16	c cleaning 10009 clauses out of 20060 with flag 1875000/1875000
1750.99/908.32	c cleaning 10017 clauses out of 20052 with flag 1885001/1885001
1758.48/912.25	c cleaning 9997 clauses out of 20034 with flag 1895000/1895000
1765.36/915.80	c cleaning 9986 clauses out of 20037 with flag 1905000/1905000
1771.70/919.24	c cleaning 9992 clauses out of 20052 with flag 1915001/1915001
1778.58/922.86	c cleaning 10002 clauses out of 20059 with flag 1925000/1925000
1787.04/927.27	c cleaning 9997 clauses out of 20057 with flag 1935000/1935000
1794.88/931.38	c cleaning 9998 clauses out of 20060 with flag 1945000/1945000
1800.26/934.30	c starts		: 210
1800.26/934.30	c conflicts		: 1952295
1800.26/934.30	c decisions		: 1985450
1800.26/934.30	c propagations		: 122032697
1800.26/934.30	c inspects		: 1809382999
1800.26/934.30	c learnt literals	: 0
1800.26/934.30	c learnt binary clauses	: 0
1800.26/934.30	c learnt ternary clauses	: 160
1800.26/934.30	c learnt clauses	: 1952294
1800.26/934.30	c ignored clauses	: 0
1800.26/934.30	c root simplifications	: 0
1800.26/934.30	c removed literals (reason simplification)	: 144191234
1800.26/934.30	c reason swapping (by a shorter reason)	: 0
1800.26/934.30	c Calls to reduceDB	: 196
1800.26/934.30	c number of reductions to clauses (during analyze)	: 0
1800.26/934.30	c number of learned constraints concerned by reduction	: 0
1800.26/934.30	c number of learning phase by resolution	: 0
1800.26/934.30	c number of learning phase by cutting planes	: 0
1800.26/934.30	c speed (assignments/second)	: 130967.42575224383
1800.26/934.30	c non guided choices	3139
1800.62/934.41	c learnt constraints type 
1800.62/934.41	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17587
1800.62/934.41	c constraints type 
1800.62/934.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3074
1800.62/934.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.62/934.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.62/934.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.62/934.41	c constraints type 
1800.62/934.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.62/934.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3074
1800.62/934.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.62/934.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3074
1800.62/934.41	s UNKNOWN
1800.62/934.41	c Total wall clock time (in seconds): 934.188

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-2661611-1276683576/watcher-2661611-1276683576 -o /tmp/evaluation-result-2661611-1276683576/solver-2661611-1276683576 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661611-1276683576.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: 1.00 1.05 1.15 3/106 15586
/proc/meminfo: memFree=1726224/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=428 CPUtime=0
/proc/15586/stat : 15586 (java6) R 15584 15586 14680 0 -1 4194304 126 0 0 0 0 0 0 0 19 0 1 0 9649861 438272 45 1992294400 134512640 134550932 4290837712 18446744073709551615 11571796 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15586/statm: 111 48 38 10 0 25 0

[startup+0.0804169 s]
/proc/loadavg: 1.00 1.05 1.15 3/106 15586
/proc/meminfo: memFree=1726224/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1522820 CPUtime=0.06
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 3777 0 1 0 4 2 0 0 15 0 7 0 9649861 1559367680 3218 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 380705 3219 1040 10 0 378015 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1522820

[startup+0.101417 s]
/proc/loadavg: 1.00 1.05 1.15 3/106 15586
/proc/meminfo: memFree=1726224/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1525204 CPUtime=0.08
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 9649861 1561808896 3398 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 381301 3398 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.301414 s]
/proc/loadavg: 1.00 1.05 1.15 3/106 15586
/proc/meminfo: memFree=1726224/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1526376 CPUtime=0.35
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 5398 0 1 0 32 3 0 0 15 0 12 0 9649861 1563009024 4835 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 381594 4835 1354 10 0 378897 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.700408 s]
/proc/loadavg: 1.00 1.05 1.15 3/106 15586
/proc/meminfo: memFree=1726224/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1529420 CPUtime=1.06
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 7147 0 1 0 103 3 0 0 15 0 12 0 9649861 1566126080 6584 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 382355 6584 1402 10 0 379658 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1529420

[startup+1.50139 s]
/proc/loadavg: 1.00 1.05 1.15 3/118 15600
/proc/meminfo: memFree=1700152/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1531168 CPUtime=2.24
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 9657 0 1 0 219 5 0 0 15 0 12 0 9649861 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 382792 8539 1411 10 0 380095 0
[pid=15586/tid=15588] ppid=15584 vsize=1531168 CPUtime=1.46
/proc/15586/task/15588/stat : 15588 (java) R 15584 15586 14680 0 -1 4202560 6199 0 1 0 143 3 0 0 25 0 12 0 9649863 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4109847184 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9649865 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9649865 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9649866 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 12 0 9649867 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9649867 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9649871 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1531168 CPUtime=0.27
/proc/15586/task/15595/stat : 15595 (java) S 15584 15586 14680 0 -1 4202560 838 0 0 0 27 0 0 0 17 0 12 0 9649871 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1531168 CPUtime=0.48
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 1554 0 0 0 48 0 0 0 15 0 12 0 9649871 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9649871 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1531168 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9649871 1567916032 8539 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1531168

[startup+3.10137 s]
/proc/loadavg: 1.00 1.05 1.15 2/118 15600
/proc/meminfo: memFree=1693456/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1548420 CPUtime=4.5
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 17784 0 1 0 441 9 0 0 15 0 16 0 9649861 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 387105 14690 1425 10 0 384408 0
[pid=15586/tid=15588] ppid=15584 vsize=1548420 CPUtime=2.47
/proc/15586/task/15588/stat : 15588 (java) S 15584 15586 14680 0 -1 4202560 7653 0 1 0 243 4 0 0 25 0 16 0 9649863 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 9649865 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 9649865 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) R 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9649866 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 16 0 9649867 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 9649867 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9649871 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1548420 CPUtime=0.77
/proc/15586/task/15595/stat : 15595 (java) R 15584 15586 14680 0 -1 4202560 4971 0 0 0 76 1 0 0 16 0 16 0 9649871 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 104142933 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1548420 CPUtime=0.94
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 3250 0 0 0 93 1 0 0 16 0 16 0 9649871 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9649871 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1548420 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 9649871 1585582080 14690 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1548420

[startup+6.30132 s]
/proc/loadavg: 1.16 1.08 1.16 4/122 15604
/proc/meminfo: memFree=1570912/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1549116 CPUtime=10.82
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 52010 0 1 0 1056 26 0 0 15 0 16 0 9649861 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 387279 42155 1441 10 0 384582 0
[pid=15586/tid=15588] ppid=15584 vsize=1549116 CPUtime=2.47
/proc/15586/task/15588/stat : 15588 (java) S 15584 15586 14680 0 -1 4202560 7653 0 1 0 243 4 0 0 18 0 16 0 9649863 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1549116 CPUtime=0.06
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 2207 0 0 0 6 0 0 0 16 0 16 0 9649865 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1549116 CPUtime=0.01
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 1280 0 0 0 1 0 0 0 18 0 16 0 9649865 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15591/stat : 15591 (java) S 15584 15586 14680 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 9649866 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9649867 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9649867 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9649871 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1549116 CPUtime=2.61
/proc/15586/task/15595/stat : 15595 (java) S 15584 15586 14680 0 -1 4202560 7583 0 0 0 258 3 0 0 15 0 16 0 9649871 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1549116 CPUtime=2.18
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 7727 0 0 0 214 4 0 0 15 0 16 0 9649871 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9649871 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 9649871 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15601] ppid=15584 vsize=1549116 CPUtime=2.53
/proc/15586/task/15601/stat : 15601 (java) R 15584 15586 14680 0 -1 4202560 22970 0 0 0 243 10 0 0 18 0 16 0 9650114 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4110237162 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15586/tid=15602] ppid=15584 vsize=1549116 CPUtime=0.88
/proc/15586/task/15602/stat : 15602 (java) R 15584 15586 14680 0 -1 4202560 1506 0 0 0 87 1 0 0 18 0 16 0 9650114 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4110228058 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15603] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15603/stat : 15603 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650115 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15604] ppid=15584 vsize=1549116 CPUtime=0
/proc/15586/task/15604/stat : 15604 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650118 1586294784 42155 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 1549116

[startup+12.7017 s]
/proc/loadavg: 1.31 1.12 1.17 3/122 15604
/proc/meminfo: memFree=1529620/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1547840 CPUtime=23.35
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 60936 0 1 0 2304 31 0 0 15 0 16 0 9649861 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 386960 50452 1450 10 0 384263 0
[pid=15586/tid=15588] ppid=15584 vsize=1547840 CPUtime=2.47
/proc/15586/task/15588/stat : 15588 (java) S 15584 15586 14680 0 -1 4202560 7653 0 1 0 243 4 0 0 18 0 16 0 9649863 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1547840 CPUtime=0.22
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 4589 0 0 0 21 1 0 0 16 0 16 0 9649865 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1547840 CPUtime=0.17
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 3928 0 0 0 15 2 0 0 16 0 16 0 9649865 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1547840 CPUtime=0.15
/proc/15586/task/15591/stat : 15591 (java) S 15584 15586 14680 0 -1 4202560 2861 0 0 0 14 1 0 0 15 0 16 0 9649866 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9649871 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1547840 CPUtime=2.95
/proc/15586/task/15595/stat : 15595 (java) S 15584 15586 14680 0 -1 4202560 7600 0 0 0 292 3 0 0 15 0 16 0 9649871 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1547840 CPUtime=2.43
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 7747 0 0 0 239 4 0 0 15 0 16 0 9649871 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9649871 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 9649871 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15601] ppid=15584 vsize=1547840 CPUtime=8.19
/proc/15586/task/15601/stat : 15601 (java) R 15584 15586 14680 0 -1 4202560 23560 0 0 0 808 11 0 0 25 0 16 0 9650114 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4110071817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15602] ppid=15584 vsize=1547840 CPUtime=6.68
/proc/15586/task/15602/stat : 15602 (java) R 15584 15586 14680 0 -1 4202560 1927 0 0 0 667 1 0 0 25 0 16 0 9650114 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4110077178 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15586/tid=15603] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15603/stat : 15603 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650115 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15604] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15604/stat : 15604 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650118 1584988160 50452 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 1547840

[startup+25.503 s]
/proc/loadavg: 1.39 1.14 1.18 3/122 15604
/proc/meminfo: memFree=1512260/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1547840 CPUtime=48.39
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 65405 0 1 0 4805 34 0 0 15 0 16 0 9649861 1584988160 54544 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/15586/task/15603/stat : 15603 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650115 1584988160 90052 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15604] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15604/stat : 15604 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650118 1584988160 90052 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1586.4
Current children cumulated vsize (KiB) 1547840

[startup+882.302 s]
/proc/loadavg: 2.11 1.98 1.66 3/122 15629
/proc/meminfo: memFree=1367800/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1547840 CPUtime=1701.11
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 109429 0 1 0 169965 146 0 0 15 0 16 0 9649861 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 386960 90073 1450 10 0 384263 0
[pid=15586/tid=15588] ppid=15584 vsize=1547840 CPUtime=2.47
/proc/15586/task/15588/stat : 15588 (java) S 15584 15586 14680 0 -1 4202560 7664 0 1 0 243 4 0 0 15 0 16 0 9649863 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1547840 CPUtime=6.81
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 27403 0 0 0 656 25 0 0 15 0 16 0 9649865 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1547840 CPUtime=6.8
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 26818 0 0 0 658 22 0 0 15 0 16 0 9649865 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1547840 CPUtime=47.15
/proc/15586/task/15591/stat : 15591 (java) S 15584 15586 14680 0 -1 4202560 4607 0 0 0 4686 29 0 0 15 0 16 0 9649866 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9649871 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1547840 CPUtime=3.31
/proc/15586/task/15595/stat : 15595 (java) S 15584 15586 14680 0 -1 4202560 7607 0 0 0 328 3 0 0 15 0 16 0 9649871 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1547840 CPUtime=2.43
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 7747 0 0 0 239 4 0 0 15 0 16 0 9649871 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9649871 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 9649871 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15601] ppid=15584 vsize=1547840 CPUtime=818.1
/proc/15586/task/15601/stat : 15601 (java) R 15584 15586 14680 0 -1 4202560 24146 0 0 0 81777 33 0 0 25 0 16 0 9650114 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4110800246 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15602] ppid=15584 vsize=1547840 CPUtime=813.93
/proc/15586/task/15602/stat : 15602 (java) R 15584 15586 14680 0 -1 4202560 2315 0 0 0 81373 20 0 0 25 0 16 0 9650114 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4110662384 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15586/tid=15603] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15603/stat : 15603 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650115 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15604] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15604/stat : 15604 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650118 1584988160 90073 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1701.11
Current children cumulated vsize (KiB) 1547840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.103 s]
/proc/loadavg: 2.11 1.99 1.68 5/122 15631
/proc/meminfo: memFree=1363212/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1547840 CPUtime=1800.04
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 110823 0 1 0 179853 151 0 0 15 0 16 0 9649861 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 386960 91327 1450 10 0 384263 0
[pid=15586/tid=15588] ppid=15584 vsize=1547840 CPUtime=2.47
/proc/15586/task/15588/stat : 15588 (java) S 15584 15586 14680 0 -1 4202560 7665 0 1 0 243 4 0 0 15 0 16 0 9649863 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1547840 CPUtime=7.05
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 27838 0 0 0 679 26 0 0 15 0 16 0 9649865 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1547840 CPUtime=7.05
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 27098 0 0 0 682 23 0 0 15 0 16 0 9649865 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1547840 CPUtime=51.13
/proc/15586/task/15591/stat : 15591 (java) S 15584 15586 14680 0 -1 4202560 5246 0 0 0 5082 31 0 0 16 0 16 0 9649866 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15584 15586 14680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9649871 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1547840 CPUtime=3.31
/proc/15586/task/15595/stat : 15595 (java) S 15584 15586 14680 0 -1 4202560 7607 0 0 0 328 3 0 0 15 0 16 0 9649871 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1547840 CPUtime=2.43
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 7747 0 0 0 239 4 0 0 15 0 16 0 9649871 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9649871 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 9649871 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15601] ppid=15584 vsize=1547840 CPUtime=865.51
/proc/15586/task/15601/stat : 15601 (java) R 15584 15586 14680 0 -1 4202560 24166 0 0 0 86517 34 0 0 25 0 16 0 9650114 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4109979024 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15586/tid=15602] ppid=15584 vsize=1547840 CPUtime=860.98
/proc/15586/task/15602/stat : 15602 (java) R 15584 15586 14680 0 -1 4202560 2330 0 0 0 86078 20 0 0 18 0 16 0 9650114 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4110413551 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15603] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15603/stat : 15603 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650115 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15604] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15604/stat : 15604 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650118 1584988160 91327 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1547840

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

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

[startup+934.218 s]
/proc/loadavg: 2.11 1.99 1.68 5/122 15631
/proc/meminfo: memFree=1363212/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1547840 CPUtime=1800.26
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 110826 0 1 0 179875 151 0 0 15 0 16 0 9649861 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 386960 91330 1450 10 0 384263 0
[pid=15586/tid=15588] ppid=15584 vsize=1547840 CPUtime=2.47
/proc/15586/task/15588/stat : 15588 (java) S 15584 15586 14680 0 -1 4202560 7665 0 1 0 243 4 0 0 15 0 16 0 9649863 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1547840 CPUtime=7.05
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 27838 0 0 0 679 26 0 0 15 0 16 0 9649865 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1547840 CPUtime=7.05
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 27098 0 0 0 682 23 0 0 15 0 16 0 9649865 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1547840 CPUtime=51.13
/proc/15586/task/15591/stat : 15591 (java) S 15584 15586 14680 0 -1 4202560 5246 0 0 0 5082 31 0 0 15 0 16 0 9649866 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9649867 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) R 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 9649871 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1547840 CPUtime=3.31
/proc/15586/task/15595/stat : 15595 (java) S 15584 15586 14680 0 -1 4202560 7607 0 0 0 328 3 0 0 15 0 16 0 9649871 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1547840 CPUtime=2.43
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 7747 0 0 0 239 4 0 0 15 0 16 0 9649871 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9649871 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 9649871 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15601] ppid=15584 vsize=1547840 CPUtime=865.62
/proc/15586/task/15601/stat : 15601 (java) R 15584 15586 14680 0 -1 4202560 24166 0 0 0 86528 34 0 0 25 0 16 0 9650114 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4110077289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15586/tid=15602] ppid=15584 vsize=1547840 CPUtime=861.09
/proc/15586/task/15602/stat : 15602 (java) R 15584 15586 14680 0 -1 4202560 2330 0 0 0 86089 20 0 0 18 0 16 0 9650114 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4110413652 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15603] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15603/stat : 15603 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650115 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15604] ppid=15584 vsize=1547840 CPUtime=0
/proc/15586/task/15604/stat : 15604 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9650118 1584988160 91330 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1547840

[startup+934.403 s]
/proc/loadavg: 2.11 1.99 1.68 5/122 15631
/proc/meminfo: memFree=1363212/2059040 swapFree=4192956/4192956
[pid=15586] ppid=15584 vsize=1548488 CPUtime=1800.62
/proc/15586/stat : 15586 (java) S 15584 15586 14680 0 -1 4202496 110840 0 1 0 179911 151 0 0 15 0 18 0 9649861 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15586/statm: 387122 91344 1450 10 0 384425 0
[pid=15586/tid=15588] ppid=15584 vsize=1548488 CPUtime=2.47
/proc/15586/task/15588/stat : 15588 (java) S 15584 15586 14680 0 -1 4202560 7665 0 1 0 243 4 0 0 15 0 18 0 9649863 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15589] ppid=15584 vsize=1548488 CPUtime=7.05
/proc/15586/task/15589/stat : 15589 (java) S 15584 15586 14680 0 -1 4202560 27838 0 0 0 679 26 0 0 15 0 18 0 9649865 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15590] ppid=15584 vsize=1548488 CPUtime=7.05
/proc/15586/task/15590/stat : 15590 (java) S 15584 15586 14680 0 -1 4202560 27098 0 0 0 682 23 0 0 15 0 18 0 9649865 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15591] ppid=15584 vsize=1548488 CPUtime=51.13
/proc/15586/task/15591/stat : 15591 (java) S 15584 15586 14680 0 -1 4202560 5246 0 0 0 5082 31 0 0 15 0 18 0 9649866 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 0 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15592] ppid=15584 vsize=1548488 CPUtime=0
/proc/15586/task/15592/stat : 15592 (java) S 15584 15586 14680 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 9649867 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15593] ppid=15584 vsize=1548488 CPUtime=0
/proc/15586/task/15593/stat : 15593 (java) S 15584 15586 14680 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 9649867 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15594] ppid=15584 vsize=1548488 CPUtime=0
/proc/15586/task/15594/stat : 15594 (java) S 15584 15586 14680 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 9649871 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15595] ppid=15584 vsize=1548488 CPUtime=3.31
/proc/15586/task/15595/stat : 15595 (java) S 15584 15586 14680 0 -1 4202560 7607 0 0 0 328 3 0 0 15 0 18 0 9649871 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15596] ppid=15584 vsize=1548488 CPUtime=2.43
/proc/15586/task/15596/stat : 15596 (java) S 15584 15586 14680 0 -1 4202560 7747 0 0 0 239 4 0 0 15 0 18 0 9649871 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15597] ppid=15584 vsize=1548488 CPUtime=0
/proc/15586/task/15597/stat : 15597 (java) S 15584 15586 14680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 9649871 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15598] ppid=15584 vsize=1548488 CPUtime=0
/proc/15586/task/15598/stat : 15598 (java) S 15584 15586 14680 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 9649871 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 0 0 0 0
[pid=15586/tid=15601] ppid=15584 vsize=1548488 CPUtime=865.79
/proc/15586/task/15601/stat : 15601 (java) R 15584 15586 14680 0 -1 4202560 24166 0 0 0 86545 34 0 0 25 0 18 0 9650114 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4110080591 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15586/tid=15602] ppid=15584 vsize=1548488 CPUtime=861.27
/proc/15586/task/15602/stat : 15602 (java) R 15584 15586 14680 0 -1 4202560 2330 0 0 0 86107 20 0 0 18 0 18 0 9650114 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4109903755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15586/tid=15603] ppid=15584 vsize=1548488 CPUtime=0
/proc/15586/task/15603/stat : 15603 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 9650115 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
[pid=15586/tid=15604] ppid=15584 vsize=1548488 CPUtime=0
/proc/15586/task/15604/stat : 15604 (java) S 15584 15586 14680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 9650118 1585651712 91344 1992294400 134512640 134550932 4290195744 18446744073709551615 4294960144 0 4 0 16800975 18446604437844256960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 1548488

Child status: 143
Real time (s): 934.48
CPU time (s): 1800.75
CPU user time (s): 1799.19
CPU system time (s): 1.55676
CPU usage (%): 192.7
Max. virtual memory (cumulated for all children) (KiB): 1553552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.55676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110844
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= 32427
involuntary context switches= 54495

runsolver used 3.86041 second user time and 9.56355 second system time

The end

Launcher Data

Begin job on node044 at 2010-06-16 12:19:36
IDJOB=2661611
IDBENCH=48371
IDSOLVER=1166
FILE ID=node044/2661611-1276683576
PBS_JOBID= 11172551
Free space on /tmp= 62588 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_2_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661611-1276683576/watcher-2661611-1276683576 -o /tmp/evaluation-result-2661611-1276683576/solver-2661611-1276683576 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661611-1276683576.opb

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

MD5SUM BENCH= 9cbb63659aad73a7ceefd89db6573bef
RANDOM SEED=415555385

node044.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.266
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.53
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.266
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1726620 kB
Buffers:         64712 kB
Cached:         141980 kB
SwapCached:          0 kB
Active:         122624 kB
Inactive:       143460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1726620 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             588 kB
Writeback:           0 kB
AnonPages:       59384 kB
Mapped:          15444 kB
Slab:            44552 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179832 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= 62588 MiB
End job on node044 at 2010-06-16 12:35:12