Trace number 2662987

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-31OPT307 1592.21 827.806

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark0.334949
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
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 constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662987-1276353394.opb
0.23/0.22	c reading problem ... 
0.35/0.38	c ... done. Wall clock time 0.152s.
0.35/0.38	c #vars     319
0.35/0.38	c #constraints  6
0.35/0.38	c constraints type 
0.35/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.35/0.38	c constraints type 
0.35/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.35/0.46	c And the winner is Resolution
1.19/1.40	c SATISFIABLE
1.19/1.40	c OPTIMIZING...
1.19/1.40	c Got one! Elapsed wall clock time (in seconds):1.18
1.19/1.40	o 359
5.74/3.79	c cleaning 2510 clauses out of 5025 with flag 5025/5025
9.28/5.54	c cleaning 4262 clauses out of 8530 with flag 11040/11040
12.79/7.33	c cleaning 5597 clauses out of 11228 with flag 18000/18000
18.90/10.45	c cleaning 6841 clauses out of 13682 with flag 26051/26051
25.37/13.74	c cleaning 7895 clauses out of 15791 with flag 35001/35001
25.37/13.79	c And the winner is Resolution
25.57/14.54	c Got one! Elapsed wall clock time (in seconds):14.321
25.57/14.54	o 334
25.90/14.77	c And the winner is Resolution
26.07/15.55	c Got one! Elapsed wall clock time (in seconds):15.328
26.07/15.55	o 307
35.27/20.20	c cleaning 8946 clauses out of 17895 with flag 45000/45000
45.12/25.25	c cleaning 9472 clauses out of 18950 with flag 55001/55001
52.96/29.26	c cleaning 9737 clauses out of 19477 with flag 65000/65000
60.60/33.18	c cleaning 9867 clauses out of 19740 with flag 75000/75000
71.24/38.56	c cleaning 9935 clauses out of 19873 with flag 85000/85000
79.07/42.58	c cleaning 9966 clauses out of 19938 with flag 95000/95000
86.12/46.16	c cleaning 9991 clauses out of 19987 with flag 105015/105015
93.12/49.78	c cleaning 9988 clauses out of 19983 with flag 115002/115002
99.57/53.02	c cleaning 9988 clauses out of 19993 with flag 125000/125000
108.19/57.43	c cleaning 10019 clauses out of 20042 with flag 135037/135037
118.98/62.95	c cleaning 9992 clauses out of 19987 with flag 145001/145001
129.36/68.25	c cleaning 9995 clauses out of 19995 with flag 155001/155001
138.76/73.05	c cleaning 10011 clauses out of 20027 with flag 165028/165028
147.17/77.38	c cleaning 9988 clauses out of 19988 with flag 175000/175000
161.53/84.62	c cleaning 10030 clauses out of 20062 with flag 185062/185062
174.44/91.26	c cleaning 9990 clauses out of 19984 with flag 195014/195014
184.42/96.36	c cleaning 9987 clauses out of 19980 with flag 205000/205000
191.64/100.03	c cleaning 9994 clauses out of 19994 with flag 215001/215001
202.19/105.50	c cleaning 9995 clauses out of 20000 with flag 225001/225001
211.71/110.31	c cleaning 9999 clauses out of 20004 with flag 235000/235000
223.48/116.39	c cleaning 10026 clauses out of 20058 with flag 245053/245053
233.45/121.46	c cleaning 9978 clauses out of 19979 with flag 255000/255000
244.79/127.25	c cleaning 9997 clauses out of 20002 with flag 265001/265001
252.31/131.13	c cleaning 9995 clauses out of 20004 with flag 275000/275000
260.69/135.49	c cleaning 10002 clauses out of 20009 with flag 285000/285000
274.41/142.41	c cleaning 10000 clauses out of 20008 with flag 295001/295001
282.18/146.48	c cleaning 10000 clauses out of 20008 with flag 305001/305001
290.09/150.54	c cleaning 10006 clauses out of 20018 with flag 315011/315011
297.47/154.37	c cleaning 9996 clauses out of 20001 with flag 325000/325000
305.85/158.68	c cleaning 10003 clauses out of 20012 with flag 335007/335007
313.02/162.34	c cleaning 10000 clauses out of 20006 with flag 345004/345004
323.49/167.75	c cleaning 9996 clauses out of 20002 with flag 355000/355000
334.43/173.37	c cleaning 10000 clauses out of 20007 with flag 365001/365001
344.36/178.48	c cleaning 10009 clauses out of 20021 with flag 375015/375015
354.90/183.89	c cleaning 9994 clauses out of 19997 with flag 385000/385000
363.20/188.15	c cleaning 9998 clauses out of 20004 with flag 395001/395001
371.15/192.26	c cleaning 10000 clauses out of 20008 with flag 405003/405003
380.10/196.86	c cleaning 10006 clauses out of 20016 with flag 415011/415011
396.36/205.19	c cleaning 10000 clauses out of 20004 with flag 425005/425005
415.33/214.87	c cleaning 10017 clauses out of 20040 with flag 435041/435041
424.26/219.46	c cleaning 9986 clauses out of 19982 with flag 445000/445000
432.40/223.63	c cleaning 9995 clauses out of 19996 with flag 455000/455000
441.52/228.33	c cleaning 9996 clauses out of 20001 with flag 465000/465000
451.56/233.53	c cleaning 10001 clauses out of 20010 with flag 475005/475005
460.29/238.04	c cleaning 9998 clauses out of 20004 with flag 485000/485000
468.22/242.18	c cleaning 10001 clauses out of 20007 with flag 495001/495001
476.39/246.32	c cleaning 10000 clauses out of 20007 with flag 505002/505002
483.26/249.93	c cleaning 9999 clauses out of 20006 with flag 515001/515001
491.01/253.97	c cleaning 9998 clauses out of 20006 with flag 525000/525000
498.75/257.91	c cleaning 10009 clauses out of 20026 with flag 535018/535018
506.10/261.71	c cleaning 9998 clauses out of 19999 with flag 545000/545000
513.55/265.66	c cleaning 10001 clauses out of 20008 with flag 555007/555007
521.88/270.00	c cleaning 9999 clauses out of 20003 with flag 565003/565003
528.22/273.28	c cleaning 9997 clauses out of 20001 with flag 575000/575000
536.92/277.77	c cleaning 9999 clauses out of 20004 with flag 585000/585000
545.37/282.15	c cleaning 10012 clauses out of 20034 with flag 595029/595029
554.89/287.02	c cleaning 9998 clauses out of 19999 with flag 605006/605006
564.59/292.10	c cleaning 9995 clauses out of 19995 with flag 615000/615000
574.68/297.28	c cleaning 10025 clauses out of 20057 with flag 625057/625057
582.92/301.54	c cleaning 9989 clauses out of 19983 with flag 635008/635008
593.62/307.08	c cleaning 9991 clauses out of 19988 with flag 645002/645002
602.92/311.86	c cleaning 9996 clauses out of 19995 with flag 655000/655000
610.85/315.97	c cleaning 9998 clauses out of 20001 with flag 665002/665002
618.88/320.15	c cleaning 10006 clauses out of 20020 with flag 675019/675019
624.60/323.17	c cleaning 9994 clauses out of 19995 with flag 685000/685000
630.54/326.20	c cleaning 9997 clauses out of 20001 with flag 695000/695000
636.06/329.12	c cleaning 9999 clauses out of 20004 with flag 705000/705000
643.47/333.03	c cleaning 9998 clauses out of 20005 with flag 715000/715000
648.81/335.85	c cleaning 10003 clauses out of 20011 with flag 725004/725004
657.12/340.13	c cleaning 10003 clauses out of 20011 with flag 735007/735007
663.24/343.37	c cleaning 9995 clauses out of 20002 with flag 745001/745001
670.68/347.23	c cleaning 10001 clauses out of 20008 with flag 755002/755002
678.60/351.31	c cleaning 9999 clauses out of 20005 with flag 765000/765000
686.71/355.54	c cleaning 9992 clauses out of 20006 with flag 775000/775000
695.01/359.90	c cleaning 10005 clauses out of 20016 with flag 785002/785002
704.22/364.63	c cleaning 10003 clauses out of 20012 with flag 795003/795003
715.50/370.44	c cleaning 10000 clauses out of 20006 with flag 805000/805000
725.81/375.79	c cleaning 10038 clauses out of 20080 with flag 815074/815074
734.12/380.01	c cleaning 9973 clauses out of 19968 with flag 825000/825000
744.10/385.24	c cleaning 9992 clauses out of 19995 with flag 835000/835000
752.01/389.33	c cleaning 10000 clauses out of 20008 with flag 845005/845005
760.30/393.62	c cleaning 9998 clauses out of 20004 with flag 855001/855001
771.58/399.45	c cleaning 9992 clauses out of 20005 with flag 865000/865000
781.17/404.49	c cleaning 10007 clauses out of 20020 with flag 875007/875007
791.86/409.95	c cleaning 10008 clauses out of 20024 with flag 885018/885018
800.75/414.58	c cleaning 9997 clauses out of 20001 with flag 895003/895003
811.42/420.04	c cleaning 9998 clauses out of 20002 with flag 905001/905001
821.38/425.27	c cleaning 10000 clauses out of 20005 with flag 915002/915002
829.48/429.40	c cleaning 9999 clauses out of 20004 with flag 925001/925001
836.20/432.95	c cleaning 10000 clauses out of 20008 with flag 935004/935004
844.51/437.24	c cleaning 10000 clauses out of 20006 with flag 945002/945002
853.08/441.75	c cleaning 9993 clauses out of 20004 with flag 955000/955000
860.39/445.53	c cleaning 9998 clauses out of 20011 with flag 965000/965000
870.26/450.63	c cleaning 10004 clauses out of 20013 with flag 975000/975000
882.33/456.83	c cleaning 10003 clauses out of 20011 with flag 985002/985002
892.69/462.29	c cleaning 10001 clauses out of 20007 with flag 995001/995001
903.35/467.76	c cleaning 10012 clauses out of 20028 with flag 1005023/1005023
918.57/475.56	c cleaning 9992 clauses out of 19993 with flag 1015000/1015000
927.04/479.93	c cleaning 9994 clauses out of 20001 with flag 1025000/1025000
937.60/485.47	c cleaning 10001 clauses out of 20007 with flag 1035000/1035000
947.28/490.46	c cleaning 10002 clauses out of 20009 with flag 1045003/1045003
959.35/496.66	c cleaning 9998 clauses out of 20005 with flag 1055001/1055001
972.40/503.34	c cleaning 10000 clauses out of 20009 with flag 1065003/1065003
984.34/509.57	c cleaning 9999 clauses out of 20006 with flag 1075000/1075000
993.04/514.07	c cleaning 10000 clauses out of 20007 with flag 1085000/1085000
1000.74/518.10	c cleaning 10003 clauses out of 20012 with flag 1095005/1095005
1009.23/522.43	c cleaning 10002 clauses out of 20009 with flag 1105005/1105005
1016.38/526.24	c cleaning 10015 clauses out of 20036 with flag 1115034/1115034
1025.65/531.04	c cleaning 9990 clauses out of 19990 with flag 1125003/1125003
1032.74/534.75	c cleaning 9997 clauses out of 20000 with flag 1135003/1135003
1040.02/538.54	c cleaning 9995 clauses out of 20001 with flag 1145001/1145001
1048.37/542.91	c cleaning 10003 clauses out of 20012 with flag 1155007/1155007
1055.05/546.48	c cleaning 9996 clauses out of 20002 with flag 1165000/1165000
1062.33/550.29	c cleaning 9997 clauses out of 20007 with flag 1175001/1175001
1069.80/554.16	c cleaning 10001 clauses out of 20009 with flag 1185000/1185000
1079.17/559.04	c cleaning 10006 clauses out of 20017 with flag 1195009/1195009
1087.07/563.20	c cleaning 9998 clauses out of 20002 with flag 1205000/1205000
1096.33/567.96	c cleaning 9999 clauses out of 20004 with flag 1215000/1215000
1105.22/572.52	c cleaning 10000 clauses out of 20006 with flag 1225001/1225001
1114.56/577.42	c cleaning 10008 clauses out of 20022 with flag 1235017/1235017
1121.42/581.00	c cleaning 9996 clauses out of 20000 with flag 1245003/1245003
1129.69/585.40	c cleaning 10004 clauses out of 20011 with flag 1255010/1255010
1138.35/589.86	c cleaning 9982 clauses out of 20002 with flag 1265005/1265005
1147.29/594.52	c cleaning 10008 clauses out of 20029 with flag 1275014/1275014
1158.74/600.46	c cleaning 10003 clauses out of 20011 with flag 1285004/1285004
1165.81/604.17	c cleaning 9989 clauses out of 20004 with flag 1295000/1295000
1173.48/608.15	c cleaning 10003 clauses out of 20015 with flag 1305000/1305000
1183.62/613.46	c cleaning 10005 clauses out of 20016 with flag 1315004/1315004
1191.89/617.74	c cleaning 10000 clauses out of 20012 with flag 1325005/1325005
1200.34/622.19	c cleaning 10005 clauses out of 20018 with flag 1335011/1335011
1209.80/627.08	c cleaning 9993 clauses out of 20002 with flag 1345000/1345000
1221.88/633.33	c cleaning 9990 clauses out of 20011 with flag 1355002/1355002
1230.34/637.72	c cleaning 10009 clauses out of 20023 with flag 1365004/1365004
1240.76/643.15	c cleaning 10008 clauses out of 20025 with flag 1375015/1375015
1249.40/647.69	c cleaning 9998 clauses out of 20004 with flag 1385002/1385002
1256.36/651.38	c cleaning 10016 clauses out of 20035 with flag 1395031/1395031
1264.04/655.33	c cleaning 9991 clauses out of 19990 with flag 1405002/1405002
1271.53/659.25	c cleaning 9989 clauses out of 19997 with flag 1415000/1415000
1280.58/663.99	c cleaning 9985 clauses out of 20009 with flag 1425001/1425001
1291.71/669.80	c cleaning 10004 clauses out of 20023 with flag 1435000/1435000
1301.55/674.82	c cleaning 10026 clauses out of 20058 with flag 1445039/1445039
1310.40/679.45	c cleaning 9995 clauses out of 19995 with flag 1455002/1455002
1316.47/682.66	c cleaning 9998 clauses out of 20000 with flag 1465002/1465002
1321.83/685.59	c cleaning 9998 clauses out of 20001 with flag 1475001/1475001
1327.11/688.32	c cleaning 9999 clauses out of 20004 with flag 1485002/1485002
1332.60/691.26	c cleaning 9999 clauses out of 20004 with flag 1495001/1495001
1338.46/694.39	c cleaning 10000 clauses out of 20007 with flag 1505003/1505003
1344.79/697.73	c cleaning 9991 clauses out of 20004 with flag 1515000/1515000
1351.05/701.04	c cleaning 10005 clauses out of 20016 with flag 1525003/1525003
1366.02/708.73	c cleaning 10007 clauses out of 20020 with flag 1535012/1535012
1374.27/713.07	c cleaning 9997 clauses out of 20002 with flag 1545001/1545001
1384.18/718.30	c cleaning 9999 clauses out of 20005 with flag 1555001/1555001
1395.37/724.00	c cleaning 9978 clauses out of 20009 with flag 1565004/1565004
1405.20/729.14	c cleaning 10009 clauses out of 20028 with flag 1575001/1575001
1418.99/736.21	c cleaning 10012 clauses out of 20030 with flag 1585012/1585012
1429.07/741.60	c cleaning 9996 clauses out of 20007 with flag 1595001/1595001
1442.65/748.51	c cleaning 10004 clauses out of 20014 with flag 1605004/1605004
1466.75/760.85	c cleaning 10003 clauses out of 20011 with flag 1615005/1615005
1476.00/765.68	c cleaning 9995 clauses out of 20003 with flag 1625000/1625000
1485.24/770.56	c cleaning 10002 clauses out of 20010 with flag 1635002/1635002
1494.47/775.32	c cleaning 9998 clauses out of 20007 with flag 1645001/1645001
1500.93/778.77	c cleaning 9986 clauses out of 20009 with flag 1655001/1655001
1510.53/783.78	c cleaning 10004 clauses out of 20022 with flag 1665000/1665000
1518.44/787.90	c cleaning 9998 clauses out of 20018 with flag 1675000/1675000
1527.07/792.41	c cleaning 10000 clauses out of 20020 with flag 1685000/1685000
1536.08/797.16	c cleaning 9993 clauses out of 20026 with flag 1695006/1695006
1544.50/801.57	c cleaning 10015 clauses out of 20038 with flag 1705011/1705011
1553.18/806.18	c cleaning 10005 clauses out of 20018 with flag 1715006/1715006
1562.01/810.75	c cleaning 10000 clauses out of 20009 with flag 1725002/1725002
1573.79/816.80	c cleaning 10001 clauses out of 20007 with flag 1735000/1735000
1585.17/822.73	c cleaning 10000 clauses out of 20006 with flag 1745000/1745000
1589.85/825.35	c And the winner is CuttingPlanes
1592.13/827.72	c starts		: 6
1592.13/827.72	c conflicts		: 2958
1592.13/827.72	c decisions		: 14845
1592.13/827.72	c propagations		: 71246
1592.13/827.72	c inspects		: 49726922
1592.13/827.72	c learnt literals	: 0
1592.13/827.72	c learnt binary clauses	: 0
1592.13/827.72	c learnt ternary clauses	: 0
1592.13/827.72	c learnt clauses	: 2957
1592.13/827.72	c ignored clauses	: 0
1592.13/827.72	c root simplifications	: 0
1592.13/827.72	c removed literals (reason simplification)	: 0
1592.13/827.72	c reason swapping (by a shorter reason)	: 0
1592.13/827.72	c Calls to reduceDB	: 0
1592.13/827.72	c number of reductions to clauses (during analyze)	: 0
1592.13/827.72	c number of learned constraints concerned by reduction	: 0
1592.13/827.72	c number of learning phase by resolution	: 0
1592.13/827.72	c number of learning phase by cutting planes	: 0
1592.13/827.72	c speed (assignments/second)	: 87.72376973587814
1592.13/827.72	c non guided choices	0
1592.13/827.72	c learnt constraints type 
1592.13/827.72	c constraints type 
1592.13/827.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
1592.13/827.72	c constraints type 
1592.13/827.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
1592.13/827.72	s OPTIMUM FOUND
1592.13/827.72	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 
1592.13/827.72	c objective function=307
1592.13/827.73	c Total wall clock time (in seconds): 827.501

