Trace number 3447966

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.07 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh211_wcsp.wbo
MD5SUMb50e414b5ae2abd5c7b876bc50645ba2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark259
Best CPU time to get the best result obtained on this benchmark0.013997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447966-1307902629.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.06	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1000 implications, 0 cliques
0.01/0.06	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.01/0.06	c     800 constraints of type <linear>
0.01/0.06	c     800 constraints of type <indicator>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.04
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.0.1.4
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1800
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/indicator/addCouplingCons = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 394238
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.1s|     1 |     0 |     0 |     - |4702k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   143 |     - |5771k|   0 |  66 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   548 |     - |6622k|   0 |  79 |1700 |2400 |1700 | 832 |  32 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |  1041 |     - |9155k|   0 |  74 |1700 |2400 |1700 | 859 |  59 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.55	c   0.6s|     1 |     0 |  1210 |     - |9944k|   0 |  72 |1700 |2400 |1700 | 897 |  97 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |  1324 |     - |  10M|   0 |  82 |1700 |2400 |1700 | 908 | 108 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.79/0.84	c   0.8s|     1 |     0 |  1354 |     - |  12M|   0 |  85 |1700 |2400 |1700 | 919 | 119 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |  1383 |     - |  14M|   0 |  84 |1700 |2400 |1700 | 926 | 126 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.59/1.60	c   1.6s|     1 |     2 |  1383 |     - |  15M|   0 |  84 |1700 |2400 |1700 | 926 | 126 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
8.49/8.53	o 7147
8.49/8.53	c * 8.5s|   228 |   221 | 10152 |  38.6 |  16M|  46 |   - |1700 |2400 |1700 | 978 | 469 |   0 |1125 | 0.000000e+00 | 7.147000e+03 |    Inf 
11.89/11.90	o 5412
11.89/11.90	c *11.9s|   727 |   682 | 29921 |  39.3 |  19M|  52 |   - |1700 |2402 |1700 | 972 |1620 |   2 |1403 | 0.000000e+00 | 5.412000e+03 |    Inf 
11.89/11.99	o 5191
11.89/11.99	c *12.0s|   737 |   681 | 30426 |  39.5 |  19M|  52 |   - |1700 |2403 |1700 | 964 |1665 |   3 |1405 | 0.000000e+00 | 5.191000e+03 |    Inf 
25.69/25.70	o 5167
25.69/25.70	c *25.7s|  2819 |  2503 |117338 |  41.1 |  21M|  53 |   - |1700 |2489 |1700 | 955 |8130 |  89 |1753 | 0.000000e+00 | 5.167000e+03 |    Inf 
31.99/32.08	o 5144
31.99/32.08	c *32.1s|  4214 |  3885 |166132 |  39.1 |  23M|  53 |   - |1700 |2496 |1700 | 953 |  10k|  96 |1876 | 0.000000e+00 | 5.144000e+03 |    Inf 
31.99/32.09	o 5039
31.99/32.09	c *32.1s|  4215 |  3871 |166185 |  39.1 |  23M|  53 |   - |1700 |2496 |1700 | 957 |  10k|  96 |1876 | 0.000000e+00 | 5.039000e+03 |    Inf 
38.69/38.73	o 4846
38.69/38.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.69/38.73	c *38.7s|  5328 |  4876 |214054 |  39.9 |  24M|  53 |   - |1700 |2513 |1700 | 959 |  13k| 113 |2059 | 0.000000e+00 | 4.846000e+03 |    Inf 
38.69/38.74	o 4562
38.69/38.74	c *38.7s|  5329 |  4849 |214091 |  39.9 |  24M|  53 |   - |1700 |2513 |1700 | 959 |  13k| 113 |2059 | 0.000000e+00 | 4.562000e+03 |    Inf 
38.79/38.80	o 4549
38.79/38.80	c *38.8s|  5332 |  4849 |214419 |  40.0 |  24M|  53 |   - |1700 |2513 |1700 | 956 |  13k| 113 |2060 | 0.000000e+00 | 4.549000e+03 |    Inf 
38.79/38.80	o 4361
38.79/38.80	c *38.8s|  5333 |  4829 |214434 |  40.0 |  24M|  53 |   - |1700 |2513 |1700 | 956 |  13k| 113 |2060 | 0.000000e+00 | 4.361000e+03 |    Inf 
67.68/67.71	c  67.7s| 10000 |  8822 |421295 |  42.0 |  28M|  53 |  36 |1700 |2695 |1700 | 960 |  29k| 313 |2628 | 0.000000e+00 | 4.361000e+03 |    Inf 
67.78/67.86	o 4229
67.78/67.86	c *67.9s| 10025 |  8810 |422222 |  42.0 |  28M|  53 |   - |1700 |2695 |1700 | 954 |  29k| 313 |2630 | 0.000000e+00 | 4.229000e+03 |    Inf 
72.19/72.26	o 3796
72.19/72.26	c *72.3s| 10755 |  9311 |450875 |  41.8 |  29M|  53 |   - |1700 |2721 |1700 | 951 |  31k| 341 |2744 | 0.000000e+00 | 3.796000e+03 |    Inf 
79.99/80.04	o 2621
79.99/80.04	c *80.0s| 12110 |  9308 |502080 |  41.3 |  29M|  56 |   - |1700 |2834 |1700 | 949 |  34k| 457 |2921 | 0.000000e+00 | 2.621000e+03 |    Inf 
121.39/121.41	o 2230
121.39/121.41	c * 121s| 19673 | 13686 |800359 |  40.6 |  34M|  56 |   - |1700 |3063 |1700 | 944 |  54k|1359 |3887 | 0.000000e+00 | 2.230000e+03 |    Inf 
123.29/123.32	c   123s| 20000 | 13907 |814755 |  40.7 |  35M|  56 |  23 |1700 |3047 |1700 | 918 |  55k|1398 |3926 | 0.000000e+00 | 2.230000e+03 |    Inf 
178.58/178.64	c   179s| 30000 | 19094 |  1209k|  40.3 |  43M|  56 |   - |1700 |2671 |1700 | 930 |  81k|3165 |5007 | 0.000000e+00 | 2.230000e+03 |    Inf 
233.48/233.54	c   234s| 40000 | 23525 |  1583k|  39.6 |  49M|  56 |   2 |1700 |2667 |1700 | 920 | 109k|5238 |6091 | 0.000000e+00 | 2.230000e+03 |    Inf 
292.09/292.19	c   292s| 50000 | 27771 |  1982k|  39.6 |  56M|  56 |   - |1700 |2667 |1700 | 944 | 140k|7289 |7143 | 0.000000e+00 | 2.230000e+03 |    Inf 
294.28/294.34	o 2186
294.28/294.34	c * 294s| 50378 | 27878 |  1996k|  39.6 |  56M|  56 |   - |1700 |2678 |1700 | 945 | 141k|7351 |7213 | 0.000000e+00 | 2.186000e+03 |    Inf 
346.40/346.47	c   346s| 60000 | 32170 |  2360k|  39.3 |  62M|  56 |   7 |1700 |2740 |1700 | 918 | 166k|9291 |7993 | 0.000000e+00 | 2.186000e+03 |    Inf 
357.50/357.55	o 1776
357.50/357.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.50/357.55	c * 358s| 62046 | 31631 |  2435k|  39.2 |  61M|  56 |   - |1700 |2740 |1700 | 953 | 172k|9717 |8145 | 0.000000e+00 | 1.776000e+03 |    Inf 
402.19/402.29	c   402s| 70000 | 34079 |  2721k|  38.9 |  65M|  56 |  10 |1700 |2901 |1700 | 928 | 196k|  11k|8725 | 0.000000e+00 | 1.776000e+03 |    Inf 
454.19/454.25	c   454s| 80000 | 37182 |  3065k|  38.3 |  71M|  56 |   6 |1700 |2873 |1700 | 929 | 221k|  14k|9446 | 0.000000e+00 | 1.776000e+03 |    Inf 
507.00/507.10	c   507s| 90000 | 40346 |  3416k|  38.0 |  76M|  56 |  10 |1700 |2763 |1700 | 934 | 247k|  17k|  10k| 0.000000e+00 | 1.776000e+03 |    Inf 
560.20/560.21	c   560s|100000 | 43337 |  3766k|  37.6 |  82M|  56 |   6 |1700 |2850 |1700 | 918 | 275k|  20k|  10k| 0.000000e+00 | 1.776000e+03 |    Inf 
613.80/613.85	c   614s|110000 | 46663 |  4130k|  37.5 |  88M|  56 |  16 |1700 |2847 |1700 | 930 | 301k|  22k|  11k| 0.000000e+00 | 1.776000e+03 |    Inf 
665.59/665.67	c   666s|120000 | 50336 |  4485k|  37.4 |  94M|  56 |   - |1700 |2802 |1700 | 932 | 326k|  25k|  12k| 0.000000e+00 | 1.776000e+03 |    Inf 
718.50/718.57	c   719s|130000 | 53514 |  4846k|  37.3 | 101M|  56 |   - |1700 |2832 |1700 | 925 | 351k|  28k|  12k| 0.000000e+00 | 1.776000e+03 |    Inf 
774.40/774.48	c   774s|140000 | 56622 |  5213k|  37.2 | 106M|  56 |   6 |1700 |2770 |1700 | 918 | 381k|  30k|  13k| 0.000000e+00 | 1.776000e+03 |    Inf 
827.80/827.87	c   828s|150000 | 59492 |  5566k|  37.1 | 111M|  56 |   - |1700 |2814 |1700 | 926 | 408k|  33k|  13k| 0.000000e+00 | 1.776000e+03 |    Inf 
856.70/856.79	o 1700
856.70/856.79	c * 857s|155604 | 60866 |  5764k|  37.0 | 113M|  56 |   - |1700 |2721 |1700 | 941 | 422k|  35k|  13k| 0.000000e+00 | 1.700000e+03 |    Inf 
880.60/880.61	c   881s|160000 | 62193 |  5921k|  37.0 | 116M|  56 |  10 |1700 |2780 |1700 | 930 | 434k|  36k|  14k| 0.000000e+00 | 1.700000e+03 |    Inf 
933.60/933.62	c   934s|170000 | 65092 |  6275k|  36.9 | 122M|  56 |   - |1700 |2854 |1700 | 942 | 460k|  39k|  14k| 0.000000e+00 | 1.700000e+03 |    Inf 
951.41/951.40	o 1458
951.41/951.40	c * 951s|173234 | 63838 |  6393k|  36.9 | 118M|  56 |   - |1700 |2847 |1700 | 952 | 468k|  40k|  14k| 0.000000e+00 | 1.458000e+03 |    Inf 
967.00/967.02	o 1118
967.00/967.02	c * 967s|176058 | 58748 |  6488k|  36.8 | 107M|  56 |   - |1700 |2909 |1700 | 935 | 476k|  41k|  15k| 0.000000e+00 | 1.118000e+03 |    Inf 
986.90/986.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.90/986.91	c   987s|180000 | 58919 |  6613k|  36.7 | 111M|  56 |   5 |1700 |2979 |1700 | 923 | 484k|  42k|  15k| 0.000000e+00 | 1.118000e+03 |    Inf 
1039.91/1039.99	c  1040s|190000 | 59306 |  6948k|  36.6 | 118M|  56 |   2 |1700 |3009 |1700 | 920 | 503k|  47k|  15k| 0.000000e+00 | 1.118000e+03 |    Inf 
1090.21/1090.26	c  1090s|200000 | 59765 |  7259k|  36.3 | 126M|  56 |   2 |1700 |3176 |1700 | 920 | 522k|  53k|  15k| 0.000000e+00 | 1.118000e+03 |    Inf 
1140.91/1140.98	c  1141s|210000 | 60331 |  7575k|  36.1 | 134M|  56 |   2 |1700 |3134 |1700 | 907 | 540k|  58k|  16k| 0.000000e+00 | 1.118000e+03 |    Inf 
1190.92/1190.98	c  1191s|220000 | 60972 |  7885k|  35.8 | 142M|  56 |   2 |1700 |3289 |1700 | 927 | 557k|  63k|  16k| 0.000000e+00 | 1.118000e+03 |    Inf 
1243.11/1243.13	c  1243s|230000 | 61481 |  8217k|  35.7 | 147M|  56 |  10 |1700 |3162 |1700 | 918 | 576k|  68k|  16k| 0.000000e+00 | 1.118000e+03 |    Inf 
1290.22/1290.22	c  1290s|240000 | 61911 |  8494k|  35.4 | 153M|  56 |   - |1700 |3394 |1700 | 929 | 594k|  74k|  17k| 0.000000e+00 | 1.118000e+03 |    Inf 
1338.52/1338.53	c  1339s|250000 | 62916 |  8790k|  35.2 | 159M|  56 |   - |1700 |3329 |1700 | 920 | 611k|  79k|  17k| 0.000000e+00 | 1.118000e+03 |    Inf 
1393.33/1393.38	c  1393s|260000 | 63987 |  9100k|  35.0 | 166M|  56 |   - |1700 |3146 |1700 | 930 | 630k|  84k|  17k| 0.000000e+00 | 1.118000e+03 |    Inf 
1449.43/1449.49	c  1449s|270000 | 65004 |  9405k|  34.8 | 173M|  56 |   7 |1700 |3134 |1700 | 920 | 648k|  89k|  18k| 0.000000e+00 | 1.118000e+03 |    Inf 
1506.12/1506.11	c  1506s|280000 | 66157 |  9719k|  34.7 | 179M|  56 |   - |1700 |3126 |1700 | 925 | 667k|  93k|  18k| 0.000000e+00 | 1.118000e+03 |    Inf 
1564.93/1564.92	c  1565s|290000 | 67409 | 10051k|  34.7 | 187M|  56 |   8 |1700 |3181 |1700 | 920 | 684k|  99k|  18k| 0.000000e+00 | 1.118000e+03 |    Inf 
1622.44/1622.42	c  1622s|300000 | 68694 | 10364k|  34.5 | 195M|  56 |   - |1700 |3349 |1700 | 921 | 702k| 105k|  18k| 0.000000e+00 | 1.118000e+03 |    Inf 
1681.34/1681.30	c  1681s|310000 | 70352 | 10678k|  34.4 | 205M|  56 |   - |1700 |3631 |1700 | 924 | 721k| 111k|  19k| 0.000000e+00 | 1.118000e+03 |    Inf 
1739.84/1739.89	c  1740s|320000 | 71499 | 10984k|  34.3 | 212M|  56 |  18 |1700 |3498 |1700 | 918 | 741k| 116k|  19k| 0.000000e+00 | 1.118000e+03 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 329807
1800.03/1800.00	c Primal Bound       : +1.11800000000000e+03 (118 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v x200 -x199 x198 -x197 -x196 x195 -x194 x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
1800.03/1800.00	v x177 x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 -x166 x165 -x164 x163 x162 -x161 x160 -x159 -x158 x157 x156 -x155 
1800.03/1800.00	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 -x142 x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 -x132 
1800.03/1800.00	v x131 -x130 x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 x120 -x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
1800.03/1800.00	v x108 -x107 -x106 x105 -x104 x103 x102 -x101 -x100 x99 -x98 x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 -x88 x87 -x86 x85 -x84 
1800.03/1800.00	v x83 -x82 x81 -x80 x79 x78 -x77 -x76 x75 x74 -x73 -x72 x71 -x70 x69 x68 -x67 x66 -x65 -x64 x63 -x62 x61 x60 -x59 -x58 x57 -x56 
1800.03/1800.00	v x55 x54 -x53 x52 -x51 -x50 x49 -x48 x47 x46 -x45 -x44 x43 -x42 x41 x40 -x39 -x38 x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 
1800.03/1800.00	v x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 x18 -x17 x16 -x15 x14 -x13 -x12 x11 x10 -x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.04 (included in solving)
1800.03/1800.00	c   reading          :       0.01 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447966-1307902629.wbo
1800.03/1800.00	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 901 initial, 901 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447966-1307902629.wbo
1800.03/1800.00	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 1600 initial, 3975 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     977644          0       9610          0        365       1144          0          0     421870
1800.03/1800.00	c   varbound         :          0+         6    1074582     765507          2          0      90332         12    5740784     765604          0          0
1800.03/1800.00	c   linear           :        800          6    1074771         19          2       9607     403917      45172    1691934          0          0          0
1800.03/1800.00	c   indicator        :        800          0    1029599     765507          3       9604     125641          0     169823          0          0          0
1800.03/1800.00	c   logicor          :          0+         0     517649          0          0          0     160024      19666     247114          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0         19          2        101          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :      38.75       0.00       0.00      38.74       0.00       0.01       0.00
1800.03/1800.00	c   varbound         :      29.36       0.00      20.34       8.99       0.00       0.00       0.03
1800.03/1800.00	c   linear           :      20.24       0.00      19.34       0.00       0.00       0.59       0.32
1800.03/1800.00	c   indicator        :      61.27       0.01      17.27      39.18       0.00       4.77       0.04
1800.03/1800.00	c   logicor          :       6.09       0.00       5.93       0.00       0.00       0.00       0.15
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :     552705     232851         35   29995666
1800.03/1800.00	c   rootredcost      :         19          0          0          0
1800.03/1800.00	c   pseudoobj        :    1105973     121049      31390    5740762
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :      61.76      61.69       0.07
1800.03/1800.00	c   rootredcost      :       0.26       0.26       0.00
1800.03/1800.00	c   pseudoobj        :      20.83      19.82       1.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       2.34      96275      87544     139188       16.8       2167        8.6          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     122708       15.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -         38          -    (maximal pool size: 2195)
1800.03/1800.00	c   redcost          :      48.64     693682          0   29934372          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.30          6          0          0       1836          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.26          6          0          0       2821          0
1800.03/1800.00	c   cmir             :       0.13          6          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.06          6          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      38.40     212137        365       1144          0          0     421870
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.02          -         19
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   feaspump         :       0.01          0          0
1800.04/1800.00	c   oneopt           :       0.21         17          0
1800.04/1800.00	c   crossover        :       0.99         34          0
1800.04/1800.00	c   rootsoldiving    :       4.68        539          0
1800.04/1800.00	c   coefdiving       :       5.40       1078          0
1800.04/1800.00	c   fracdiving       :       5.58       1078          0
1800.04/1800.00	c   veclendiving     :       5.09       1078          0
1800.04/1800.00	c   linesearchdiving :       5.97       1078          0
1800.04/1800.00	c   pscostdiving     :       5.44       1078          0

Verifier Data

OK	1118

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447966-1307902629/watcher-3447966-1307902629 -o /tmp/evaluation-result-3447966-1307902629/solver-3447966-1307902629 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447966-1307902629.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.92 2/177 16929
/proc/meminfo: memFree=32457616/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 1542 0 0 0 0 0 0 0 25 0 1 0 901859635 10366976 1495 33554432000 4194304 9128323 140733904127440 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16929/statm: 2531 1497 399 1205 0 1322 0

[startup+0.0241461 s]
/proc/loadavg: 1.84 1.97 1.92 2/177 16929
/proc/meminfo: memFree=32457616/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=21996 CPUtime=0.01 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 4223 0 0 0 1 0 0 0 18 0 1 0 901859635 22523904 4175 33554432000 4194304 9128323 140733904127440 18446744073709551615 4552784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 5499 4175 484 1205 0 4290 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21996

[startup+0.10113 s]
/proc/loadavg: 1.84 1.97 1.92 2/177 16929
/proc/meminfo: memFree=32457616/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=27164 CPUtime=0.09 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 6018 0 0 0 9 0 0 0 18 0 1 0 901859635 27815936 5675 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 6791 5675 655 1205 0 5582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27164

[startup+0.301101 s]
/proc/loadavg: 1.84 1.97 1.92 2/177 16929
/proc/meminfo: memFree=32457616/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=44996 CPUtime=0.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 11582 0 0 0 28 1 0 0 18 0 1 0 901859635 46075904 10166 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 11249 10166 712 1205 0 10040 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44996

[startup+0.70101 s]
/proc/loadavg: 1.84 1.97 1.92 2/177 16929
/proc/meminfo: memFree=32457616/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=45108 CPUtime=0.69 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 11702 0 0 0 68 1 0 0 18 0 1 0 901859635 46190592 10286 33554432000 4194304 9128323 140733904127440 18446744073709551615 6694338 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 11277 10286 712 1205 0 10068 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45108

[startup+1.50085 s]
/proc/loadavg: 1.84 1.97 1.92 3/178 16930
/proc/meminfo: memFree=32387936/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=52260 CPUtime=1.49 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 16112 0 0 0 146 3 0 0 20 0 1 0 901859635 53514240 11999 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 13065 11999 719 1205 0 11856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52260

[startup+3.10053 s]
/proc/loadavg: 1.84 1.97 1.92 3/178 16930
/proc/meminfo: memFree=32386136/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=52324 CPUtime=3.09 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 16119 0 0 0 304 5 0 0 25 0 1 0 901859635 53579776 12006 33554432000 4194304 9128323 140733904127440 18446744073709551615 7346551 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 13081 12006 719 1205 0 11872 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52324

[startup+6.3009 s]
/proc/loadavg: 1.85 1.97 1.92 3/178 16930
/proc/meminfo: memFree=32385144/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=52324 CPUtime=6.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 16119 0 0 0 620 9 0 0 25 0 1 0 901859635 53579776 12006 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 13081 12006 719 1205 0 11872 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52324

[startup+12.7006 s]
/proc/loadavg: 1.86 1.97 1.92 4/178 16930
/proc/meminfo: memFree=32382628/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=55800 CPUtime=12.69 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 21174 0 0 0 1252 17 0 0 25 0 1 0 901859635 57139200 12780 33554432000 4194304 9128323 140733904127440 18446744073709551615 4732427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 13950 12780 734 1205 0 12741 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55800

[startup+25.5011 s]
/proc/loadavg: 1.89 1.97 1.92 3/178 16931
/proc/meminfo: memFree=32380028/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=58528 CPUtime=25.49 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 31643 0 0 0 2520 29 0 0 25 0 1 0 901859635 59932672 13484 33554432000 4194304 9128323 140733904127440 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 14632 13484 727 1205 0 13423 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58528

[startup+51.101 s]
/proc/loadavg: 1.93 1.97 1.92 3/178 16931
/proc/meminfo: memFree=32372296/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=63592 CPUtime=51.09 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 49771 0 0 0 5054 55 0 0 25 0 1 0 901859635 65118208 14766 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16929/statm: 15898 14766 727 1205 0 14689 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63592

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.92 3/178 16933
/proc/meminfo: memFree=32357228/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=71248 CPUtime=102.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 76423 0 0 0 10123 106 0 0 25 0 1 0 901859635 72957952 16726 33554432000 4194304 9128323 140733904127440 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16929/statm: 17812 16726 727 1205 0 16603 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71248

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/178 16934
/proc/meminfo: memFree=32338212/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=82276 CPUtime=162.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 90544 0 0 0 16061 168 0 0 25 0 1 0 901859635 84250624 19501 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 20569 19501 727 1205 0 19360 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 82276

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/178 16936
/proc/meminfo: memFree=32322280/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=90772 CPUtime=222.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 95880 0 0 0 22007 222 0 0 25 0 1 0 901859635 92950528 21614 33554432000 4194304 9128323 140733904127440 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 22693 21614 727 1205 0 21484 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90772

[startup+282.301 s]
/proc/loadavg: 2.05 1.99 1.93 3/178 16938
/proc/meminfo: memFree=32309064/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=97776 CPUtime=282.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 100848 0 0 0 27948 281 0 0 25 0 1 0 901859635 100122624 23394 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 24444 23394 727 1205 0 23235 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 97776

[startup+342.301 s]
/proc/loadavg: 2.02 1.99 1.93 3/178 16939
/proc/meminfo: memFree=32297208/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=104928 CPUtime=342.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 114150 0 0 0 33891 338 0 0 25 0 1 0 901859635 107446272 25183 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 26232 25183 727 1205 0 25023 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 104928

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.93 3/178 16941
/proc/meminfo: memFree=32285016/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=110704 CPUtime=402.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 125056 0 0 0 39835 394 0 0 25 0 1 0 901859635 113360896 26662 33554432000 4194304 9128323 140733904127440 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 27676 26662 727 1205 0 26467 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 110704

[startup+462.301 s]
/proc/loadavg: 1.78 1.94 1.91 2/172 16966
/proc/meminfo: memFree=32378264/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=119140 CPUtime=462.3 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 130331 0 0 0 45788 442 0 0 25 0 1 0 901859635 121999360 28800 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 29785 28800 727 1205 0 28576 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 119140

[startup+522.301 s]
/proc/loadavg: 1.28 1.77 1.85 2/172 16968
/proc/meminfo: memFree=32369144/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=128060 CPUtime=522.29 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 133685 0 0 0 51734 495 0 0 25 0 1 0 901859635 131133440 31050 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 32015 31050 727 1205 0 30806 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 128060

[startup+582.301 s]
/proc/loadavg: 1.10 1.62 1.79 2/172 16970
/proc/meminfo: memFree=32363144/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=134276 CPUtime=582.3 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 135219 0 0 0 57681 549 0 0 25 0 1 0 901859635 137498624 32583 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 33569 32583 727 1205 0 32360 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 134276

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.27 1.60 2/172 16976
/proc/meminfo: memFree=32328716/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=168040 CPUtime=822.3 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 144782 0 0 0 81471 759 0 0 25 0 1 0 901859635 172072960 41083 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 42010 41083 727 1205 0 40801 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 168040

[startup+882.301 s]
/proc/loadavg: 1.00 1.22 1.56 2/172 16978
/proc/meminfo: memFree=32322104/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=174836 CPUtime=882.3 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 154390 0 0 0 87419 811 0 0 25 0 1 0 901859635 179032064 42781 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 43709 42781 727 1205 0 42500 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 174836

[startup+942.3 s]
/proc/loadavg: 1.00 1.18 1.52 2/172 16979
/proc/meminfo: memFree=32314596/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=182024 CPUtime=942.3 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 160240 0 0 0 93366 864 0 0 25 0 1 0 901859635 186392576 44616 33554432000 4194304 9128323 140733904127440 18446744073709551615 4240356 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 45506 44616 727 1205 0 44297 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 182024

[startup+1002.3 s]
/proc/loadavg: 1.00 1.14 1.49 2/172 16981
/proc/meminfo: memFree=32310200/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=188252 CPUtime=1002.31 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 177104 0 0 0 99314 917 0 0 25 0 1 0 901859635 192770048 45657 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 47063 45657 727 1205 0 45854 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 188252

[startup+1062.3 s]
/proc/loadavg: 1.00 1.11 1.45 2/172 16982
/proc/meminfo: memFree=32303076/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=195548 CPUtime=1062.31 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 179967 0 0 0 105267 964 0 0 25 0 1 0 901859635 200241152 47466 33554432000 4194304 9128323 140733904127440 18446744073709551615 6576439 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 48887 47466 727 1205 0 47678 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 195548

[startup+1122.3 s]
/proc/loadavg: 1.00 1.09 1.42 2/172 16984
/proc/meminfo: memFree=32293340/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=205768 CPUtime=1122.31 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 185348 0 0 0 111215 1016 0 0 25 0 1 0 901859635 210706432 49998 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 51442 49998 727 1205 0 50233 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 205768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.07 1.40 2/172 16986
/proc/meminfo: memFree=32283740/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=215376 CPUtime=1182.31 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 187691 0 0 0 117167 1064 0 0 25 0 1 0 901859635 220545024 52336 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 53844 52336 727 1205 0 52635 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 215376

[startup+1242.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/172 16987
/proc/meminfo: memFree=32274504/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=224232 CPUtime=1242.32 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 190977 0 0 0 123118 1114 0 0 25 0 1 0 901859635 229613568 54553 33554432000 4194304 9128323 140733904127440 18446744073709551615 5235662 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 56058 54553 727 1205 0 54849 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 224232

[startup+1302.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/172 16989
/proc/meminfo: memFree=32263536/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=235112 CPUtime=1302.33 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 193724 0 0 0 129071 1162 0 0 25 0 1 0 901859635 240754688 57271 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16929/statm: 58778 57271 727 1205 0 57569 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 235112

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/172 16990
/proc/meminfo: memFree=32256048/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=242308 CPUtime=1362.32 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 195567 0 0 0 135020 1212 0 0 25 0 1 0 901859635 248123392 59101 33554432000 4194304 9128323 140733904127440 18446744073709551615 7343034 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 60577 59101 727 1205 0 59368 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 242308

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.29 2/172 16992
/proc/meminfo: memFree=32245092/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=253508 CPUtime=1422.32 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 198357 0 0 0 140971 1261 0 0 25 0 1 0 901859635 259592192 61876 33554432000 4194304 9128323 140733904127440 18446744073709551615 7205359 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 63377 61876 727 1205 0 62168 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 253508

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/172 16994
/proc/meminfo: memFree=32232888/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=265644 CPUtime=1482.32 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 201435 0 0 0 146921 1311 0 0 25 0 1 0 901859635 272019456 64928 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 66411 64928 727 1205 0 65202 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 265644

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/172 16995
/proc/meminfo: memFree=32224544/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=274008 CPUtime=1542.33 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 204501 0 0 0 152875 1358 0 0 25 0 1 0 901859635 280584192 66967 33554432000 4194304 9128323 140733904127440 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 68502 66967 727 1205 0 67293 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 274008

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/172 16997
/proc/meminfo: memFree=32211712/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=287664 CPUtime=1602.33 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 207784 0 0 0 158823 1410 0 0 25 0 1 0 901859635 294567936 70205 33554432000 4194304 9128323 140733904127440 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 71916 70205 728 1205 0 70707 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 287664

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 16998
/proc/meminfo: memFree=32201984/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=297920 CPUtime=1662.33 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 210201 0 0 0 164774 1459 0 0 25 0 1 0 901859635 305070080 72605 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 74480 72605 728 1205 0 73271 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 297920

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/172 17000
/proc/meminfo: memFree=32193744/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=306552 CPUtime=1722.34 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 212332 0 0 0 170727 1507 0 0 25 0 1 0 901859635 313909248 74673 33554432000 4194304 9128323 140733904127440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 76638 74673 737 1205 0 75429 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 306552

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 17002
/proc/meminfo: memFree=32182156/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=317876 CPUtime=1782.34 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 215266 0 0 0 176679 1555 0 0 25 0 1 0 901859635 325505024 77551 33554432000 4194304 9128323 140733904127440 18446744073709551615 5992672 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16929/statm: 79469 77551 742 1205 0 78260 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 317876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 17002
/proc/meminfo: memFree=32179296/32950928 swapFree=67053884/67111528
[pid=16929] ppid=16927 vsize=321076 CPUtime=1800.04 cores=0,2,4,6
/proc/16929/stat : 16929 (scip-2.0.1.4.li) R 16927 16929 15316 0 -1 4202496 215950 0 0 0 178436 1568 0 0 18 0 1 0 901859635 328781824 78226 33554432000 4194304 9128323 140733904127440 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16929/statm: 80269 78226 739 1205 0 79060 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 321076

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1784.36
CPU system time (s): 15.7036
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 321076

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

runsolver used 2.6016 second user time and 5.59015 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 20:17:09
IDJOB=3447966
IDBENCH=79422
IDSOLVER=1944
FILE ID=node149/3447966-1307902629
RUNJOBID= node149-1307897222-16499
PBS_JOBID= 13559560
Free space on /tmp= 74048 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh211_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447966-1307902629/watcher-3447966-1307902629 -o /tmp/evaluation-result-3447966-1307902629/solver-3447966-1307902629 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447966-1307902629.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b50e414b5ae2abd5c7b876bc50645ba2
RANDOM SEED=1968746395

node149.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32458664 kB
Buffers:        112120 kB
Cached:         143656 kB
SwapCached:      22576 kB
Active:         220656 kB
Inactive:        86516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32458664 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           24192 kB
Writeback:          20 kB
AnonPages:       47872 kB
Mapped:          12284 kB
Slab:           120864 kB
PageTables:       4396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74048 MiB
End job on node149 at 2011-06-12 20:47:12