Trace number 2662375

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos14.opb
MD5SUM9a6d98eb18189bacb6bc49f39ff21900
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20744058700051158
Optimality of the best value was proved NO
Number of variables17840
Total number of constraints656
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 constraints656
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10640
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389328849976800030040
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389328849976800030040
Number of bits of the biggest sum of numbers77
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	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-2662375-1276529199.opb
0.22/0.22	c reading problem ... 
2.71/1.59	c ... done. Wall clock time 1.369s.
2.71/1.59	c #vars     17840
2.71/1.59	c #constraints  3192
2.71/1.59	c constraints type 
2.71/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
2.71/1.59	c constraints type 
2.71/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
12.97/6.74	c cleaning 2486 clauses out of 4989 with flag 5001/5001
17.38/9.04	c cleaning 4243 clauses out of 8485 with flag 11001/11001
20.63/10.75	c cleaning 5619 clauses out of 11240 with flag 18001/18001
22.89/11.95	c cleaning 6800 clauses out of 13616 with flag 26000/26000
25.50/13.40	c cleaning 7902 clauses out of 15816 with flag 35000/35000
29.13/15.28	c cleaning 8949 clauses out of 17911 with flag 45000/45000
31.77/16.60	c cleaning 9469 clauses out of 18955 with flag 55001/55001
36.78/19.27	c cleaning 9716 clauses out of 19477 with flag 65000/65000
42.34/22.19	c cleaning 9837 clauses out of 19751 with flag 75000/75000
50.11/26.16	c cleaning 9934 clauses out of 19913 with flag 85000/85000
57.69/30.07	c cleaning 9973 clauses out of 19975 with flag 95001/95001
63.50/33.10	c cleaning 9985 clauses out of 20000 with flag 105001/105001
68.03/35.44	c cleaning 10001 clauses out of 20006 with flag 115000/115000
72.62/37.84	c cleaning 9982 clauses out of 20004 with flag 125000/125000
77.01/40.19	c cleaning 9993 clauses out of 20022 with flag 135001/135001
80.00/41.77	c cleaning 10006 clauses out of 20023 with flag 145001/145001
87.67/45.79	c cleaning 9981 clauses out of 20017 with flag 155001/155001
93.22/48.67	c cleaning 9996 clauses out of 20031 with flag 165000/165000
96.98/50.67	c cleaning 10011 clauses out of 20034 with flag 175001/175001
103.47/54.07	c cleaning 10005 clauses out of 20021 with flag 185001/185001
107.36/56.15	c cleaning 10003 clauses out of 20016 with flag 195001/195001
114.46/59.83	c cleaning 9955 clauses out of 20011 with flag 205001/205001
117.80/61.62	c cleaning 10024 clauses out of 20055 with flag 215000/215000
125.07/65.46	c cleaning 10005 clauses out of 20030 with flag 225000/225000
133.68/69.99	c cleaning 10001 clauses out of 20027 with flag 235002/235002
136.79/71.68	c cleaning 10008 clauses out of 20023 with flag 245000/245000
144.47/75.63	c cleaning 10002 clauses out of 20016 with flag 255002/255002
147.57/77.31	c cleaning 9984 clauses out of 20012 with flag 265000/265000
151.03/79.28	c cleaning 10001 clauses out of 20027 with flag 275001/275001
154.51/81.14	c cleaning 10007 clauses out of 20026 with flag 285001/285001
158.61/83.36	c cleaning 10001 clauses out of 20019 with flag 295001/295001
161.91/85.16	c cleaning 10002 clauses out of 20018 with flag 305001/305001
165.33/87.09	c cleaning 9999 clauses out of 20016 with flag 315001/315001
169.01/89.02	c cleaning 9998 clauses out of 20016 with flag 325000/325000
172.68/91.09	c cleaning 10004 clauses out of 20019 with flag 335001/335001
176.36/93.04	c cleaning 10002 clauses out of 20015 with flag 345001/345001
180.17/95.16	c cleaning 9979 clauses out of 20010 with flag 355001/355001
183.44/96.99	c cleaning 10009 clauses out of 20030 with flag 365001/365001
187.32/99.08	c cleaning 9993 clauses out of 20021 with flag 375001/375001
190.97/101.01	c cleaning 10011 clauses out of 20026 with flag 385001/385001
195.36/103.42	c cleaning 9980 clauses out of 20014 with flag 395000/395000
201.39/106.61	c cleaning 9985 clauses out of 20033 with flag 405000/405000
208.40/110.31	c cleaning 9943 clauses out of 20048 with flag 415001/415001
228.11/120.40	c cleaning 9998 clauses out of 20104 with flag 425000/425000
236.01/124.69	c cleaning 10013 clauses out of 20104 with flag 435001/435001
248.34/131.04	c cleaning 10001 clauses out of 20091 with flag 445001/445001
253.17/133.70	c cleaning 10030 clauses out of 20089 with flag 455001/455001
262.14/138.32	c cleaning 10019 clauses out of 20059 with flag 465001/465001
269.05/142.06	c cleaning 0 clauses out of 5001 with flag 0/5001
271.48/143.40	c cleaning 10004 clauses out of 20040 with flag 475001/475001
279.44/147.67	c cleaning 10012 clauses out of 20036 with flag 485001/485001
288.82/152.54	c cleaning 10003 clauses out of 20024 with flag 495001/495001
299.06/157.94	c cleaning 10000 clauses out of 20021 with flag 505001/505001
308.60/162.96	c cleaning 9999 clauses out of 20020 with flag 515000/515000
317.53/167.67	c cleaning 9998 clauses out of 20022 with flag 525001/525001
322.11/170.17	c cleaning 10001 clauses out of 20013 with flag 535001/535001
325.20/171.97	c cleaning 9997 clauses out of 20008 with flag 545000/545000
328.19/173.67	c cleaning 10001 clauses out of 20011 with flag 555000/555000
331.37/175.48	c cleaning 9988 clauses out of 20006 with flag 565000/565000
337.13/178.53	c cleaning 9961 clauses out of 20016 with flag 575000/575000
348.74/184.67	c cleaning 10009 clauses out of 20055 with flag 585000/585000
357.51/189.29	c cleaning 9990 clauses out of 20049 with flag 595003/595003
360.88/191.10	c cleaning 9973 clauses out of 20056 with flag 605000/605000
364.06/192.91	c cleaning 10037 clauses out of 20081 with flag 615000/615000
367.93/195.18	c cleaning 10015 clauses out of 20044 with flag 625000/625000
371.30/197.04	c cleaning 10006 clauses out of 20030 with flag 635001/635001
374.89/199.04	c cleaning 10005 clauses out of 20025 with flag 645002/645002
378.46/201.08	c cleaning 10004 clauses out of 20020 with flag 655002/655002
382.53/203.36	c cleaning 10000 clauses out of 20015 with flag 665001/665001
386.92/205.77	c cleaning 9999 clauses out of 20014 with flag 675000/675000
390.87/207.98	c cleaning 10003 clauses out of 20015 with flag 685000/685000
394.62/210.04	c cleaning 10000 clauses out of 20013 with flag 695001/695001
398.83/212.44	c cleaning 9992 clauses out of 20013 with flag 705001/705001
402.18/214.33	c cleaning 9994 clauses out of 20021 with flag 715001/715001
405.73/216.35	c cleaning 9999 clauses out of 20027 with flag 725001/725001
411.27/219.35	c cleaning 9971 clauses out of 20027 with flag 735000/735000
415.69/221.88	c cleaning 10001 clauses out of 20057 with flag 745001/745001
420.03/224.22	c cleaning 10008 clauses out of 20054 with flag 755001/755001
425.16/227.06	c cleaning 9981 clauses out of 20045 with flag 765000/765000
431.69/230.59	c cleaning 10016 clauses out of 20064 with flag 775001/775001
436.68/233.34	c cleaning 9976 clauses out of 20047 with flag 785000/785000
439.84/235.19	c cleaning 10026 clauses out of 20071 with flag 795000/795000
444.17/237.60	c cleaning 10009 clauses out of 20046 with flag 805001/805001
448.31/239.83	c cleaning 9974 clauses out of 20034 with flag 815000/815000
452.91/242.45	c cleaning 9991 clauses out of 20061 with flag 825001/825001
458.24/245.36	c cleaning 10000 clauses out of 20071 with flag 835002/835002
463.75/248.33	c cleaning 10030 clauses out of 20067 with flag 845001/845001
469.66/251.50	c cleaning 9974 clauses out of 20036 with flag 855000/855000
477.02/255.55	c cleaning 9999 clauses out of 20063 with flag 865001/865001
485.11/259.84	c cleaning 9996 clauses out of 20063 with flag 875000/875000
493.37/264.26	c cleaning 10004 clauses out of 20067 with flag 885000/885000
499.47/267.51	c cleaning 10015 clauses out of 20063 with flag 895000/895000
511.16/273.71	c cleaning 10004 clauses out of 20049 with flag 905001/905001
524.38/280.61	c cleaning 9995 clauses out of 20045 with flag 915001/915001
536.19/286.87	c cleaning 10001 clauses out of 20049 with flag 925000/925000
548.81/293.44	c cleaning 9995 clauses out of 20048 with flag 935000/935000
561.08/299.96	c cleaning 10010 clauses out of 20053 with flag 945000/945000
573.68/306.50	c cleaning 10011 clauses out of 20043 with flag 955000/955000
580.73/310.37	c cleaning 9963 clauses out of 20032 with flag 965000/965000
584.21/312.31	c cleaning 10009 clauses out of 20069 with flag 975000/975000
588.14/314.68	c cleaning 9985 clauses out of 20060 with flag 985000/985000
592.59/317.20	c cleaning 9998 clauses out of 20076 with flag 995001/995001
597.44/319.89	c cleaning 10013 clauses out of 20078 with flag 1005001/1005001
601.91/322.32	c cleaning 9993 clauses out of 20064 with flag 1015000/1015000
606.04/324.76	c cleaning 9993 clauses out of 20074 with flag 1025003/1025003
618.02/331.05	c cleaning 9983 clauses out of 20078 with flag 1035000/1035000
631.16/337.99	c cleaning 10012 clauses out of 20096 with flag 1045001/1045001
641.75/343.56	c cleaning 10016 clauses out of 20081 with flag 1055000/1055000
647.64/346.89	c cleaning 10023 clauses out of 20060 with flag 1065000/1065000
651.48/349.04	c cleaning 9988 clauses out of 20035 with flag 1075000/1075000
654.91/351.06	c cleaning 10015 clauses out of 20046 with flag 1085000/1085000
657.77/352.78	c cleaning 10013 clauses out of 20031 with flag 1095002/1095002
661.47/354.98	c cleaning 10002 clauses out of 20016 with flag 1105001/1105001
665.73/357.39	c cleaning 9958 clauses out of 20013 with flag 1115000/1115000
671.96/360.77	c cleaning 10000 clauses out of 20055 with flag 1125000/1125000
676.38/363.28	c cleaning 10020 clauses out of 20056 with flag 1135001/1135001
681.06/365.92	c cleaning 9957 clauses out of 20036 with flag 1145001/1145001
685.89/368.65	c cleaning 10022 clauses out of 20078 with flag 1155000/1155000
691.51/371.80	c cleaning 10005 clauses out of 20053 with flag 1165000/1165000
695.92/374.27	c cleaning 9946 clauses out of 20049 with flag 1175001/1175001
699.80/376.56	c cleaning 10000 clauses out of 20102 with flag 1185000/1185000
703.43/378.69	c cleaning 10001 clauses out of 20102 with flag 1195000/1195000
707.26/380.88	c cleaning 10047 clauses out of 20103 with flag 1205002/1205002
711.47/383.22	c cleaning 10004 clauses out of 20052 with flag 1215000/1215000
715.55/385.65	c cleaning 10016 clauses out of 20048 with flag 1225000/1225000
719.39/387.83	c cleaning 10003 clauses out of 20033 with flag 1235001/1235001
723.81/390.36	c cleaning 9999 clauses out of 20029 with flag 1245000/1245000
727.63/392.53	c cleaning 9995 clauses out of 20030 with flag 1255000/1255000
732.89/395.57	c cleaning 9981 clauses out of 20032 with flag 1265000/1265000
740.08/399.49	c cleaning 9968 clauses out of 20051 with flag 1275000/1275000
744.27/401.86	c cleaning 10035 clauses out of 20084 with flag 1285001/1285001
750.46/405.21	c cleaning 9970 clauses out of 20046 with flag 1295000/1295000
758.87/409.84	c cleaning 9992 clauses out of 20078 with flag 1305002/1305002
768.02/414.75	c cleaning 9984 clauses out of 20084 with flag 1315000/1315000
777.14/419.61	c cleaning 9994 clauses out of 20100 with flag 1325000/1325000
786.32/424.60	c cleaning 10002 clauses out of 20106 with flag 1335000/1335000
795.41/429.56	c cleaning 10001 clauses out of 20104 with flag 1345000/1345000
802.16/433.26	c cleaning 10011 clauses out of 20104 with flag 1355001/1355001
807.13/436.09	c cleaning 9992 clauses out of 20093 with flag 1365001/1365001
813.11/439.37	c cleaning 9997 clauses out of 20100 with flag 1375000/1375000
819.32/442.88	c cleaning 9998 clauses out of 20103 with flag 1385000/1385000
826.07/446.53	c cleaning 10004 clauses out of 20105 with flag 1395000/1395000
832.58/450.15	c cleaning 10001 clauses out of 20102 with flag 1405001/1405001
840.13/454.29	c cleaning 9998 clauses out of 20100 with flag 1415000/1415000
846.69/457.95	c cleaning 9994 clauses out of 20102 with flag 1425000/1425000
851.25/460.59	c cleaning 10044 clauses out of 20108 with flag 1435000/1435000
855.43/462.92	c cleaning 9962 clauses out of 20064 with flag 1445000/1445000
860.98/466.07	c cleaning 10019 clauses out of 20101 with flag 1455000/1455000
865.18/468.53	c cleaning 10014 clauses out of 20083 with flag 1465001/1465001
868.73/470.62	c cleaning 10026 clauses out of 20067 with flag 1475000/1475000
872.51/472.83	c cleaning 10012 clauses out of 20042 with flag 1485001/1485001
876.68/475.26	c cleaning 10010 clauses out of 20030 with flag 1495001/1495001
880.85/477.76	c cleaning 10001 clauses out of 20020 with flag 1505001/1505001
884.61/479.93	c cleaning 10001 clauses out of 20018 with flag 1515000/1515000
888.36/482.11	c cleaning 10004 clauses out of 20017 with flag 1525000/1525000
892.12/484.33	c cleaning 9975 clauses out of 20013 with flag 1535000/1535000
896.70/487.08	c cleaning 9956 clauses out of 20038 with flag 1545000/1545000
902.24/490.10	c cleaning 9983 clauses out of 20082 with flag 1555000/1555000
906.60/492.64	c cleaning 10035 clauses out of 20099 with flag 1565000/1565000
909.36/494.37	c cleaning 10021 clauses out of 20064 with flag 1575000/1575000
911.97/496.01	c cleaning 10010 clauses out of 20043 with flag 1585000/1585000
914.11/497.44	c cleaning 10006 clauses out of 20033 with flag 1595000/1595000
916.27/498.87	c cleaning 10002 clauses out of 20027 with flag 1605000/1605000
918.64/500.30	c cleaning 9998 clauses out of 20025 with flag 1615000/1615000
921.24/502.01	c cleaning 9991 clauses out of 20027 with flag 1625001/1625001
926.58/505.03	c cleaning 9986 clauses out of 20034 with flag 1635000/1635000
930.52/507.32	c cleaning 10003 clauses out of 20049 with flag 1645001/1645001
934.46/509.67	c cleaning 10002 clauses out of 20046 with flag 1655001/1655001
938.83/512.21	c cleaning 9996 clauses out of 20044 with flag 1665001/1665001
942.37/514.37	c cleaning 10005 clauses out of 20049 with flag 1675002/1675002
945.95/516.45	c cleaning 9992 clauses out of 20042 with flag 1685000/1685000
949.49/518.53	c cleaning 10000 clauses out of 20051 with flag 1695001/1695001
952.93/520.64	c cleaning 10002 clauses out of 20051 with flag 1705001/1705001
959.83/524.43	c cleaning 9983 clauses out of 20048 with flag 1715000/1715000
968.92/529.32	c cleaning 9994 clauses out of 20066 with flag 1725001/1725001
978.19/534.39	c cleaning 10002 clauses out of 20071 with flag 1735000/1735000
988.07/539.79	c cleaning 10000 clauses out of 20069 with flag 1745000/1745000
997.73/544.99	c cleaning 10000 clauses out of 20070 with flag 1755001/1755001
1008.20/550.54	c cleaning 9998 clauses out of 20071 with flag 1765002/1765002
1017.29/555.42	c cleaning 10030 clauses out of 20072 with flag 1775001/1775001
1022.41/558.41	c cleaning 0 clauses out of 11000 with flag 0/11000
1023.71/559.46	c cleaning 9996 clauses out of 20038 with flag 1785000/1785000
1028.21/562.09	c cleaning 10018 clauses out of 20042 with flag 1795003/1795003
1032.48/564.54	c cleaning 9998 clauses out of 20021 with flag 1805000/1805000
1037.17/567.33	c cleaning 10000 clauses out of 20024 with flag 1815001/1815001
1041.07/569.65	c cleaning 10007 clauses out of 20022 with flag 1825001/1825001
1045.19/572.02	c cleaning 9991 clauses out of 20011 with flag 1835000/1835000
1052.64/576.11	c cleaning 9935 clauses out of 20020 with flag 1845000/1845000
1058.74/579.69	c cleaning 10000 clauses out of 20088 with flag 1855003/1855003
1072.53/586.93	c cleaning 9999 clauses out of 20087 with flag 1865002/1865002
1084.95/593.59	c cleaning 9998 clauses out of 20087 with flag 1875001/1875001
1092.61/597.78	c cleaning 9997 clauses out of 20088 with flag 1885000/1885000
1098.51/601.15	c cleaning 10013 clauses out of 20091 with flag 1895001/1895001
1106.37/605.48	c cleaning 10004 clauses out of 20077 with flag 1905000/1905000
1113.82/609.51	c cleaning 10001 clauses out of 20074 with flag 1915001/1915001
1120.28/613.20	c cleaning 9997 clauses out of 20072 with flag 1925000/1925000
1127.75/617.35	c cleaning 10031 clauses out of 20076 with flag 1935001/1935001
1140.54/624.10	c cleaning 9997 clauses out of 20044 with flag 1945000/1945000
1156.53/632.58	c cleaning 9991 clauses out of 20047 with flag 1955000/1955000
1171.48/640.49	c cleaning 10009 clauses out of 20056 with flag 1965000/1965000
1187.25/648.87	c cleaning 10003 clauses out of 20050 with flag 1975003/1975003
1203.98/657.64	c cleaning 9998 clauses out of 20044 with flag 1985000/1985000
1221.91/667.01	c cleaning 9993 clauses out of 20046 with flag 1995000/1995000
1235.07/674.05	c cleaning 9971 clauses out of 20052 with flag 2005000/2005000
1248.81/681.46	c cleaning 9987 clauses out of 20081 with flag 2015000/2015000
1259.60/687.24	c cleaning 9990 clauses out of 20095 with flag 2025001/2025001
1268.98/692.37	c cleaning 10004 clauses out of 20104 with flag 2035000/2035000
1277.78/697.12	c cleaning 9974 clauses out of 20101 with flag 2045001/2045001
1287.75/702.66	c cleaning 9991 clauses out of 20126 with flag 2055000/2055000
1297.54/707.98	c cleaning 9991 clauses out of 20136 with flag 2065001/2065001
1306.88/713.04	c cleaning 9999 clauses out of 20147 with flag 2075003/2075003
1316.86/718.44	c cleaning 9998 clauses out of 20145 with flag 2085000/2085000
1325.26/723.14	c cleaning 9986 clauses out of 20147 with flag 2095000/2095000
1332.26/727.08	c cleaning 10014 clauses out of 20162 with flag 2105001/2105001
1340.03/731.40	c cleaning 10020 clauses out of 20144 with flag 2115000/2115000
1351.76/737.69	c cleaning 10013 clauses out of 20124 with flag 2125000/2125000
1363.29/743.97	c cleaning 9999 clauses out of 20112 with flag 2135001/2135001
1374.44/749.97	c cleaning 10002 clauses out of 20113 with flag 2145001/2145001
1384.18/755.25	c cleaning 9979 clauses out of 20111 with flag 2155001/2155001
1398.27/762.71	c cleaning 9997 clauses out of 20131 with flag 2165000/2165000
1411.58/769.97	c cleaning 9997 clauses out of 20134 with flag 2175000/2175000
1417.33/773.22	c cleaning 9992 clauses out of 20137 with flag 2185000/2185000
1421.69/775.85	c cleaning 9997 clauses out of 20145 with flag 2195000/2195000
1426.88/778.87	c cleaning 9973 clauses out of 20149 with flag 2205001/2205001
1433.21/782.52	c cleaning 9972 clauses out of 20177 with flag 2215002/2215002
1441.37/787.07	c cleaning 10073 clauses out of 20204 with flag 2225002/2225002
1450.52/792.08	c cleaning 10030 clauses out of 20129 with flag 2235000/2235000
1461.22/797.84	c cleaning 9987 clauses out of 20099 with flag 2245000/2245000
1470.89/803.25	c cleaning 10014 clauses out of 20114 with flag 2255002/2255002
1479.83/808.20	c cleaning 10014 clauses out of 20098 with flag 2265000/2265000
1490.55/813.91	c cleaning 10010 clauses out of 20085 with flag 2275001/2275001
1501.03/819.60	c cleaning 9990 clauses out of 20074 with flag 2285000/2285000
1518.26/828.83	c cleaning 9990 clauses out of 20085 with flag 2295001/2295001
1535.89/838.17	c cleaning 9976 clauses out of 20094 with flag 2305000/2305000
1554.71/848.04	c cleaning 9986 clauses out of 20118 with flag 2315000/2315000
1572.52/857.47	c cleaning 10004 clauses out of 20132 with flag 2325000/2325000
1591.30/867.49	c cleaning 9993 clauses out of 20128 with flag 2335000/2335000
1611.48/878.02	c cleaning 10003 clauses out of 20135 with flag 2345000/2345000
1630.06/887.87	c cleaning 10005 clauses out of 20133 with flag 2355001/2355001
1647.88/897.25	c cleaning 10059 clauses out of 20127 with flag 2365000/2365000
1657.72/902.76	c cleaning 9997 clauses out of 20068 with flag 2375000/2375000
1665.21/906.97	c cleaning 9990 clauses out of 20071 with flag 2385000/2385000
1670.73/910.17	c cleaning 10006 clauses out of 20081 with flag 2395000/2395000
1676.83/913.60	c cleaning 10024 clauses out of 20075 with flag 2405000/2405000
1683.90/917.78	c cleaning 10008 clauses out of 20052 with flag 2415004/2415004
1692.35/922.46	c cleaning 10006 clauses out of 20041 with flag 2425001/2425001
1699.80/926.69	c cleaning 10008 clauses out of 20034 with flag 2435000/2435000
1704.29/929.35	c cleaning 9963 clauses out of 20026 with flag 2445000/2445000
1708.76/932.19	c cleaning 9996 clauses out of 20064 with flag 2455001/2455001
1713.05/934.71	c cleaning 10003 clauses out of 20067 with flag 2465000/2465000
1717.15/937.27	c cleaning 10003 clauses out of 20065 with flag 2475001/2475001
1721.42/939.89	c cleaning 9999 clauses out of 20061 with flag 2485000/2485000
1726.14/942.74	c cleaning 9995 clauses out of 20062 with flag 2495000/2495000
1730.42/945.35	c cleaning 9999 clauses out of 20067 with flag 2505000/2505000
1734.73/947.91	c cleaning 10003 clauses out of 20069 with flag 2515001/2515001
1738.85/950.41	c cleaning 9996 clauses out of 20066 with flag 2525001/2525001
1743.19/953.19	c cleaning 10001 clauses out of 20070 with flag 2535001/2535001
1747.51/955.79	c cleaning 10000 clauses out of 20069 with flag 2545001/2545001
1751.80/958.34	c cleaning 9995 clauses out of 20068 with flag 2555000/2555000
1755.91/960.85	c cleaning 9999 clauses out of 20073 with flag 2565000/2565000
1760.44/963.69	c cleaning 10002 clauses out of 20074 with flag 2575000/2575000
1764.91/966.36	c cleaning 9996 clauses out of 20072 with flag 2585000/2585000
1769.62/969.12	c cleaning 9995 clauses out of 20077 with flag 2595001/2595001
1775.10/972.40	c cleaning 9999 clauses out of 20081 with flag 2605000/2605000
1780.55/975.67	c cleaning 10009 clauses out of 20082 with flag 2615000/2615000
1789.98/980.82	c cleaning 9994 clauses out of 20073 with flag 2625000/2625000
1798.82/985.77	c cleaning 10036 clauses out of 20079 with flag 2635000/2635000
1801.33/987.47	c starts		: 219
1801.33/987.47	c conflicts		: 2639757
1801.33/987.47	c decisions		: 4881375
1801.33/987.47	c propagations		: 50977352
1801.33/987.47	c inspects		: 716602634
1801.33/987.47	c learnt literals	: 195
1801.33/987.47	c learnt binary clauses	: 121
1801.33/987.47	c learnt ternary clauses	: 127
1801.33/987.48	c learnt clauses	: 2639562
1801.33/987.48	c ignored clauses	: 0
1801.33/987.48	c root simplifications	: 0
1801.33/987.48	c removed literals (reason simplification)	: 61662366
1801.33/987.48	c reason swapping (by a shorter reason)	: 0
1801.33/987.48	c Calls to reduceDB	: 265
1801.33/987.48	c number of reductions to clauses (during analyze)	: 0
1801.33/987.48	c number of learned constraints concerned by reduction	: 0
1801.33/987.48	c number of learning phase by resolution	: 0
1801.33/987.48	c number of learning phase by cutting planes	: 0
1801.33/987.48	c speed (assignments/second)	: 51707.40890634874
1801.33/987.48	c non guided choices	1418156
1801.73/987.62	c learnt constraints type 
1801.73/987.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15337
1801.73/987.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 121
1801.73/987.62	c constraints type 
1801.73/987.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
1801.73/987.62	c constraints type 
1801.73/987.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 896
1801.73/987.62	s UNKNOWN
1801.73/987.62	c Total wall clock time (in seconds): 987.402

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-2662375-1276529199/watcher-2662375-1276529199 -o /tmp/evaluation-result-2662375-1276529199/solver-2662375-1276529199 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662375-1276529199.opb 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 32542
/proc/meminfo: memFree=1834396/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=392 CPUtime=0
/proc/32542/stat : 32542 (java6) S 32540 32542 32385 0 -1 4194304 121 0 0 0 0 0 0 0 19 0 1 0 28521478 401408 40 1992294400 134512640 134550932 4294248560 18446744073709551615 6382164 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/32542/statm: 98 40 32 10 0 25 0