Verifier Data

OK	307

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662987-1276353394/watcher-2662987-1276353394 -o /tmp/evaluation-result-2662987-1276353394/solver-2662987-1276353394 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662987-1276353394.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.74 1.95 1.65 3/106 12593
/proc/meminfo: memFree=1829412/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1832 CPUtime=0
/proc/12593/stat : 12593 (java6) R 12591 12593 12212 0 -1 4194304 248 0 0 0 0 0 0 0 19 0 1 0 10940986 1875968 151 1992294400 134512640 134550932 4289569152 18446744073709551615 8021152 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12593/statm: 459 155 116 10 0 64 0

[startup+0.033442 s]
/proc/loadavg: 1.74 1.95 1.65 3/106 12593
/proc/meminfo: memFree=1829412/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1518368 CPUtime=0.02
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 2794 0 1 0 1 1 0 0 18 0 4 0 10940986 1554808832 2236 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 379592 2236 519 10 0 377303 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1518368

[startup+0.101832 s]
/proc/loadavg: 1.74 1.95 1.65 3/106 12593
/proc/meminfo: memFree=1829412/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1524180 CPUtime=0.08
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 3959 0 1 0 7 1 0 0 18 0 12 0 10940986 1560760320 3397 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 381045 3397 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301869 s]
/proc/loadavg: 1.74 1.95 1.65 3/106 12593
/proc/meminfo: memFree=1829412/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1526400 CPUtime=0.35
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 5414 0 1 0 32 3 0 0 18 0 12 0 10940986 1563033600 4849 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 381600 4849 1358 10 0 378903 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526400

