Trace number 1868927

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT343 1799.85 1800.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
MD5SUMe79c956fa387b090702a2dffba5fa8e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1060
Total number of constraints3737
Number of constraints which are clauses3737
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 1060
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1060
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1060
Number of bits of the biggest sum of numbers11
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.01/0.06	c SCIP version 1.1.0.7
0.01/0.06	c LP-Solver Clp 1.8.2
0.01/0.06	c user parameter file <scip.set> not found - using default parameters
0.01/0.06	c read problem <HOME/instance-1868927-1245150419.opb>
0.01/0.06	c original problem has 1060 variables (1060 bin, 0 int, 0 impl, 0 cont) and 3737 constraints
0.01/0.08	c start presolving problem
0.01/0.08	c presolving:
0.09/0.10	c (round 1) 20 del vars, 20 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 23420 impls, 0 clqs
0.09/0.14	c (round 2) 20 del vars, 30 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3327 upgd conss, 23420 impls, 0 clqs
0.09/0.17	c (round 3) 20 del vars, 30 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3707 upgd conss, 23420 impls, 0 clqs
0.19/0.21	c    (0.1s) probing: 101/1040 (9.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (4 rounds):
0.19/0.21	c  20 deleted vars, 30 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  23420 implications, 0 cliques
0.19/0.21	c presolved problem has 1040 variables (1040 bin, 0 int, 0 impl, 0 cont) and 3707 constraints
0.19/0.21	c    3707 constraints of type <logicor>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.11
0.19/0.21	c strange?!, PURESAT with obj
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = c 1620
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = c 1791
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = c 10000
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving problem
0.19/0.21	c 
0.29/0.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.30	c   0.2s|     1 |     0 |   944 |7556k|   0 | 744 |1040 |3707 |3707 |1040 |3707 |   0 |   0 |   0 | 2.407500e+02 |      --      |    Inf 
1.39/1.40	o 514
1.39/1.40	c F 1.3s|     1 |     0 |  4628 |7655k|   0 |   0 |1040 |3707 |3707 |1040 |3707 |   0 |   0 |   0 | 2.407500e+02 | 5.140000e+02 | 113.50%
1.59/1.60	c   1.5s|     1 |     0 |  4787 |7647k|   0 | 739 |1040 |3707 |3707 |1040 |3717 |  10 |   0 |   0 | 2.490000e+02 | 5.140000e+02 | 106.43%
1.79/1.81	c   1.7s|     1 |     0 |  4990 |7690k|   0 | 718 |1040 |3707 |3707 |1040 |3733 |  26 |   0 |   0 | 2.576250e+02 | 5.140000e+02 |  99.51%
1.98/2.02	c   1.9s|     1 |     0 |  5216 |7755k|   0 | 712 |1040 |3707 |3707 |1040 |3746 |  39 |   0 |   0 | 2.627143e+02 | 5.140000e+02 |  95.65%
2.20/2.25	c   2.1s|     1 |     0 |  5501 |7833k|   0 | 710 |1040 |3707 |3707 |1040 |3761 |  54 |   0 |   0 | 2.657101e+02 | 5.140000e+02 |  93.44%
2.39/2.49	c   2.4s|     1 |     0 |  5775 |7975k|   0 | 707 |1040 |3707 |3707 |1040 |3773 |  66 |   0 |   0 | 2.692113e+02 | 5.140000e+02 |  90.93%
2.69/2.76	c   2.6s|     1 |     0 |  6240 |8135k|   0 | 708 |1040 |3707 |3707 |1040 |3792 |  85 |   0 |   0 | 2.720212e+02 | 5.140000e+02 |  88.96%
2.98/3.06	c   2.9s|     1 |     0 |  6745 |8460k|   0 | 714 |1040 |3707 |3707 |1040 |3811 | 104 |   0 |   0 | 2.741618e+02 | 5.140000e+02 |  87.48%
3.29/3.36	c   3.2s|     1 |     0 |  7215 |8703k|   0 | 718 |1040 |3707 |3707 |1040 |3827 | 120 |   0 |   0 | 2.765679e+02 | 5.140000e+02 |  85.85%
3.69/3.75	c   3.6s|     1 |     0 |  7653 |9060k|   0 | 716 |1040 |3707 |3707 |1040 |3840 | 133 |   0 |   0 | 2.773409e+02 | 5.140000e+02 |  85.33%
4.19/4.24	c   4.1s|     1 |     0 |  8075 |9342k|   0 | 723 |1040 |3707 |3707 |1040 |3854 | 147 |   0 |   0 | 2.778438e+02 | 5.140000e+02 |  85.00%
4.69/4.73	c   4.6s|     1 |     0 |  8627 |9538k|   0 | 713 |1040 |3707 |3707 |1040 |3868 | 161 |   0 |   0 | 2.786477e+02 | 5.140000e+02 |  84.46%
5.40/5.45	c   5.3s|     1 |     0 |  9119 |9730k|   0 | 712 |1040 |3707 |3707 |1040 |3878 | 173 |   0 |   0 | 2.804364e+02 | 5.140000e+02 |  83.29%
6.19/6.25	c   6.1s|     1 |     0 |  9403 |9902k|   0 | 722 |1040 |3707 |3707 |1040 |3891 | 186 |   0 |   0 | 2.806577e+02 | 5.140000e+02 |  83.14%
6.99/7.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.05	c   6.9s|     1 |     0 |  9801 |  10M|   0 | 713 |1040 |3707 |3707 |1040 |3902 | 197 |   0 |   0 | 2.808943e+02 | 5.140000e+02 |  82.99%
7.78/7.84	c   7.7s|     1 |     0 | 10090 |  10M|   0 | 717 |1040 |3707 |3707 |1040 |3914 | 209 |   0 |   0 | 2.810742e+02 | 5.140000e+02 |  82.87%
8.59/8.63	c   8.4s|     1 |     0 | 10313 |  10M|   0 | 720 |1040 |3707 |3707 |1040 |3920 | 215 |   0 |   0 | 2.811891e+02 | 5.140000e+02 |  82.80%
9.28/9.40	c   9.2s|     1 |     0 | 10468 |  10M|   0 | 725 |1040 |3707 |3707 |1040 |3926 | 221 |   0 |   0 | 2.813014e+02 | 5.140000e+02 |  82.72%
10.19/10.24	c  10.1s|     1 |     0 | 10733 |  10M|   0 | 721 |1040 |3707 |3707 |1040 |3911 | 227 |   0 |   0 | 2.813744e+02 | 5.140000e+02 |  82.67%
10.99/11.02	c  10.8s|     1 |     0 | 10826 |  10M|   0 | 722 |1040 |3707 |3707 |1040 |3914 | 230 |   0 |   0 | 2.813926e+02 | 5.140000e+02 |  82.66%
11.79/11.83	c  11.6s|     1 |     0 | 10897 |  10M|   0 | 727 |1040 |3707 |3707 |1040 |3915 | 231 |   0 |   0 | 2.813996e+02 | 5.140000e+02 |  82.66%
12.19/12.26	c  12.1s|     1 |     0 | 10911 |  10M|   0 | 728 |1040 |3707 |3707 |1040 |3916 | 232 |   0 |   0 | 2.814000e+02 | 5.140000e+02 |  82.66%
12.58/12.69	c  12.5s|     1 |     0 | 10923 |  10M|   0 | 728 |1040 |3707 |3707 |1040 |3917 | 233 |   0 |   0 | 2.814002e+02 | 5.140000e+02 |  82.66%
13.09/13.12	o 403
13.09/13.12	c k12.9s|     1 |     0 | 10923 |  10M|   0 | 728 |1040 |3707 |3707 |1040 |3917 | 233 |   0 |   0 | 2.814002e+02 | 4.030000e+02 |  43.21%
13.09/13.13	c  12.9s|     1 |     0 | 10923 |  10M|   0 | 728 |1040 |3707 |3707 |1040 |3917 | 233 |   0 |   0 | 2.814002e+02 | 4.030000e+02 |  43.21%
14.38/14.47	c  14.2s|     1 |     2 | 10923 |  10M|   0 | 728 |1040 |3707 |3707 |1040 |3917 | 233 |   0 |  23 | 2.814002e+02 | 4.030000e+02 |  43.21%
43.68/43.74	o 402
43.68/43.74	c R43.2s|    86 |    31 | 26418 |  10M|  31 |  10 |1040 |3713 |2708 |1040 |3843 | 233 |   6 | 946 | 2.821962e+02 | 4.020000e+02 |  42.45%
43.68/43.75	o 401
43.68/43.75	c k43.3s|    86 |    33 | 26418 |  10M|  31 |  10 |1040 |3713 |2708 |1040 |3843 | 233 |   6 | 946 | 2.821962e+02 | 4.010000e+02 |  42.10%
43.68/43.75	o 399
43.68/43.75	c *43.3s|    87 |    27 | 26419 |  10M|  31 |   - |1040 |3713 |2703 |1040 |3843 | 233 |   6 | 946 | 2.821962e+02 | 3.990000e+02 |  41.39%
44.08/44.11	o 397
44.08/44.11	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.08/44.11	c *43.6s|   108 |    27 | 27533 |  10M|  38 |   - |1040 |3713 |2655 |1040 |3843 | 233 |   6 | 946 | 2.821962e+02 | 3.970000e+02 |  40.68%
46.88/46.97	o 395
46.88/46.97	c *46.5s|   183 |    38 | 34873 |  10M|  38 |   - |1040 |3714 |2568 |1040 |3843 | 233 |   7 | 977 | 2.821962e+02 | 3.950000e+02 |  39.97%
52.78/52.87	o 393
52.78/52.87	c p52.3s|   335 |    66 | 48537 |  10M|  43 |   - |1040 |3721 |3146 |1040 |3843 | 233 |  14 |1022 | 2.830549e+02 | 3.930000e+02 |  38.84%
52.78/52.89	o 389
52.78/52.89	c k52.4s|   336 |    67 | 48559 |  10M|  43 | 243 |1040 |3721 |2281 |1040 |3843 | 233 |  14 |1022 | 2.830549e+02 | 3.890000e+02 |  37.43%
61.37/61.44	o 361
61.37/61.44	c C60.8s|   536 |    93 | 68180 |  10M|  43 |   - |1040 |3731 |2284 |1040 |3843 | 233 |  24 |1126 | 2.832813e+02 | 3.610000e+02 |  27.44%
242.12/242.27	o 350
242.12/242.27	c v 239s|  4395 |   377 |479357 |  12M|  48 |   - |1040 |3788 |3363 |1040 |3843 | 233 | 101 |2519 | 2.894835e+02 | 3.500000e+02 |  20.90%
242.22/242.30	o 347
242.22/242.30	c k 239s|  4396 |   351 |479408 |  11M|  48 | 392 |1040 |3788 |2936 |1040 |3843 | 233 | 101 |2519 | 2.894835e+02 | 3.470000e+02 |  19.87%
454.66/454.89	c   451s| 10000 |   743 |  1043k|  13M|  62 | 139 |1040 |3801 |2871 |1040 |3843 | 233 | 165 |4235 | 2.923334e+02 | 3.470000e+02 |  18.70%
606.12/606.33	o 345
606.12/606.33	c * 602s| 14686 |  1021 |  1472k|  13M|  62 |   - |1040 |3845 |2634 |1040 |3843 | 233 | 316 |5061 | 2.942556e+02 | 3.450000e+02 |  17.25%
654.30/654.59	o 343
654.30/654.59	c * 650s| 16492 |  1042 |  1611k|  14M|  62 |   - |1040 |3831 |2855 |1040 |3843 | 233 | 318 |5342 | 2.946400e+02 | 3.430000e+02 |  16.41%
768.27/768.59	c   763s| 20000 |  1234 |  1954k|  14M|  62 |   - |1040 |3826 |3085 |1040 |3843 | 233 | 333 |6075 | 2.953951e+02 | 3.430000e+02 |  16.12%
1087.78/1088.10	c  1081s| 30000 |  1665 |  2942k|  16M|  62 |   - |1040 |3799 |2840 |1040 |3843 | 233 | 376 |8182 | 2.972610e+02 | 3.430000e+02 |  15.39%
1424.28/1424.71	c  1417s| 40000 |  2335 |  4014k|  18M|  62 | 375 |1040 |3797 |3045 |1040 |3843 | 233 | 399 |9589 | 2.992080e+02 | 3.430000e+02 |  14.64%
1744.79/1745.36	c  1736s| 50000 |  2892 |  5058k|  19M|  67 |   - |1040 |3795 |3203 |1040 |3843 | 233 | 421 |  10k| 3.004718e+02 | 3.430000e+02 |  14.15%
1799.77/1800.32	c 
1799.77/1800.32	c SCIP Status        : solving was interrupted [time limit reached]
1799.77/1800.32	c Solving Time (sec) : 1791.00
1799.77/1800.32	c Solving Nodes      : 51547
1799.77/1800.32	c Primal Bound       : +3.43000000000000e+02 (74 solutions)
1799.77/1800.32	c Dual Bound         : +3.00625885356077e+02
1799.77/1800.32	c Gap                : 14.10 %
1799.77/1800.32	c NODE         51547
1799.77/1800.32	c DUAL BOUND   300.626
1799.77/1800.32	c PRIMAL BOUND 343
1799.77/1800.32	c GAP          0.140953
1799.77/1800.32	s SATISFIABLE
1799.77/1800.32	v -x1060 -x1059 -x1058 -x1057 x1056 -x1055 -x1054 -x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 
1799.77/1800.32	v x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 
1799.77/1800.32	v -x1023 -x1022 x1021 -x1020 x1019 -x1018 -x1017 x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 -x1007 -x1006 
1799.77/1800.32	v -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 x991 -x990 -x989 -x988 -x987 -x986 
1799.77/1800.32	v -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 x968 -x967 -x966 -x965 
1799.77/1800.32	v -x964 -x963 -x962 x961 x960 -x959 x958 -x957 x956 -x955 x954 -x953 x952 -x951 x950 -x949 -x948 x947 x946 -x945 x944 -x943 x942 
1799.77/1800.32	v -x941 -x940 -x939 -x938 -x937 x936 -x935 -x934 -x933 -x932 -x931 -x930 x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 
1799.77/1800.32	v x920 -x919 x918 -x917 x916 -x915 x914 -x913 x912 -x911 x910 -x909 -x908 x907 x906 -x905 x904 -x903 x902 -x901 -x900 -x899 
1799.77/1800.32	v -x898 -x897 x896 -x895 -x894 -x893 -x892 -x891 -x890 -x889 x888 -x887 -x886 -x885 -x884 -x883 -x882 x881 -x880 -x879 -x878 -x877 
1799.77/1800.32	v x876 -x875 -x874 -x873 -x872 x871 -x870 -x869 x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 x859 -x858 -x857 -x856 
1799.77/1800.32	v -x855 -x854 -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 x836 -x835 
1799.77/1800.32	v -x834 -x833 -x832 -x831 -x830 -x829 x828 -x827 -x826 -x825 -x824 -x823 -x822 x821 -x820 x819 -x818 -x817 x816 -x815 -x814 -x813 
1799.77/1800.32	v -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 x799 -x798 -x797 x796 -x795 -x794 -x793 -x792 
1799.77/1800.32	v -x791 -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 x780 -x779 x778 -x777 -x776 x775 x774 -x773 x772 -x771 x770 
1799.77/1800.32	v -x769 x768 -x767 x766 -x765 x764 -x763 x762 -x761 -x760 -x759 -x758 -x757 x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 
1799.77/1800.32	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 x741 -x740 -x739 -x738 -x737 x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 x728 -x727 
1799.77/1800.32	v -x726 -x725 -x724 -x723 -x722 x721 -x720 -x719 -x718 -x717 x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 x708 -x707 -x706 
1799.77/1800.32	v -x705 -x704 x703 -x702 -x701 x700 -x699 x698 -x697 -x696 x695 x694 -x693 x692 -x691 x690 -x689 x688 -x687 x686 -x685 x684 -x683 
1799.77/1800.32	v x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 x668 -x667 -x666 -x665 -x664 -x663 -x662 
1799.77/1800.32	v x661 -x660 x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x641 
1799.77/1800.32	v -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 x621 -x620 
1799.77/1800.32	v -x619 -x618 -x617 x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 x601 x600 -x599 
1799.77/1800.32	v x598 -x597 x596 -x595 x594 -x593 x592 -x591 x590 -x589 -x588 x587 x586 -x585 x584 -x583 x582 -x581 x580 -x579 x578 -x577 x576 
1799.77/1800.32	v -x575 x574 -x573 x572 -x571 x570 -x569 -x568 x567 x566 -x565 x564 -x563 x562 -x561 x560 -x559 x558 -x557 x556 -x555 x554 -x553 
1799.77/1800.32	v x552 -x551 x550 -x549 -x548 x547 x546 -x545 x544 -x543 x542 -x541 -x540 -x539 -x538 -x537 x536 -x535 -x534 -x533 -x532 -x531 
1799.77/1800.32	v -x530 -x529 x528 -x527 -x526 -x525 -x524 -x523 -x522 x521 -x520 -x519 -x518 -x517 x516 -x515 -x514 -x513 -x512 -x511 -x510 
1799.77/1800.32	v -x509 x508 -x507 -x506 -x505 -x504 -x503 -x502 x501 -x500 x499 -x498 -x497 x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 x488 
1799.77/1800.32	v -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 x467 
1799.77/1800.32	v -x466 -x465 -x464 -x463 -x462 -x461 -x460 x459 -x458 -x457 x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 x448 -x447 -x446 
1799.77/1800.32	v -x445 -x444 -x443 -x442 -x441 x440 -x439 x438 -x437 x436 -x435 x434 -x433 x432 -x431 x430 -x429 -x428 x427 x426 -x425 x424 -x423 
1799.77/1800.32	v x422 -x421 x420 -x419 x418 -x417 x416 -x415 x414 -x413 x412 -x411 x410 -x409 -x408 x407 x406 -x405 x404 -x403 x402 -x401 
1799.77/1800.32	v x400 -x399 x398 -x397 -x396 x395 x394 -x393 x392 -x391 x390 -x389 x388 -x387 x386 -x385 x384 -x383 x382 -x381 x380 -x379 x378 
1799.77/1800.32	v -x377 x376 -x375 x374 -x373 x372 -x371 x370 -x369 -x368 x367 x366 -x365 x364 -x363 x362 -x361 x360 -x359 x358 -x357 x356 -x355 
1799.77/1800.32	v x354 -x353 x352 -x351 x350 -x349 -x348 x347 x346 -x345 x344 -x343 x342 -x341 x340 -x339 x338 -x337 -x336 x335 x334 -x333 
1799.77/1800.32	v x332 -x331 x330 -x329 x328 -x327 x326 -x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 x311 -x310 
1799.77/1800.32	v x309 -x308 x307 -x306 x305 -x304 x303 -x302 x301 -x300 x299 -x298 x297 x296 -x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 
1799.77/1800.32	v -x286 x285 -x284 x283 -x282 x281 -x280 x279 -x278 x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 x264 
1799.77/1800.32	v -x263 -x262 x261 -x260 x259 -x258 x257 -x256 x255 -x254 x253 x252 -x251 -x250 x249 -x248 x247 -x246 x245 -x244 x243 -x242 
1799.77/1800.32	v x241 -x240 x239 -x238 x237 x236 -x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 
1799.77/1800.32	v -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 x200 -x199 -x198 x197 -x196 
1799.77/1800.32	v x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 -x174 
1799.77/1800.32	v x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 -x154 x153 -x152 x151 
1799.77/1800.32	v -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 x131 -x130 x129 -x128 
1799.77/1800.32	v x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 
1799.77/1800.32	v -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 
1799.77/1800.32	v -x78 x77 -x76 x75 -x74 x73 x72 -x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 
1799.77/1800.32	v -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 x40 -x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 
1799.77/1800.32	v -x22 x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 -x10 x9 x8 -x7 -x6 x5 -x4 x3 -x2 x1 
1799.77/1800.32	c SCIP Status        : solving was interrupted [time limit reached]
1799.77/1800.32	c Solving Time       :    1791.00
1799.77/1800.32	c Original Problem   :
1799.77/1800.32	c   Problem name     : HOME/instance-1868927-1245150419.opb
1799.77/1800.32	c   Variables        : 1060 (1060 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.77/1800.32	c   Constraints      : 3737 initial, 3737 maximal
1799.77/1800.32	c Presolved Problem  :
1799.77/1800.32	c   Problem name     : t_HOME/instance-1868927-1245150419.opb
1799.77/1800.32	c   Variables        : 1040 (1040 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.77/1800.32	c   Constraints      : 3707 initial, 3891 maximal
1799.77/1800.32	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.77/1800.32	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.77/1800.32	c   dualfix          :       0.00         20          0          0          0          0          0          0          0
1799.77/1800.32	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.77/1800.32	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.77/1800.32	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.77/1800.32	c   probing          :       0.03          0          0          0          0          0          0          0          0
1799.77/1800.32	c   linear           :       0.05          0          0          0          0          0         30          0          0
1799.77/1800.32	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1799.77/1800.32	c   root node        :          -          0          -          -          0          -          -          -          -
1799.77/1800.32	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.77/1800.32	c   integral         :          0          0          0      28781          0        225       3402          0          0      54830
1799.77/1800.32	c   logicor          :       3707+        23     178127          5          3        235    1085854          0          0          0
1799.77/1800.32	c   countsols        :          0          0          0          5          1          0          0          0          0          0
1799.77/1800.32	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.77/1800.32	c   integral         :     240.00       0.00       0.00     240.00       0.00
1799.77/1800.32	c   logicor          :       6.27       0.03       6.24       0.00       0.00
1799.77/1800.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.77/1800.32	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.77/1800.32	c   rootredcost      :       0.11         11          0          0
1799.77/1800.32	c   pseudoobj        :      10.72     214728          0          0
1799.77/1800.32	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.77/1800.32	c   propagation      :       0.01        235        235        399       10.2         43        5.3          -
1799.77/1800.32	c   infeasible LP    :       6.98      25143          0          0        0.0          0        0.0          0
1799.77/1800.32	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.77/1800.32	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.77/1800.32	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.77/1800.32	c   applied globally :          -          -          -        422        9.1          -          -          -
1799.77/1800.32	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.77/1800.32	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.77/1800.32	c   cut pool         :       0.02         22          -          -        529          -    (maximal pool size: 1691)
1799.77/1800.32	c   redcost          :       1.54      32461          0      19254          0          0
1799.77/1800.32	c   impliedbounds    :       0.02         24          0          0          0          0
1799.77/1800.32	c   intobj           :       0.00          0          0          0          0          0
1799.77/1800.32	c   gomory           :       6.05         24          0          0       6575          0
1799.77/1800.32	c   strongcg         :       3.63         20          0          0       7923          0
1799.77/1800.32	c   cmir             :       0.34         10          0          0          0          0
1799.77/1800.32	c   flowcover        :       0.28         10          0          0          0          0
1799.77/1800.32	c   clique           :       0.01          1          0          0          0          0
1799.77/1800.32	c   zerohalf         :       0.00          0          0          0          0          0
1799.77/1800.32	c   mcf              :       0.01          1          0          0          0          0
1799.77/1800.32	c Pricers            :       Time      Calls       Vars
1799.77/1800.32	c   problem variables:       0.00          0          0
1799.77/1800.32	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.77/1800.32	c   relpscost        :     239.91      28776        225       3402          0          0      54830
1799.77/1800.32	c   pscost           :       0.00          0          0          0          0          0          0
1799.77/1800.32	c   inference        :       0.00          1          0          0          0          0          2
1799.77/1800.32	c   mostinf          :       0.00          0          0          0          0          0          0
1799.77/1800.32	c   leastinf         :       0.00          0          0          0          0          0          0
1799.77/1800.32	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.77/1800.32	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.77/1800.32	c   random           :       0.00          0          0          0          0          0          0
1799.77/1800.32	c Primal Heuristics  :       Time      Calls      Found
1799.77/1800.32	c   LP solutions     :       0.00          -          5
1799.77/1800.32	c   pseudo solutions :       0.00          -          0
1799.77/1800.32	c   intshifting      :       0.00          0          0
1799.77/1800.32	c   oneopt           :       0.12         12          4
1799.77/1800.32	c   crossover        :       0.77          8          2
1799.77/1800.32	c   guideddiving     :      24.16         69          0
1799.77/1800.32	c   objpscostdiving  :      52.98         35         32
1799.77/1800.32	c   rootsoldiving    :      11.31         35         26
1799.77/1800.32	c   coefdiving       :      29.80         70          0
1799.77/1800.32	c   pscostdiving     :      29.88         70          1
1799.77/1800.32	c   fracdiving       :      27.24         70          0
1799.77/1800.32	c   linesearchdiving :      52.23         70          0
1799.77/1800.32	c   simplerounding   :       0.14          4          0
1799.77/1800.32	c   rounding         :       7.93       7735          1
1799.77/1800.32	c   shifting         :       2.53        927          1
1799.77/1800.32	c   fixandinfer      :       0.00          0          0
1799.77/1800.32	c   feaspump         :       1.08          1          1
1799.77/1800.32	c   veclendiving     :      24.91         70          1
1799.77/1800.32	c   intdiving        :       0.00          0          0
1799.77/1800.32	c   actconsdiving    :       0.00          0          0
1799.77/1800.32	c   octane           :       0.00          0          0
1799.77/1800.32	c   rens             :       0.00          0          0
1799.77/1800.32	c   rins             :       0.00          0          0
1799.77/1800.32	c   localbranching   :       0.00          0          0
1799.77/1800.32	c   mutation         :       0.00          0          0
1799.77/1800.32	c   dins             :       0.00          0          0
1799.77/1800.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.77/1800.32	c   primal LP        :       0.09          0          0       0.00       0.00
1799.77/1800.32	c   dual LP          :    1198.09      52595    4683655      89.05    3909.27
1799.77/1800.32	c   barrier LP       :       0.00          0          0       0.00          -
1799.77/1800.32	c   diving/probing LP:     233.28      16982     559854      32.97    2399.92
1799.77/1800.32	c   strong branching :     233.95      11092    1172927     105.75    5013.58
1799.77/1800.32	c     (at root node) :          -         23       4283     186.22          -
1799.77/1800.32	c   conflict analysis:       0.00          0          0       0.00          -
1799.77/1800.32	c B&B Tree           :
1799.77/1800.32	c   number of runs   :          1
1799.77/1800.32	c   nodes            :      51547
1799.77/1800.32	c   nodes (total)    :      51547
1799.77/1800.32	c   nodes left       :       3003
1799.77/1800.32	c   max depth        :         67
1799.77/1800.32	c   max depth (total):         67
1799.77/1800.32	c   backtracks       :       5684 (11.0%)
1799.77/1800.32	c   delayed cutoffs  :          8
1799.77/1800.32	c   repropagations   :       1313 (2811 domain reductions, 5 cutoffs)
1799.77/1800.32	c   avg switch length:       3.42
1799.77/1800.32	c   switching time   :       8.09
1799.77/1800.32	c Solution           :
1799.77/1800.32	c   Solutions found  :         74 (14 improvements)
1799.77/1800.32	c   Primal Bound     : +3.43000000000000e+02   (in run 1, after 16492 nodes, 649.59 seconds, depth 52, found by <relaxation>)
1799.77/1800.32	c   Dual Bound       : +3.00625885356077e+02
1799.77/1800.32	c   Gap              :      14.10 %
1799.77/1800.32	c   Root Dual Bound  : +2.81400184854863e+02
1799.77/1800.36	c Time complete: 1799.84.

Verifier Data

OK	343

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1868927-1245150419/watcher-1868927-1245150419 -o /tmp/evaluation-result-1868927-1245150419/solver-1868927-1245150419 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868927-1245150419.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2539
/proc/meminfo: memFree=1856104/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=5812 CPUtime=0
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 182642564 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/2539/statm: 1453 501 332 1256 0 192 0

[startup+0.0248271 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2539
/proc/meminfo: memFree=1856104/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=11712 CPUtime=0.01
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 1896 0 0 0 1 0 0 0 18 0 1 0 182642564 11993088 1880 1992294400 4194304 9342243 548682068736 18446744073709551615 8247753 0 0 4096 0 0 0 0 17 1 0 0
/proc/2539/statm: 2928 1880 378 1256 0 1667 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11712

[startup+0.101835 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2539
/proc/meminfo: memFree=1856104/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=20012 CPUtime=0.09
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 4168 0 0 0 7 2 0 0 18 0 1 0 182642564 20492288 3798 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 5003 3802 468 1256 0 3742 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20012

[startup+0.301857 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2539
/proc/meminfo: memFree=1856104/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=32232 CPUtime=0.29
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 6862 0 0 0 25 4 0 0 19 0 1 0 182642564 33005568 6488 1992294400 4194304 9342243 548682068736 18446744073709551615 6224428 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 8058 6488 613 1256 0 6797 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32232

[startup+0.701901 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2539
/proc/meminfo: memFree=1856104/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=32764 CPUtime=0.69
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 7103 0 0 0 65 4 0 0 22 0 1 0 182642564 33550336 6729 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 8191 6729 639 1256 0 6930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32764

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1831456/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=32764 CPUtime=1.49
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 7247 0 0 0 144 5 0 0 25 0 1 0 182642564 33550336 6872 1992294400 4194304 9342243 548682068736 18446744073709551615 5575805 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 8191 6872 651 1256 0 6930 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32764

[startup+3.10117 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1830560/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=37332 CPUtime=3.08
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 7981 0 0 0 301 7 0 0 25 0 1 0 182642564 38227968 7606 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 9333 7606 667 1256 0 8072 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37332

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1826272/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=40284 CPUtime=6.29
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 9005 0 0 0 618 11 0 0 25 0 1 0 182642564 41250816 8106 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 10071 8106 670 1256 0 8810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40284

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1825512/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=40816 CPUtime=12.68
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 9561 0 0 0 1254 14 0 0 25 0 1 0 182642564 41795584 8209 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 10204 8209 670 1256 0 8943 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40816

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1823912/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=43736 CPUtime=25.48
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 20549 0 0 0 2524 24 0 0 25 0 1 0 182642564 44785664 8644 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 10934 8644 682 1256 0 9673 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43736

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1824104/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=39996 CPUtime=51.07
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 47756 0 0 0 5062 45 0 0 25 0 1 0 182642564 40955904 8572 1992294400 4194304 9342243 548682068736 18446744073709551615 6896725 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 9999 8572 685 1256 0 8738 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39996

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1824808/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=44328 CPUtime=102.26
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 109800 0 0 0 10133 93 0 0 25 0 1 0 182642564 45391872 8475 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 11082 8475 703 1256 0 9821 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44328

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1824808/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=43972 CPUtime=162.25
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 267690 0 0 0 16037 188 0 0 25 0 1 0 182642564 45027328 8542 1992294400 4194304 9342243 548682068736 18446744073709551615 6238485 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 10993 8542 703 1256 0 9732 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 43972

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1824808/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=41152 CPUtime=222.22
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 435529 0 0 0 21937 285 0 0 25 0 1 0 182642564 42139648 8430 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 10288 8430 703 1256 0 9027 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 41152

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1822184/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=42132 CPUtime=282.21
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 502517 0 0 0 27885 336 0 0 25 0 1 0 182642564 43143168 9053 1992294400 4194304 9342243 548682068736 18446744073709551615 6923836 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 10533 9053 703 1256 0 9272 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 42132

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1822120/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=41292 CPUtime=342.19
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 518857 0 0 0 33855 364 0 0 25 0 1 0 182642564 42283008 9048 1992294400 4194304 9342243 548682068736 18446744073709551615 7289252 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 10323 9048 703 1256 0 9062 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 41292

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1806312/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=58764 CPUtime=402.17
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530143 0 0 0 39825 392 0 0 25 0 1 0 182642564 60174336 13030 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14691 13030 703 1256 0 13430 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58764

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1806184/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=58764 CPUtime=462.16
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530169 0 0 0 45805 411 0 0 25 0 1 0 182642564 60174336 13056 1992294400 4194304 9342243 548682068736 18446744073709551615 6039466 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14691 13056 703 1256 0 13430 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 58764

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1806120/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=58764 CPUtime=522.14
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530186 0 0 0 51783 431 0 0 25 0 1 0 182642564 60174336 13073 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14691 13073 703 1256 0 13430 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 58764

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1805992/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=58764 CPUtime=582.12
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530210 0 0 0 57761 451 0 0 25 0 1 0 182642564 60174336 13097 1992294400 4194304 9342243 548682068736 18446744073709551615 4266257 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14691 13097 703 1256 0 13430 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 58764

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1805992/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=58764 CPUtime=642.11
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530213 0 0 0 63740 471 0 0 25 0 1 0 182642564 60174336 13100 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14691 13100 703 1256 0 13430 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 58764

[startup+702.301 s]

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

/proc/meminfo: memFree=1803432/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1061.98
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530771 0 0 0 105577 621 0 0 25 0 1 0 182642564 61325312 13657 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13657 703 1256 0 13711 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 59888

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1803432/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1121.96
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530772 0 0 0 111556 640 0 0 25 0 1 0 182642564 61325312 13658 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13658 703 1256 0 13711 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 59888

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1803368/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1181.95
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530776 0 0 0 117533 662 0 0 25 0 1 0 182642564 61325312 13662 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13662 703 1256 0 13711 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 59888

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1803240/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1241.93
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530787 0 0 0 123509 684 0 0 25 0 1 0 182642564 61325312 13673 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13673 703 1256 0 13711 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 59888

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1803240/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1301.92
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530789 0 0 0 129486 706 0 0 25 0 1 0 182642564 61325312 13675 1992294400 4194304 9342243 548682068736 18446744073709551615 7288836 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13675 703 1256 0 13711 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 59888

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1803112/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1361.9
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530812 0 0 0 135463 727 0 0 25 0 1 0 182642564 61325312 13698 1992294400 4194304 9342243 548682068736 18446744073709551615 6213628 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13698 703 1256 0 13711 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 59888

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2540
/proc/meminfo: memFree=1803048/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1421.89
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530819 0 0 0 141440 749 0 0 25 0 1 0 182642564 61325312 13705 1992294400 4194304 9342243 548682068736 18446744073709551615 6223673 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13705 703 1256 0 13711 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 59888

[startup+1482.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 2540
/proc/meminfo: memFree=1802984/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1481.86
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530827 0 0 0 147420 766 0 0 25 0 1 0 182642564 61325312 13713 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13713 703 1256 0 13711 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 59888

[startup+1542.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 2540
/proc/meminfo: memFree=1802856/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1541.84
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530863 0 0 0 153398 786 0 0 25 0 1 0 182642564 61325312 13749 1992294400 4194304 9342243 548682068736 18446744073709551615 6896740 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13749 703 1256 0 13711 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 59888

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 2540
/proc/meminfo: memFree=1802792/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1601.83
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530871 0 0 0 159376 807 0 0 25 0 1 0 182642564 61325312 13757 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13757 703 1256 0 13711 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 59888

[startup+1662.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 2540
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1661.81
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530874 0 0 0 165353 828 0 0 25 0 1 0 182642564 61325312 13760 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13760 703 1256 0 13711 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 59888

[startup+1722.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/65 2540
/proc/meminfo: memFree=1802728/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1721.79
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530874 0 0 0 171332 847 0 0 25 0 1 0 182642564 61325312 13760 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13760 703 1256 0 13711 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 59888

[startup+1782.3 s]
/proc/loadavg: 1.07 1.05 1.00 2/65 2540
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1781.78
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530882 0 0 0 177311 867 0 0 25 0 1 0 182642564 61325312 13768 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13768 703 1256 0 13711 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 59888

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

[startup+1791.91 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 2540
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1791.38
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530882 0 0 0 178267 871 0 0 25 0 1 0 182642564 61325312 13768 1992294400 4194304 9342243 548682068736 18446744073709551615 6922133 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13768 703 1256 0 13711 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 59888

[startup+1795.1 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 2540
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1794.58
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530882 0 0 0 178586 872 0 0 25 0 1 0 182642564 61325312 13768 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13768 703 1256 0 13711 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 59888

[startup+1798.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 2540
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1797.78
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530882 0 0 0 178904 874 0 0 25 0 1 0 182642564 61325312 13768 1992294400 4194304 9342243 548682068736 18446744073709551615 6897399 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13768 703 1256 0 13711 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 59888

[startup+1799.1 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 2540
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1798.57
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530882 0 0 0 178983 874 0 0 25 0 1 0 182642564 61325312 13768 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13768 703 1256 0 13711 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 59888

[startup+1799.9 s]
/proc/loadavg: 1.13 1.06 1.01 2/65 2540
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1799.37
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530882 0 0 0 179063 874 0 0 25 0 1 0 182642564 61325312 13768 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13768 703 1256 0 13711 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 59888

[startup+1800.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/65 2540
/proc/meminfo: memFree=1802664/2055920 swapFree=4191900/4192956
[pid=2539] ppid=2537 vsize=59888 CPUtime=1799.77
/proc/2539/stat : 2539 (pbscip.linux.x8) R 2537 2539 2351 0 -1 4194304 530882 0 0 0 179103 874 0 0 25 0 1 0 182642564 61325312 13768 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2539/statm: 14972 13768 703 1256 0 13711 0
Current children cumulated CPU time (s) 1799.77
Current children cumulated vsize (KiB) 59888

Child status: 0
Real time (s): 1800.37
CPU time (s): 1799.85
CPU user time (s): 1791.09
CPU system time (s): 8.75467
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 59888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.09
system time used= 8.75467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2937

runsolver used 1.49977 second user time and 3.58745 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-16 13:06:59
IDJOB=1868927
IDBENCH=2065
IDSOLVER=684
FILE ID=node9/1868927-1245150419
PBS_JOBID= 9363758
Free space on /tmp= 66160 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8d1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868927-1245150419/watcher-1868927-1245150419 -o /tmp/evaluation-result-1868927-1245150419/solver-1868927-1245150419 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868927-1245150419.opb

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

MD5SUM BENCH= e79c956fa387b090702a2dffba5fa8e9
RANDOM SEED=2016075483

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1856520 kB
Buffers:         30008 kB
Cached:         103420 kB
SwapCached:        260 kB
Active:          39360 kB
Inactive:       106884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856520 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11832 kB
Writeback:           0 kB
Mapped:          21996 kB
Slab:            39224 kB
Committed_AS:   156428 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node9 at 2009-06-16 13:36:59