[startup+0.0794999 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 32542
/proc/meminfo: memFree=1834396/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1521796 CPUtime=0.06
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 3757 0 1 0 4 2 0 0 15 0 7 0 28521478 1558319104 3198 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 380449 3199 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.1005 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 32542
/proc/meminfo: memFree=1834396/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1524020 CPUtime=0.08
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 3932 0 1 0 6 2 0 0 15 0 12 0 28521478 1560596480 3371 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 381005 3371 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.3005 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 32542
/proc/meminfo: memFree=1834396/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1526868 CPUtime=0.37
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 5641 0 1 0 34 3 0 0 15 0 12 0 28521478 1563512832 5078 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 381717 5078 1356 10 0 379020 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526868

[startup+0.7005 s]
/proc/loadavg: 0.92 0.98 1.06 3/106 32542
/proc/meminfo: memFree=1834396/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1527624 CPUtime=1.11
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 7919 0 1 0 107 4 0 0 15 0 12 0 28521478 1564286976 7309 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 381906 7309 1405 10 0 379209 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527624

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 1.06 4/118 32554
/proc/meminfo: memFree=1790032/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1539488 CPUtime=2.71
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 23353 0 1 0 259 12 0 0 15 0 12 0 28521478 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 384872 20214 1406 10 0 382175 0
[pid=32542/tid=32544] ppid=32540 vsize=1539488 CPUtime=1.45
/proc/32542/task/32544/stat : 32544 (java) R 32540 32542 32385 0 -1 4202560 15777 0 1 0 137 8 0 0 18 0 12 0 28521480 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4108509345 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28521481 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28521481 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28521483 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28521483 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28521483 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28521488 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1539488 CPUtime=0.06
/proc/32542/task/32551/stat : 32551 (java) R 32540 32542 32385 0 -1 4202560 130 0 0 0 6 0 0 0 22 0 12 0 28521488 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 105712214 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1539488 CPUtime=1.17
/proc/32542/task/32552/stat : 32552 (java) R 32540 32542 32385 0 -1 4202560 6380 0 0 0 115 2 0 0 17 0 12 0 28521488 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 103142624 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28521488 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1539488 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28521488 1576435712 20214 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1539488

[startup+3.1015 s]
/proc/loadavg: 0.92 0.98 1.06 5/120 32556
/proc/meminfo: memFree=1735084/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1540960 CPUtime=5.85
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 35668 0 1 0 569 16 0 0 15 0 16 0 28521478 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 385240 32528 1430 10 0 382543 0
[pid=32542/tid=32544] ppid=32540 vsize=1540960 CPUtime=1.55
/proc/32542/task/32544/stat : 32544 (java) S 32540 32542 32385 0 -1 4202560 17386 0 1 0 146 9 0 0 18 0 16 0 28521480 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 28521481 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 28521481 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 28521483 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 28521483 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28521483 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28521488 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1540960 CPUtime=0.22
/proc/32542/task/32551/stat : 32551 (java) R 32540 32542 32385 0 -1 4202560 136 0 0 0 22 0 0 0 20 0 16 0 28521488 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 104142791 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1540960 CPUtime=2.58
/proc/32542/task/32552/stat : 32552 (java) S 32540 32542 32385 0 -1 4202560 6543 0 0 0 256 2 0 0 17 0 16 0 28521488 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28521488 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1540960 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28521488 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32555] ppid=32540 vsize=1540960 CPUtime=0.78
/proc/32542/task/32555/stat : 32555 (java) R 32540 32542 32385 0 -1 4202560 5250 0 0 0 77 1 0 0 21 0 16 0 28521638 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4108573176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32556] ppid=32540 vsize=1540960 CPUtime=0.65
/proc/32542/task/32556/stat : 32556 (java) R 32540 32542 32385 0 -1 4202560 5279 0 0 0 64 1 0 0 23 0 16 0 28521638 1577943040 32528 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1540960