[startup+0.70105 s]
/proc/loadavg: 1.74 1.95 1.65 3/106 12593
/proc/meminfo: memFree=1829412/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1539468 CPUtime=1.01
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 9176 0 1 0 96 5 0 0 18 0 14 0 10940986 1576415232 7910 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 384867 7910 1397 10 0 382170 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1539468

[startup+1.50004 s]
/proc/loadavg: 1.74 1.95 1.65 1/120 12609
/proc/meminfo: memFree=1800968/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1540472 CPUtime=1.38
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 11101 0 1 0 132 6 0 0 18 0 16 0 10940986 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 385118 8643 1411 10 0 382421 0
[pid=12593/tid=12595] ppid=12591 vsize=1540472 CPUtime=0.34
/proc/12593/task/12595/stat : 12595 (java) S 12591 12593 12212 0 -1 4202560 3922 0 1 0 32 2 0 0 19 0 16 0 10940987 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 10940989 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 10940989 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10940991 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 10940991 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 10940991 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10940995 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1540472 CPUtime=0.61
/proc/12593/task/12602/stat : 12602 (java) R 12591 12593 12212 0 -1 4202560 4610 0 0 0 60 1 0 0 15 0 16 0 10940995 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 104163579 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1540472 CPUtime=0.22
/proc/12593/task/12603/stat : 12603 (java) R 12591 12593 12212 0 -1 4202560 1023 0 0 0 22 0 0 0 17 0 16 0 10940995 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 105858618 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10940995 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10940995 1577443328 8643 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10941028 1577443328 8644 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 10941033 1577443328 8644 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1540472