[startup+6.30149 s]
/proc/loadavg: 1.01 1.00 1.06 3/122 32558
/proc/meminfo: memFree=1659428/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1540080 CPUtime=12.18
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 49173 0 1 0 1195 23 0 0 15 0 16 0 28521478 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 385020 45643 1441 10 0 382323 0
[pid=32542/tid=32544] ppid=32540 vsize=1540080 CPUtime=1.55
/proc/32542/task/32544/stat : 32544 (java) S 32540 32542 32385 0 -1 4202560 17386 0 1 0 146 9 0 0 18 0 16 0 28521480 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1540080 CPUtime=0.18
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 4869 0 0 0 16 2 0 0 16 0 16 0 28521481 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1540080 CPUtime=0.19
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 4330 0 0 0 17 2 0 0 15 0 16 0 28521481 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 16 0 28521483 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28521483 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28521483 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28521488 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1540080 CPUtime=1.16
/proc/32542/task/32551/stat : 32551 (java) S 32540 32542 32385 0 -1 4202560 240 0 0 0 116 0 0 0 16 0 16 0 28521488 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1540080 CPUtime=2.71
/proc/32542/task/32552/stat : 32552 (java) S 32540 32542 32385 0 -1 4202560 6551 0 0 0 269 2 0 0 15 0 16 0 28521488 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28521488 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28521488 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32555] ppid=32540 vsize=1540080 CPUtime=3.6
/proc/32542/task/32555/stat : 32555 (java) R 32540 32542 32385 0 -1 4202560 6959 0 0 0 358 2 0 0 25 0 16 0 28521638 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4109268304 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32556] ppid=32540 vsize=1540080 CPUtime=2.71
/proc/32542/task/32556/stat : 32556 (java) R 32540 32542 32385 0 -1 4202560 7753 0 0 0 269 2 0 0 25 0 16 0 28521638 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4109269524 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32557] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32557/stat : 32557 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28521693 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32558] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32558/stat : 32558 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 28521702 1577041920 45643 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 1540080

[startup+12.7023 s]
/proc/loadavg: 1.09 1.02 1.07 2/122 32558
/proc/meminfo: memFree=1624088/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1540080 CPUtime=24.31
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 57542 0 1 0 2404 27 0 0 15 0 16 0 28521478 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 385020 53661 1446 10 0 382323 0
[pid=32542/tid=32544] ppid=32540 vsize=1540080 CPUtime=1.55
/proc/32542/task/32544/stat : 32544 (java) S 32540 32542 32385 0 -1 4202560 17386 0 1 0 146 9 0 0 17 0 16 0 28521480 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1540080 CPUtime=0.44
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 7034 0 0 0 41 3 0 0 16 0 16 0 28521481 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1540080 CPUtime=0.44
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 5801 0 0 0 42 2 0 0 15 0 16 0 28521481 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1540080 CPUtime=0.55
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 4707 0 0 0 54 1 0 0 15 0 16 0 28521483 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28521483 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28521483 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28521488 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1540080 CPUtime=1.46
/proc/32542/task/32551/stat : 32551 (java) S 32540 32542 32385 0 -1 4202560 252 0 0 0 146 0 0 0 15 0 16 0 28521488 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1540080 CPUtime=2.8
/proc/32542/task/32552/stat : 32552 (java) S 32540 32542 32385 0 -1 4202560 6558 0 0 0 278 2 0 0 16 0 16 0 28521488 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28521488 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28521488 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32555] ppid=32540 vsize=1540080 CPUtime=8.77
/proc/32542/task/32555/stat : 32555 (java) R 32540 32542 32385 0 -1 4202560 6968 0 0 0 875 2 0 0 25 0 16 0 28521638 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4109739429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32556] ppid=32540 vsize=1540080 CPUtime=8.21
/proc/32542/task/32556/stat : 32556 (java) R 32540 32542 32385 0 -1 4202560 7764 0 0 0 818 3 0 0 25 0 16 0 28521638 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4109676364 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32557] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32557/stat : 32557 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28521693 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32558] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32558/stat : 32558 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 28521702 1577041920 53661 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.31
Current children cumulated vsize (KiB) 1540080