[startup+3.10101 s]
/proc/loadavg: 1.74 1.95 1.65 8/122 12611
/proc/meminfo: memFree=1739944/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1540472 CPUtime=4.55
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 42484 0 1 0 436 19 0 0 18 0 16 0 10940986 1577443328 37897 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 385118 37897 1436 10 0 382421 0
[pid=12593/tid=12595] ppid=12591 vsize=1540472 CPUtime=0.34
/proc/12593/task/12595/stat : 12595 (java) S 12591 12593 12212 0 -1 4202560 3922 0 1 0 32 2 0 0 18 0 16 0 10940987 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1540472 CPUtime=0.01
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 449 0 0 0 1 0 0 0 15 0 16 0 10940989 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 895 0 0 0 0 0 0 0 16 0 16 0 10940989 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 16 0 10940991 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10940991 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10940991 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10940995 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1540472 CPUtime=1.29
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 5435 0 0 0 127 2 0 0 15 0 16 0 10940995 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1540472 CPUtime=0.95
/proc/12593/task/12603/stat : 12603 (java) R 12591 12593 12212 0 -1 4202560 2600 0 0 0 94 1 0 0 15 0 16 0 10940995 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 103977925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10940995 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10940995 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10941028 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1540472 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 10941033 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12610] ppid=12591 vsize=1540472 CPUtime=0.75
/proc/12593/task/12610/stat : 12610 (java) R 12591 12593 12212 0 -1 4202560 3216 0 0 0 74 1 0 0 21 0 16 0 10941127 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4109767558 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12593/tid=12611] ppid=12591 vsize=1540472 CPUtime=1.04
/proc/12593/task/12611/stat : 12611 (java) R 12591 12593 12212 0 -1 4202560 24646 0 0 0 95 9 0 0 18 0 16 0 10941127 1577443328 37898 1992294400 134512640 134550932 4292001008 18446744073709551615 4109564164 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 1540472