[startup+25.5018 s]

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

/proc/32542/task/32557/stat : 32557 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28521693 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32558] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32558/stat : 32558 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 28521702 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.33
Current children cumulated vsize (KiB) 1540080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+986.801 s]
/proc/loadavg: 2.18 2.12 1.78 4/122 32584
/proc/meminfo: memFree=1406220/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1540080 CPUtime=1800.15
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 117527 0 1 0 179884 131 0 0 15 0 16 0 28521478 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 385020 107463 1450 10 0 382323 0
[pid=32542/tid=32544] ppid=32540 vsize=1540080 CPUtime=1.56
/proc/32542/task/32544/stat : 32544 (java) S 32540 32542 32385 0 -1 4202560 17450 0 1 0 147 9 0 0 15 0 16 0 28521480 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1540080 CPUtime=14.61
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 32163 0 0 0 1428 33 0 0 16 0 16 0 28521481 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1540080 CPUtime=14.59
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 32882 0 0 0 1426 33 0 0 16 0 16 0 28521481 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1540080 CPUtime=157.65
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 11720 0 0 0 15752 13 0 0 16 0 16 0 28521483 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28521483 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28521483 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28521488 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1540080 CPUtime=1.84
/proc/32542/task/32551/stat : 32551 (java) S 32540 32542 32385 0 -1 4202560 287 0 0 0 184 0 0 0 15 0 16 0 28521488 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1540080 CPUtime=3.81
/proc/32542/task/32552/stat : 32552 (java) S 32540 32542 32385 0 -1 4202560 6616 0 0 0 379 2 0 0 15 0 16 0 28521488 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28521488 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 28521488 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32555] ppid=32540 vsize=1540080 CPUtime=804.78
/proc/32542/task/32555/stat : 32555 (java) R 32540 32542 32385 0 -1 4202560 7348 0 0 0 80455 23 0 0 18 0 16 0 28521638 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4109269931 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32556] ppid=32540 vsize=1540080 CPUtime=801.2
/proc/32542/task/32556/stat : 32556 (java) R 32540 32542 32385 0 -1 4202560 7932 0 0 0 80108 12 0 0 18 0 16 0 28521638 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4109268514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32557] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32557/stat : 32557 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28521693 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32558] ppid=32540 vsize=1540080 CPUtime=0
/proc/32542/task/32558/stat : 32558 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 28521702 1577041920 107463 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1540080

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

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