[startup+6.30195 s]
/proc/loadavg: 1.92 1.98 1.66 4/122 12611
/proc/meminfo: memFree=1657484/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1538668 CPUtime=10.81
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 54081 0 1 0 1057 24 0 0 18 0 16 0 10940986 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 384667 46912 1444 10 0 381970 0
[pid=12593/tid=12595] ppid=12591 vsize=1538668 CPUtime=0.34
/proc/12593/task/12595/stat : 12595 (java) S 12591 12593 12212 0 -1 4202560 3922 0 1 0 32 2 0 0 18 0 16 0 10940987 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1538668 CPUtime=0.07
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 2795 0 0 0 7 0 0 0 16 0 16 0 10940989 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1538668 CPUtime=0.06
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 3260 0 0 0 5 1 0 0 15 0 16 0 10940989 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1538668 CPUtime=0.08
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 1939 0 0 0 7 1 0 0 15 0 16 0 10940991 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1538668 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10940991 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1538668 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10940991 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1538668 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10940995 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1538668 CPUtime=1.91
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 7543 0 0 0 188 3 0 0 15 0 16 0 10940995 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1538668 CPUtime=1.1
/proc/12593/task/12603/stat : 12603 (java) S 12591 12593 12212 0 -1 4202560 2686 0 0 0 109 1 0 0 15 0 16 0 10940995 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1538668 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10940995 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1538668 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10940995 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1538668 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10941028 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1538668 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 10941033 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12610] ppid=12591 vsize=1538668 CPUtime=3.41
/proc/12593/task/12610/stat : 12610 (java) R 12591 12593 12212 0 -1 4202560 3395 0 0 0 340 1 0 0 25 0 16 0 10941127 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4109533493 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12593/tid=12611] ppid=12591 vsize=1538668 CPUtime=3.67
/proc/12593/task/12611/stat : 12611 (java) R 12591 12593 12212 0 -1 4202560 27229 0 0 0 357 10 0 0 19 0 16 0 10941127 1575596032 46912 1992294400 134512640 134550932 4292001008 18446744073709551615 4109688055 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 1538668