[startup+987.001 s]
/proc/loadavg: 2.18 2.12 1.78 4/122 32584
/proc/meminfo: memFree=1406220/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1540404 CPUtime=1800.53
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 117532 0 1 0 179922 131 0 0 15 0 17 0 28521478 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 385101 107468 1450 10 0 382404 0
[pid=32542/tid=32544] ppid=32540 vsize=1540404 CPUtime=1.56
/proc/32542/task/32544/stat : 32544 (java) S 32540 32542 32385 0 -1 4202560 17450 0 1 0 147 9 0 0 15 0 17 0 28521480 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1540404 CPUtime=14.61
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 32163 0 0 0 1428 33 0 0 16 0 17 0 28521481 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1540404 CPUtime=14.59
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 32882 0 0 0 1426 33 0 0 16 0 17 0 28521481 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1540404 CPUtime=157.65
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 11720 0 0 0 15752 13 0 0 16 0 17 0 28521483 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1540404 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 28521483 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1540404 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 28521483 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1540404 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 17 0 28521488 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1540404 CPUtime=1.84
/proc/32542/task/32551/stat : 32551 (java) S 32540 32542 32385 0 -1 4202560 287 0 0 0 184 0 0 0 15 0 17 0 28521488 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1540404 CPUtime=3.81
/proc/32542/task/32552/stat : 32552 (java) S 32540 32542 32385 0 -1 4202560 6616 0 0 0 379 2 0 0 15 0 17 0 28521488 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1540404 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 28521488 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1540404 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 17 0 28521488 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32555] ppid=32540 vsize=1540404 CPUtime=804.97
/proc/32542/task/32555/stat : 32555 (java) R 32540 32542 32385 0 -1 4202560 7348 0 0 0 80474 23 0 0 18 0 17 0 28521638 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4109740747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32556] ppid=32540 vsize=1540404 CPUtime=801.39
/proc/32542/task/32556/stat : 32556 (java) R 32540 32542 32385 0 -1 4202560 7932 0 0 0 80127 12 0 0 18 0 17 0 28521638 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4109271231 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32557] ppid=32540 vsize=1540404 CPUtime=0
/proc/32542/task/32557/stat : 32557 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 17 0 28521693 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32558] ppid=32540 vsize=1540404 CPUtime=0
/proc/32542/task/32558/stat : 32558 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 17 0 28521702 1577373696 107468 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 1540404