[startup+12.7181 s]
/proc/loadavg: 2.01 2.00 1.67 3/122 12613
/proc/meminfo: memFree=1633800/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1535448 CPUtime=23.42
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 60565 0 1 0 2314 28 0 0 18 0 16 0 10940986 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 383862 49923 1448 10 0 381165 0
[pid=12593/tid=12595] ppid=12591 vsize=1535448 CPUtime=0.34
/proc/12593/task/12595/stat : 12595 (java) S 12591 12593 12212 0 -1 4202560 3922 0 1 0 32 2 0 0 18 0 16 0 10940987 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1535448 CPUtime=0.17
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 5546 0 0 0 15 2 0 0 16 0 16 0 10940989 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1535448 CPUtime=0.15
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 5525 0 0 0 13 2 0 0 16 0 16 0 10940989 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1535448 CPUtime=0.2
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 2023 0 0 0 18 2 0 0 15 0 16 0 10940991 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1535448 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10940991 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1535448 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10940991 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1535448 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10940995 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1535448 CPUtime=1.91
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 7558 0 0 0 188 3 0 0 16 0 16 0 10940995 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1535448 CPUtime=1.44
/proc/12593/task/12603/stat : 12603 (java) R 12591 12593 12212 0 -1 4202560 4036 0 0 0 143 1 0 0 15 0 16 0 10940995 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 103148701 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1535448 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10940995 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1535448 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10940995 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1535448 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10941028 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1535448 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 10941033 1572298752 49923 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0

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

/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10940995 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1535672 CPUtime=4.43
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 7746 0 0 0 440 3 0 0 15 0 16 0 10940995 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1535672 CPUtime=2.19
/proc/12593/task/12603/stat : 12603 (java) S 12591 12593 12212 0 -1 4202560 4088 0 0 0 218 1 0 0 15 0 16 0 10940995 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10940995 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 10940995 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10941028 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 10941033 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12616] ppid=12591 vsize=1535672 CPUtime=744.97
/proc/12593/task/12616/stat : 12616 (java) R 12591 12593 12212 0 -1 4202560 598 0 0 0 74475 22 0 0 25 0 16 0 10942542 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4110547894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12593/tid=12617] ppid=12591 vsize=1535672 CPUtime=741.57
/proc/12593/task/12617/stat : 12617 (java) R 12591 12593 12212 0 -1 4202560 519 0 0 0 74141 16 0 0 25 0 16 0 10942542 1572528128 97501 1992294400 134512640 134550932 4292001008 18446744073709551615 4109691060 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1584.37
Current children cumulated vsize (KiB) 1535672

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

[startup+825.501 s]
/proc/loadavg: 1.89 1.99 1.83 3/122 12637
/proc/meminfo: memFree=1440112/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1535672 CPUtime=1589.95
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 118733 0 1 0 158789 206 0 0 18 0 14 0 10940986 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 383918 97967 1448 10 0 381221 0
[pid=12593/tid=12595] ppid=12591 vsize=1535672 CPUtime=0.35
/proc/12593/task/12595/stat : 12595 (java) S 12591 12593 12212 0 -1 4202560 3939 0 1 0 33 2 0 0 15 0 14 0 10940987 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1535672 CPUtime=13.82
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 34643 0 0 0 1318 64 0 0 16 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1535672 CPUtime=13.8
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 33049 0 0 0 1315 65 0 0 15 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1535672 CPUtime=42.47
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 2138 0 0 0 4232 15 0 0 15 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1535672 CPUtime=4.43
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 7746 0 0 0 440 3 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1535672 CPUtime=2.19
/proc/12593/task/12603/stat : 12603 (java) S 12591 12593 12212 0 -1 4202560 4088 0 0 0 218 1 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10941028 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 14 0 10941033 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1589.95
Current children cumulated vsize (KiB) 1535672

[startup+827.102 s]
/proc/loadavg: 1.89 1.99 1.83 2/120 12637
/proc/meminfo: memFree=1440128/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1535672 CPUtime=1591.54
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 118733 0 1 0 158948 206 0 0 18 0 14 0 10940986 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 383918 97967 1448 10 0 381221 0
[pid=12593/tid=12595] ppid=12591 vsize=1535672 CPUtime=1.91
/proc/12593/task/12595/stat : 12595 (java) R 12591 12593 12212 0 -1 4202560 3939 0 1 0 189 2 0 0 17 0 14 0 10940987 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4109350702 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1535672 CPUtime=13.82
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 34643 0 0 0 1318 64 0 0 16 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1535672 CPUtime=13.8
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 33049 0 0 0 1315 65 0 0 15 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1535672 CPUtime=42.47
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 2138 0 0 0 4232 15 0 0 15 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1535672 CPUtime=4.46
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 7746 0 0 0 443 3 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1535672 CPUtime=2.19
/proc/12593/task/12603/stat : 12603 (java) S 12591 12593 12212 0 -1 4202560 4088 0 0 0 218 1 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10941028 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 14 0 10941033 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1591.54
Current children cumulated vsize (KiB) 1535672

[startup+827.502 s]
/proc/loadavg: 1.89 1.99 1.83 2/120 12637
/proc/meminfo: memFree=1440128/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1535672 CPUtime=1591.93
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 118733 0 1 0 158987 206 0 0 18 0 14 0 10940986 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 383918 97967 1448 10 0 381221 0
[pid=12593/tid=12595] ppid=12591 vsize=1535672 CPUtime=2.31
/proc/12593/task/12595/stat : 12595 (java) R 12591 12593 12212 0 -1 4202560 3939 0 1 0 229 2 0 0 18 0 14 0 10940987 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4109350602 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1535672 CPUtime=13.82
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 34643 0 0 0 1318 64 0 0 16 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1535672 CPUtime=13.8
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 33049 0 0 0 1315 65 0 0 15 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1535672 CPUtime=42.47
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 2138 0 0 0 4232 15 0 0 15 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1535672 CPUtime=4.46
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 7746 0 0 0 443 3 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1535672 CPUtime=2.19
/proc/12593/task/12603/stat : 12603 (java) S 12591 12593 12212 0 -1 4202560 4088 0 0 0 218 1 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10941028 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 14 0 10941033 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1591.93
Current children cumulated vsize (KiB) 1535672