[startup+987.401 s]
/proc/loadavg: 2.18 2.12 1.78 4/122 32584
/proc/meminfo: memFree=1406220/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1540728 CPUtime=1801.33
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 117539 0 1 0 180002 131 0 0 15 0 18 0 28521478 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 385182 107475 1450 10 0 382485 0
[pid=32542/tid=32544] ppid=32540 vsize=1540728 CPUtime=1.56
/proc/32542/task/32544/stat : 32544 (java) S 32540 32542 32385 0 -1 4202560 17450 0 1 0 147 9 0 0 15 0 18 0 28521480 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1540728 CPUtime=14.61
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 32163 0 0 0 1428 33 0 0 16 0 18 0 28521481 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1540728 CPUtime=14.59
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 32882 0 0 0 1426 33 0 0 16 0 18 0 28521481 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1540728 CPUtime=157.65
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 11720 0 0 0 15752 13 0 0 16 0 18 0 28521483 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 28521483 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 28521483 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 28521488 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1540728 CPUtime=1.84
/proc/32542/task/32551/stat : 32551 (java) S 32540 32542 32385 0 -1 4202560 287 0 0 0 184 0 0 0 15 0 18 0 28521488 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1540728 CPUtime=3.81
/proc/32542/task/32552/stat : 32552 (java) S 32540 32542 32385 0 -1 4202560 6616 0 0 0 379 2 0 0 15 0 18 0 28521488 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 28521488 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 28521488 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32555] ppid=32540 vsize=1540728 CPUtime=805.37
/proc/32542/task/32555/stat : 32555 (java) R 32540 32542 32385 0 -1 4202560 7348 0 0 0 80514 23 0 0 18 0 18 0 28521638 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4109444394 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32556] ppid=32540 vsize=1540728 CPUtime=801.79
/proc/32542/task/32556/stat : 32556 (java) R 32540 32542 32385 0 -1 4202560 7932 0 0 0 80167 12 0 0 18 0 18 0 28521638 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4109269968 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32557] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32557/stat : 32557 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 28521693 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32558] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32558/stat : 32558 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 28521702 1577705472 107475 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.33
Current children cumulated vsize (KiB) 1540728