[startup+827.702 s]
/proc/loadavg: 1.89 1.99 1.83 2/120 12637
/proc/meminfo: memFree=1440128/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=1535672 CPUtime=1592.13
/proc/12593/stat : 12593 (java) S 12591 12593 12212 0 -1 4202496 118733 0 1 0 159007 206 0 0 18 0 14 0 10940986 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 383918 97967 1448 10 0 381221 0
[pid=12593/tid=12595] ppid=12591 vsize=1535672 CPUtime=2.51
/proc/12593/task/12595/stat : 12595 (java) R 12591 12593 12212 0 -1 4202560 3939 0 1 0 249 2 0 0 18 0 14 0 10940987 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4109350650 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12593/tid=12596] ppid=12591 vsize=1535672 CPUtime=13.82
/proc/12593/task/12596/stat : 12596 (java) S 12591 12593 12212 0 -1 4202560 34643 0 0 0 1318 64 0 0 16 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12597] ppid=12591 vsize=1535672 CPUtime=13.8
/proc/12593/task/12597/stat : 12597 (java) S 12591 12593 12212 0 -1 4202560 33049 0 0 0 1315 65 0 0 15 0 14 0 10940989 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12598] ppid=12591 vsize=1535672 CPUtime=42.47
/proc/12593/task/12598/stat : 12598 (java) S 12591 12593 12212 0 -1 4202560 2138 0 0 0 4232 15 0 0 15 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 0 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12599] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12599/stat : 12599 (java) S 12591 12593 12212 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12600] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12600/stat : 12600 (java) S 12591 12593 12212 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10940991 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12601] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12601/stat : 12601 (java) S 12591 12593 12212 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12602] ppid=12591 vsize=1535672 CPUtime=4.46
/proc/12593/task/12602/stat : 12602 (java) S 12591 12593 12212 0 -1 4202560 7746 0 0 0 443 3 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12603] ppid=12591 vsize=1535672 CPUtime=2.19
/proc/12593/task/12603/stat : 12603 (java) S 12591 12593 12212 0 -1 4202560 4088 0 0 0 218 1 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12604] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12604/stat : 12604 (java) S 12591 12593 12212 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12605] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12605/stat : 12605 (java) S 12591 12593 12212 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 14 0 10940995 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 0 0 0 0
[pid=12593/tid=12608] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12608/stat : 12608 (java) S 12591 12593 12212 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 10941028 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
[pid=12593/tid=12609] ppid=12591 vsize=1535672 CPUtime=0
/proc/12593/task/12609/stat : 12609 (java) S 12591 12593 12212 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 14 0 10941033 1572528128 97967 1992294400 134512640 134550932 4292001008 18446744073709551615 4294960144 0 4 0 16800975 18446604437877629376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1592.13
Current children cumulated vsize (KiB) 1535672

[startup+827.802 s]
/proc/loadavg: 1.89 1.99 1.83 2/120 12637
/proc/meminfo: memFree=1440128/2059040 swapFree=4136692/4192956
[pid=12593] ppid=12591 vsize=0 CPUtime=1592.2
/proc/12593/stat : 12593 (java) R 12591 12593 12212 0 -1 4203524 118740 0 1 0 159010 210 0 0 18 0 1 0 10940986 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12593/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1592.2
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 827.806
CPU time (s): 1592.21
CPU user time (s): 1590.1
CPU system time (s): 2.10568
CPU usage (%): 192.34
Max. virtual memory (cumulated for all children) (KiB): 1542764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1590.1
system time used= 2.10568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118740
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= 30856
involuntary context switches= 48424

runsolver used 3.65544 second user time and 9.42457 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-12 16:36:34
IDJOB=2662987
IDBENCH=1854
IDSOLVER=1166
FILE ID=node012/2662987-1276353394
PBS_JOBID= 11173194
Free space on /tmp= 62412 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662987-1276353394/watcher-2662987-1276353394 -o /tmp/evaluation-result-2662987-1276353394/solver-2662987-1276353394 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662987-1276353394.opb

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

MD5SUM BENCH= 4dd9ac2644c29d272d2675c7fc366ed6
RANDOM SEED=436720270

node012.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.258
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.51
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.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1829684 kB
Buffers:         33536 kB
Cached:         111916 kB
SwapCached:      16484 kB
Active:         106860 kB
Inactive:        58340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1829684 kB
SwapTotal:     4192956 kB
SwapFree:      4136692 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       11072 kB
Mapped:           9208 kB
Slab:            42268 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181696 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= 62408 MiB
End job on node012 at 2010-06-12 16:50:22