[startup+987.601 s]
/proc/loadavg: 2.18 2.12 1.78 4/122 32584
/proc/meminfo: memFree=1406220/2059040 swapFree=4136184/4192956
[pid=32542] ppid=32540 vsize=1540728 CPUtime=1801.73
/proc/32542/stat : 32542 (java) S 32540 32542 32385 0 -1 4202496 117546 0 1 0 180042 131 0 0 15 0 18 0 28521478 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32542/statm: 385182 107482 1452 10 0 382485 0
[pid=32542/tid=32544] ppid=32540 vsize=1540728 CPUtime=1.56
/proc/32542/task/32544/stat : 32544 (java) S 32540 32542 32385 0 -1 4202560 17450 0 1 0 147 9 0 0 15 0 18 0 28521480 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32545] ppid=32540 vsize=1540728 CPUtime=14.61
/proc/32542/task/32545/stat : 32545 (java) S 32540 32542 32385 0 -1 4202560 32163 0 0 0 1428 33 0 0 16 0 18 0 28521481 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32546] ppid=32540 vsize=1540728 CPUtime=14.59
/proc/32542/task/32546/stat : 32546 (java) S 32540 32542 32385 0 -1 4202560 32882 0 0 0 1426 33 0 0 16 0 18 0 28521481 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32547] ppid=32540 vsize=1540728 CPUtime=157.65
/proc/32542/task/32547/stat : 32547 (java) S 32540 32542 32385 0 -1 4202560 11720 0 0 0 15752 13 0 0 16 0 18 0 28521483 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 0 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32548] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32548/stat : 32548 (java) S 32540 32542 32385 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 28521483 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32549] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32549/stat : 32549 (java) S 32540 32542 32385 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 28521483 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32550] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32550/stat : 32550 (java) S 32540 32542 32385 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 28521488 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32551] ppid=32540 vsize=1540728 CPUtime=1.84
/proc/32542/task/32551/stat : 32551 (java) S 32540 32542 32385 0 -1 4202560 287 0 0 0 184 0 0 0 16 0 18 0 28521488 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32552] ppid=32540 vsize=1540728 CPUtime=3.82
/proc/32542/task/32552/stat : 32552 (java) S 32540 32542 32385 0 -1 4202560 6618 0 0 0 380 2 0 0 15 0 18 0 28521488 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32553] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32553/stat : 32553 (java) S 32540 32542 32385 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 28521488 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 0 0 0 0
[pid=32542/tid=32554] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32554/stat : 32554 (java) S 32540 32542 32385 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 28521488 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32555] ppid=32540 vsize=1540728 CPUtime=805.55
/proc/32542/task/32555/stat : 32555 (java) R 32540 32542 32385 0 -1 4202560 7348 0 0 0 80532 23 0 0 19 0 18 0 28521638 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4109269632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32542/tid=32556] ppid=32540 vsize=1540728 CPUtime=801.98
/proc/32542/task/32556/stat : 32556 (java) R 32540 32542 32385 0 -1 4202560 7932 0 0 0 80186 12 0 0 19 0 18 0 28521638 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4109271227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32542/tid=32557] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32557/stat : 32557 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 28521693 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
[pid=32542/tid=32558] ppid=32540 vsize=1540728 CPUtime=0
/proc/32542/task/32558/stat : 32558 (java) S 32540 32542 32385 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 28521702 1577705472 107482 1992294400 134512640 134550932 4290209808 18446744073709551615 4294960144 0 4 0 16800975 18446604437862423296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 1540728

Child status: 143
Real time (s): 987.699
CPU time (s): 1801.88
CPU user time (s): 1800.52
CPU system time (s): 1.36079
CPU usage (%): 182.432
Max. virtual memory (cumulated for all children) (KiB): 1540968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.52
system time used= 1.36079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117550
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= 28435
involuntary context switches= 48860

runsolver used 5.20721 second user time and 10.2444 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-14 17:26:39
IDJOB=2662375
IDBENCH=2324
IDSOLVER=1166
FILE ID=node011/2662375-1276529199
PBS_JOBID= 11173454
Free space on /tmp= 62264 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos14.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662375-1276529199/watcher-2662375-1276529199 -o /tmp/evaluation-result-2662375-1276529199/solver-2662375-1276529199 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662375-1276529199.opb

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

MD5SUM BENCH= 9a6d98eb18189bacb6bc49f39ff21900
RANDOM SEED=416508375

node011.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.264
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.52
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.264
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:       1834668 kB
Buffers:         38656 kB
Cached:         109196 kB
SwapCached:       9648 kB
Active:          75324 kB
Inactive:        84708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1834668 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            1132 kB
Writeback:           0 kB
AnonPages:       10896 kB
Mapped:           9116 kB
Slab:            42276 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180284 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= 62264 MiB
End job on node011 at 2010-06-14 17:43:08