Trace number 3447936

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.4OPTIMUM 877.874 877.846

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh202_wcsp.wbo
MD5SUMd13dffa73911787707d210cefbded5d8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark0.005998
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 constraint10
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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-3447936-1307902289.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.00/0.02	c presolving:
0.00/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.00/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.00/0.05	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.1s|     1 |     0 |     0 |     - |4708k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   121 |     - |5779k|   0 |  70 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   400 |     - |7989k|   0 |  81 |1700 |2400 |1700 | 827 |  27 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   537 |     - |  10M|   0 |  73 |1700 |2400 |1700 | 847 |  47 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   636 |     - |  11M|   0 |  80 |1700 |2400 |1700 | 871 |  71 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   670 |     - |  13M|   0 |  81 |1700 |2400 |1700 | 881 |  81 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   701 |     - |  14M|   0 |  81 |1700 |2400 |1700 | 882 |  82 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |   723 |     - |  16M|   0 |  84 |1700 |2400 |1700 | 889 |  89 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.19/1.27	c   1.3s|     1 |     2 |   723 |     - |  16M|   0 |  84 |1700 |2400 |1700 | 889 |  89 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
6.79/6.84	o 8932
6.79/6.84	c * 6.8s|   146 |   145 |  8267 |  52.0 |  17M|  62 |   - |1700 |2400 |1700 | 952 | 172 |   0 | 882 | 0.000000e+00 | 8.932000e+03 |    Inf 
10.40/10.46	o 8168
10.40/10.46	c *10.5s|   861 |   849 | 30616 |  34.8 |  20M|  62 |   - |1700 |2401 |1700 | 942 |1699 |   1 |1321 | 0.000000e+00 | 8.168000e+03 |    Inf 
11.09/11.10	o 6730
11.09/11.10	c *11.1s|  1015 |   974 | 35404 |  34.2 |  21M|  62 |   - |1700 |2401 |1700 | 942 |2007 |   1 |1354 | 0.000000e+00 | 6.730000e+03 |    Inf 
11.19/11.23	o 6666
11.19/11.23	c *11.2s|  1031 |   985 | 35998 |  34.2 |  21M|  62 |   - |1700 |2401 |1700 | 945 |2082 |   1 |1375 | 0.000000e+00 | 6.666000e+03 |    Inf 
11.19/11.24	o 6603
11.19/11.24	c *11.2s|  1032 |   981 | 36021 |  34.2 |  21M|  62 |   - |1700 |2401 |1700 | 946 |2083 |   1 |1375 | 0.000000e+00 | 6.603000e+03 |    Inf 
11.29/11.34	o 6126
11.29/11.34	c *11.3s|  1045 |   975 | 36525 |  34.3 |  21M|  62 |   - |1700 |2401 |1700 | 929 |2143 |   1 |1384 | 0.000000e+00 | 6.126000e+03 |    Inf 
31.39/31.49	o 4747
31.39/31.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.39/31.49	c *31.5s|  6821 |  6603 |207394 |  30.3 |  27M|  62 |   - |1700 |2432 |1700 | 921 |9673 |  32 |1824 | 0.000000e+00 | 4.747000e+03 |    Inf 
44.39/44.45	c  44.4s| 10000 |  9682 |317709 |  31.7 |  30M|  62 |   5 |1700 |2558 |1700 | 867 |  13k| 158 |1935 | 0.000000e+00 | 4.747000e+03 |    Inf 
60.19/60.28	o 4474
60.19/60.28	c *60.3s| 13461 | 12740 |431077 |  32.0 |  34M|  62 |   - |1700 |2764 |1700 | 933 |  21k| 367 |2416 | 0.000000e+00 | 4.474000e+03 |    Inf 
72.60/72.67	o 4461
72.60/72.67	c *72.7s| 16100 | 15121 |525993 |  32.6 |  37M|  62 |   - |1700 |2961 |1700 | 930 |  26k| 575 |2724 | 0.000000e+00 | 4.461000e+03 |    Inf 
72.69/72.78	o 4454
72.69/72.78	c *72.8s| 16116 | 15125 |526824 |  32.6 |  37M|  62 |   - |1700 |2962 |1700 | 917 |  26k| 576 |2725 | 0.000000e+00 | 4.454000e+03 |    Inf 
72.99/73.10	o 4244
72.99/73.10	c *73.1s| 16162 | 15098 |528491 |  32.7 |  37M|  62 |   - |1700 |2962 |1700 | 931 |  27k| 577 |2743 | 0.000000e+00 | 4.244000e+03 |    Inf 
73.10/73.16	o 4240
73.10/73.16	c *73.2s| 16168 | 15102 |528784 |  32.7 |  37M|  62 |   - |1700 |2962 |1700 | 913 |  27k| 577 |2747 | 0.000000e+00 | 4.240000e+03 |    Inf 
73.40/73.40	o 4196
73.40/73.40	c *73.4s| 16200 | 15111 |529921 |  32.7 |  37M|  62 |   - |1700 |2963 |1700 | 919 |  27k| 579 |2767 | 0.000000e+00 | 4.196000e+03 |    Inf 
73.60/73.60	o 3238
73.60/73.60	c *73.6s| 16233 | 14379 |531233 |  32.7 |  36M|  62 |   - |1700 |2962 |1700 | 923 |  27k| 579 |2770 | 0.000000e+00 | 3.238000e+03 |    Inf 
74.10/74.11	o 3202
74.10/74.11	c *74.1s| 16334 | 14422 |534530 |  32.7 |  36M|  62 |   - |1700 |2960 |1700 | 917 |  27k| 585 |2786 | 0.000000e+00 | 3.202000e+03 |    Inf 
74.59/74.64	o 2736
74.59/74.64	c *74.6s| 16397 | 13757 |537078 |  32.7 |  35M|  62 |   - |1700 |2966 |1700 | 917 |  28k| 594 |2813 | 0.000000e+00 | 2.736000e+03 |    Inf 
75.69/75.73	o 2659
75.69/75.73	c p75.7s| 16561 | 13767 |545063 |  32.9 |  35M|  62 |   - |1700 |2984 |1700 | 926 |  28k| 619 |2855 | 0.000000e+00 | 2.659000e+03 |    Inf 
91.59/91.64	c  91.6s| 20000 | 16207 |664813 |  33.2 |  39M|  62 |   6 |1700 |3346 |1700 | 882 |  35k|1318 |3243 | 0.000000e+00 | 2.659000e+03 |    Inf 
101.99/102.09	o 2384
101.99/102.09	c * 102s| 22181 | 16779 |733170 |  33.0 |  40M|  62 |   - |1700 |3281 |1700 | 901 |  40k|1801 |3471 | 0.000000e+00 | 2.384000e+03 |    Inf 
118.50/118.57	o 2370
118.50/118.57	c * 119s| 25669 | 18589 |843252 |  32.8 |  42M|  62 |   - |1700 |3146 |1700 | 895 |  48k|2658 |3919 | 0.000000e+00 | 2.370000e+03 |    Inf 
118.59/118.62	o 2220
118.59/118.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.59/118.62	c * 119s| 25680 | 18211 |843586 |  32.8 |  42M|  62 |   - |1700 |3136 |1700 | 893 |  48k|2659 |3919 | 0.000000e+00 | 2.220000e+03 |    Inf 
126.29/126.36	o 2100
126.29/126.36	c * 126s| 27423 | 18817 |897195 |  32.7 |  43M|  62 |   - |1700 |3002 |1700 | 884 |  52k|3104 |4101 | 0.000000e+00 | 2.100000e+03 |    Inf 
128.00/128.04	o 2034
128.00/128.04	c * 128s| 27742 | 18825 |907735 |  32.7 |  43M|  62 |   - |1700 |2988 |1700 | 914 |  53k|3146 |4173 | 0.000000e+00 | 2.034000e+03 |    Inf 
129.09/129.12	o 1927
129.09/129.12	c * 129s| 27918 | 18506 |914807 |  32.7 |  43M|  62 |   - |1700 |2971 |1700 | 921 |  53k|3191 |4196 | 0.000000e+00 | 1.927000e+03 |    Inf 
139.60/139.69	c   140s| 30000 | 19361 |983331 |  32.8 |  44M|  62 |   9 |1700 |2830 |1700 | 867 |  58k|3811 |4417 | 0.000000e+00 | 1.927000e+03 |    Inf 
187.80/187.83	c   188s| 40000 | 23268 |  1286k|  32.2 |  52M|  62 |  10 |1700 |2800 |1700 | 864 |  83k|7149 |5321 | 0.000000e+00 | 1.927000e+03 |    Inf 
192.30/192.34	o 1664
192.30/192.34	c * 192s| 40922 | 22469 |  1317k|  32.2 |  51M|  62 |   - |1700 |2828 |1700 | 906 |  85k|7469 |5418 | 0.000000e+00 | 1.664000e+03 |    Inf 
218.70/218.73	o 1653
218.70/218.73	c * 219s| 46298 | 24594 |  1496k|  32.3 |  55M|  62 |   - |1700 |2846 |1700 | 888 |  97k|9443 |5802 | 0.000000e+00 | 1.653000e+03 |    Inf 
234.00/234.07	c   234s| 50000 | 26231 |  1594k|  31.9 |  59M|  62 |   8 |1700 |2915 |1700 | 863 | 104k|  10k|6026 | 0.000000e+00 | 1.653000e+03 |    Inf 
276.60/276.64	c   277s| 60000 | 29579 |  1864k|  31.1 |  66M|  62 |   - |1700 |2908 |1700 | 869 | 123k|  14k|6618 | 0.000000e+00 | 1.653000e+03 |    Inf 
323.41/323.42	c   323s| 70000 | 32849 |  2156k|  30.8 |  75M|  62 |  15 |1700 |3006 |1700 | 885 | 145k|  18k|7324 | 0.000000e+00 | 1.653000e+03 |    Inf 
337.51/337.60	o 1539
337.51/337.60	c * 338s| 73058 | 32737 |  2247k|  30.8 |  75M|  62 |   - |1700 |2938 |1700 | 895 | 152k|  19k|7513 | 0.000000e+00 | 1.539000e+03 |    Inf 
367.31/367.40	c   367s| 80000 | 34717 |  2426k|  30.3 |  81M|  62 |   - |1700 |2983 |1700 | 880 | 166k|  22k|7938 | 0.000000e+00 | 1.539000e+03 |    Inf 
412.31/412.37	c   412s| 90000 | 37561 |  2699k|  30.0 |  89M|  62 |  26 |1700 |2996 |1700 | 866 | 187k|  27k|8492 | 0.000000e+00 | 1.539000e+03 |    Inf 
459.40/459.42	o 1413
459.40/459.42	c * 459s| 99907 | 39052 |  2969k|  29.7 |  95M|  62 |   - |1700 |3035 |1700 | 877 | 212k|  31k|9135 | 0.000000e+00 | 1.413000e+03 |    Inf 
459.90/459.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.90/459.94	c   460s|100000 | 39072 |  2972k|  29.7 |  95M|  62 |   6 |1700 |3015 |1700 | 881 | 213k|  31k|9145 | 0.000000e+00 | 1.413000e+03 |    Inf 
507.41/507.44	c   507s|110000 | 41601 |  3266k|  29.7 | 103M|  62 |  10 |1700 |3199 |1700 | 885 | 234k|  36k|9626 | 0.000000e+00 | 1.413000e+03 |    Inf 
553.51/553.56	c   554s|120000 | 43601 |  3561k|  29.7 | 112M|  62 |  16 |1700 |3234 |1700 | 890 | 253k|  42k|  10k| 0.000000e+00 | 1.413000e+03 |    Inf 
569.01/569.07	o 1358
569.01/569.07	c * 569s|123201 | 43706 |  3659k|  29.7 | 114M|  62 |   - |1700 |3256 |1700 | 885 | 260k|  43k|  10k| 0.000000e+00 | 1.358000e+03 |    Inf 
601.11/601.18	c   601s|130000 | 45060 |  3867k|  29.7 | 119M|  67 |   - |1700 |3361 |1700 | 884 | 274k|  47k|  10k| 0.000000e+00 | 1.358000e+03 |    Inf 
648.81/648.83	c   649s|140000 | 46762 |  4151k|  29.7 | 126M|  67 |  10 |1700 |3184 |1700 | 871 | 296k|  53k|  11k| 0.000000e+00 | 1.358000e+03 |    Inf 
649.01/649.04	o 1340
649.01/649.04	c v 649s|140038 | 46558 |  4153k|  29.7 | 126M|  67 |   - |1700 |3171 |1700 | 870 | 296k|  53k|  11k| 0.000000e+00 | 1.340000e+03 |    Inf 
666.41/666.50	o 1292
666.41/666.50	c * 666s|143533 | 46755 |  4269k|  29.7 | 128M|  67 |   - |1700 |3209 |1700 | 885 | 303k|  55k|  11k| 0.000000e+00 | 1.292000e+03 |    Inf 
672.02/672.02	o 1249
672.02/672.02	c * 672s|144727 | 46488 |  4307k|  29.8 | 128M|  67 |   - |1700 |3181 |1700 | 896 | 305k|  55k|  11k| 0.000000e+00 | 1.249000e+03 |    Inf 
695.31/695.35	c   695s|150000 | 47327 |  4453k|  29.7 | 133M|  67 |   4 |1700 |3256 |1700 | 881 | 313k|  59k|  11k| 0.000000e+00 | 1.249000e+03 |    Inf 
723.21/723.21	o 1238
723.21/723.21	c * 723s|155582 | 47965 |  4626k|  29.7 | 139M|  67 |   - |1700 |3189 |1700 | 887 | 324k|  62k|  12k| 0.000000e+00 | 1.238000e+03 |    Inf 
744.52/744.60	c   745s|160000 | 48239 |  4760k|  29.8 | 143M|  67 |   2 |1700 |3165 |1700 | 862 | 332k|  65k|  12k| 0.000000e+00 | 1.238000e+03 |    Inf 
790.92/790.97	c   791s|170000 | 49648 |  5048k|  29.7 | 153M|  67 |  31 |1700 |3226 |1700 | 890 | 350k|  72k|  12k| 0.000000e+00 | 1.238000e+03 |    Inf 
840.02/840.08	c   840s|180000 | 50515 |  5334k|  29.6 | 161M|  67 |   - |1700 |3444 |1700 | 872 | 371k|  79k|  13k| 0.000000e+00 | 1.238000e+03 |    Inf 
862.52/862.58	o 927
862.52/862.58	c * 863s|184309 | 45678 |  5477k|  29.7 | 150M|  67 |   - |1700 |3330 |1700 | 910 | 380k|  82k|  13k| 0.000000e+00 | 9.270000e+02 |    Inf 
862.62/862.63	o 867
862.62/862.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.62/862.63	c * 863s|184316 | 44626 |  5477k|  29.7 | 146M|  67 |   - |1700 |3163 |1700 | 882 | 380k|  82k|  13k| 0.000000e+00 | 8.670000e+02 |    Inf 
867.22/867.28	o 854
867.22/867.28	c * 867s|185214 | 44400 |  5502k|  29.7 | 146M|  67 |   - |1700 |2990 |1700 | 870 | 382k|  83k|  13k| 0.000000e+00 | 8.540000e+02 |    Inf 
873.12/873.12	o 852
873.12/873.12	c * 873s|186571 | 44398 |  5534k|  29.7 | 147M|  67 |   - |1700 |2960 |1700 | 879 | 384k|  84k|  13k| 0.000000e+00 | 8.520000e+02 |    Inf 
873.22/873.20	o 384
873.22/873.20	c * 873s|186575 | 21780 |  5534k|  29.7 |  74M|  67 |   - |1700 |2936 |1700 | 892 | 384k|  84k|  13k| 0.000000e+00 | 3.840000e+02 |    Inf 
873.42/873.49	o 288
873.42/873.49	c * 873s|186601 | 12200 |  5536k|  29.7 |  51M|  67 |   - |1700 |1858 |1700 | 867 | 384k|  84k|  13k| 0.000000e+00 | 2.880000e+02 |    Inf 
877.02/877.02	o 283
877.02/877.02	c * 877s|187263 |  1681 |  5565k|  29.7 |  27M|  67 |   - |1700 |1946 |1700 | 875 | 384k|  85k|  13k| 0.000000e+00 | 2.830000e+02 |    Inf 
877.32/877.36	o 264
877.32/877.36	c * 877s|187347 |  1488 |  5567k|  29.7 |  27M|  67 |   - |1700 |1906 |1700 | 861 | 384k|  85k|  13k| 0.000000e+00 | 2.640000e+02 |    Inf 
877.42/877.49	o 263
877.42/877.49	c * 877s|187376 |  1431 |  5568k|  29.7 |  26M|  67 |   - |1700 |1817 |1700 | 861 | 384k|  85k|  13k| 0.000000e+00 | 2.630000e+02 |    Inf 
877.62/877.61	o 255
877.62/877.61	c * 878s|187399 |  1325 |  5569k|  29.7 |  26M|  67 |   - |1700 |1743 |1700 | 861 | 384k|  85k|  13k| 0.000000e+00 | 2.550000e+02 |    Inf 
877.62/877.62	o 229
877.62/877.62	c * 878s|187403 |  1281 |  5569k|  29.7 |  26M|  67 |   - |1700 |1707 |1700 | 861 | 384k|  85k|  13k| 0.000000e+00 | 2.290000e+02 |    Inf 
877.62/877.66	o 209
877.62/877.66	c * 878s|187414 |  1235 |  5570k|  29.7 |  26M|  67 |   - |1700 |1650 |1700 | 864 | 384k|  85k|  13k| 0.000000e+00 | 2.090000e+02 |    Inf 
877.62/877.69	o 138
877.62/877.69	c * 878s|187420 |  1050 |  5570k|  29.7 |  25M|  67 |   - |1700 |1604 |1700 | 864 | 384k|  85k|  13k| 0.000000e+00 | 1.380000e+02 |    Inf 
877.82/877.82	o 68
877.82/877.82	c * 878s|187442 |    32 |  5571k|  29.7 |  20M|  67 |   - |1700 |1391 |1700 | 873 | 384k|  85k|  13k| 0.000000e+00 | 6.800000e+01 |    Inf 
877.82/877.82	c 
877.82/877.82	c SCIP Status        : problem is solved [optimal solution found]
877.82/877.82	c Solving Time (sec) : 877.82
877.82/877.82	c Solving Nodes      : 187443
877.82/877.82	c Primal Bound       : +6.80000000000000e+01 (182 solutions)
877.82/877.82	c Dual Bound         : +6.80000000000000e+01
877.82/877.82	c Gap                : 0.00 %
877.82/877.82	s OPTIMUM FOUND
877.82/877.82	v x200 -x199 -x198 x197 -x196 x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
877.82/877.82	v x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 -x158 x157 x156 -x155 
877.82/877.82	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 x132 
877.82/877.82	v -x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 -x112 x111 x110 -x109 
877.82/877.82	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 
877.82/877.82	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 
877.82/877.82	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 
877.82/877.82	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 
877.82/877.82	c SCIP Status        : problem is solved [optimal solution found]
877.82/877.82	c Total Time         :     877.82
877.82/877.82	c   solving          :     877.82
877.82/877.82	c   presolving       :       0.04 (included in solving)
877.82/877.82	c   reading          :       0.01 (included in solving)
877.82/877.82	c Original Problem   :
877.82/877.82	c   Problem name     : HOME/instance-3447936-1307902289.wbo
877.82/877.82	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
877.82/877.82	c   Constraints      : 901 initial, 901 maximal
877.82/877.82	c Presolved Problem  :
877.82/877.82	c   Problem name     : t_HOME/instance-3447936-1307902289.wbo
877.82/877.82	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
877.82/877.82	c   Constraints      : 1600 initial, 3547 maximal
877.82/877.82	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
877.82/877.82	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
877.82/877.82	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
877.82/877.82	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
877.82/877.82	c   root node        :          -       1517          -          -       1517          -          -          -          -          -
877.82/877.82	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
877.82/877.82	c   integral         :          0          0          0     510995          0       7156          0        143        542          0          0     251506
877.82/877.82	c   varbound         :          0+         6     700451     384754          0          0      79392         19    4404027     384791          0          0
877.82/877.82	c   linear           :        800          6     700631         42          0       7153     330908      27759     901469          0          0          0
877.82/877.82	c   indicator        :        800          0     672874     384754          0       7148     117604          0     129451          0          0          0
877.82/877.82	c   logicor          :          0+         0     350270          0          0          0     108889       7799     171932          0          0          0
877.82/877.82	c   countsols        :          0          0          0         44          0        140          0          0          0          0          0          0
877.82/877.82	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
877.82/877.82	c   integral         :      25.02       0.00       0.00      25.01       0.00       0.01       0.00
877.82/877.82	c   varbound         :      17.10       0.00      11.88       5.20       0.00       0.00       0.02
877.82/877.82	c   linear           :      10.38       0.00       9.72       0.00       0.00       0.43       0.22
877.82/877.82	c   indicator        :      32.82       0.01      10.47      18.83       0.00       3.48       0.03
877.82/877.82	c   logicor          :       3.73       0.00       3.62       0.00       0.00       0.00       0.10
877.82/877.82	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
877.82/877.82	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
877.82/877.82	c   vbounds          :     353238     150171          5   14363008
877.82/877.82	c   rootredcost      :         46          0          0        753
877.82/877.82	c   pseudoobj        :     723190      96971      22736    4402467
877.82/877.82	c Propagator Timings :  TotalTime  Propagate    Resprop
877.82/877.82	c   vbounds          :      34.98      34.94       0.04
877.82/877.82	c   rootredcost      :       0.15       0.15       0.00
877.82/877.82	c   pseudoobj        :      13.82      13.03       0.79
877.82/877.82	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
877.82/877.82	c   propagation      :       1.73      58318      55974      96687       19.2       1276       10.5          -
877.82/877.82	c   infeasible LP    :       0.00          7          7         29       24.7          1        7.0          0
877.82/877.82	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
877.82/877.82	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
877.82/877.82	c   pseudo solution  :       0.00          1          1          1        1.0          2       10.5          -
877.82/877.82	c   applied globally :          -          -          -      85873       17.7          -          -          -
877.82/877.82	c   applied locally  :          -          -          -          0        0.0          -          -          -
877.82/877.82	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
877.82/877.82	c   cut pool         :       0.00          5          -          -        174          -    (maximal pool size: 2539)
877.82/877.82	c   redcost          :      23.21     363485          0   14302277          0          0
877.82/877.82	c   impliedbounds    :       0.00          6          0          0          0          0
877.82/877.82	c   intobj           :       0.00          0          0          0          0          0
877.82/877.82	c   gomory           :       0.28          6          0          0       1184          0
877.82/877.82	c   cgmip            :       0.00          0          0          0          0          0
877.82/877.82	c   closecuts        :       0.00          0          0          0          0          0
877.82/877.82	c   strongcg         :       0.25          6          0          0       2474          0
877.82/877.82	c   cmir             :       0.07          6          0          0          0          0
877.82/877.82	c   flowcover        :       0.05          6          0          0          0          0
877.82/877.82	c   clique           :       0.00          1          0          0          0          0
877.82/877.82	c   zerohalf         :       0.00          0          0          0          0          0
877.82/877.82	c   mcf              :       0.00          1          0          0          0          0
877.82/877.82	c   oddcycle         :       0.00          0          0          0          0          0
877.82/877.82	c   rapidlearning    :       0.06          1          0          0          0          0
877.82/877.82	c Pricers            :       Time      Calls       Vars
877.82/877.82	c   problem variables:       0.00          0          0
877.82/877.82	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
877.82/877.82	c   relpscost        :      24.83     126240        143        542          0          0     251506
877.82/877.82	c   pscost           :       0.00          0          0          0          0          0          0
877.82/877.82	c   inference        :       0.00          0          0          0          0          0          0
877.82/877.82	c   mostinf          :       0.00          0          0          0          0          0          0
877.82/877.82	c   leastinf         :       0.00          0          0          0          0          0          0
877.82/877.82	c   fullstrong       :       0.00          0          0          0          0          0          0
877.82/877.82	c   allfullstrong    :       0.00          0          0          0          0          0          0
877.82/877.82	c   random           :       0.00          0          0          0          0          0          0
877.82/877.82	c Primal Heuristics  :       Time      Calls      Found
877.82/877.82	c   LP solutions     :       0.12          -         44
877.82/877.82	c   pseudo solutions :       0.00          -          0
877.82/877.82	c   feaspump         :       0.00          0          0
877.82/877.82	c   oneopt           :       0.26         45          0
877.82/877.82	c   objpscostdiving  :       4.32        341          0
877.82/877.82	c   rootsoldiving    :       4.16        379          0
877.82/877.82	c   linesearchdiving :       7.10        825          0
877.82/877.82	c   veclendiving     :       6.21        825          1
877.82/877.82	c   pscostdiving     :       7.19        825          1
877.82/877.82	c   coefdiving       :       7.95        825          0
877.82/877.82	c   fracdiving       :       6.76        825          0
877.82/877.82	c   guideddiving     :       6.86        825          0
877.82/877.82	c   trivial          :       0.00          2          1
877.82/877.82	c   shiftandpropagate:       0.00          0          0
877.82/877.82	c   simplerounding   :       0.35     149012          0
877.82/877.82	c   zirounding       :       0.08       1000          0
877.82/877.82	c   rounding         :       0.40       5396          0
877.82/877.82	c   shifting         :       1.25       1703          0
877.82/877.82	c   intshifting      :       0.00          0          0
877.82/877.82	c   twoopt           :       0.00          0          0
877.82/877.82	c   fixandinfer      :       0.00          0          0
877.82/877.82	c   clique           :       0.00          0          0
877.82/877.82	c   intdiving        :       0.00          0          0
877.82/877.82	c   actconsdiving    :       0.00          0          0
877.82/877.82	c   octane           :       0.00          0          0
877.82/877.82	c   rens             :       0.02          1          0
877.82/877.82	c   rins             :       0.00          0          0
877.82/877.82	c   localbranching   :       0.00          0          0
877.82/877.82	c   mutation         :       0.00          0          0
877.82/877.82	c   crossover        :       1.04         33          0
877.82/877.82	c   dins             :       0.00          0          0
877.82/877.82	c   vbounds          :       0.00          0          0
877.82/877.82	c   undercover       :       0.00          0          0
877.82/877.82	c   subnlp           :       0.03          0          0
877.82/877.82	c   trysol           :       0.21       7003        135
877.82/877.82	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
877.82/877.82	c   primal LP        :       1.84          0          0       0.00       0.00
877.82/877.82	c   dual LP          :     515.91     583844    5184761       8.88   10049.74
877.82/877.82	c   lex dual LP      :       0.00          0          0       0.00          -
877.82/877.82	c   barrier LP       :       0.00          0          0       0.00          -
877.82/877.82	c   diving/probing LP:      35.19      36225     386739      10.68   10991.37
877.82/877.82	c   strong branching :      23.39      13733     213743      15.56    9137.94
877.82/877.82	c     (at root node) :          -         33       4797     145.36          -
877.82/877.82	c   conflict analysis:       0.00          0          0       0.00          -
877.82/877.82	c B&B Tree           :
877.82/877.82	c   number of runs   :          1
877.82/877.82	c   nodes            :     187443
877.82/877.82	c   nodes (total)    :     187443
877.82/877.82	c   nodes left       :          0
877.82/877.82	c   max depth        :         67
877.82/877.82	c   max depth (total):         67
877.82/877.82	c   backtracks       :      33633 (17.9%)
877.82/877.82	c   delayed cutoffs  :      16013
877.82/877.82	c   repropagations   :      62575 (765886 domain reductions, 2045 cutoffs)
877.82/877.82	c   avg switch length:       6.57
877.82/877.82	c   switching time   :      31.97
877.82/877.82	c Solution           :
877.82/877.82	c   Solutions found  :        182 (47 improvements)
877.82/877.82	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
877.82/877.82	c   Primal Bound     : +6.80000000000000e+01   (in run 1, after 187442 nodes, 877.82 seconds, depth 15, found by <relaxation>)
877.82/877.82	c   Dual Bound       : +6.80000000000000e+01
877.82/877.82	c   Gap              :       0.00 %
877.82/877.82	c   Root Dual Bound  : +0.00000000000000e+00
877.82/877.82	c   Root Iterations  :        723
877.82/877.84	c Time complete: 877.86.

Verifier Data

OK	68

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 /var/tmp/evaluation-result-3447936-1307902289/watcher-3447936-1307902289 -o /var/tmp/evaluation-result-3447936-1307902289/solver-3447936-1307902289 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447936-1307902289.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.92 1.98 1.94 2/177 20765
/proc/meminfo: memFree=1207736/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 1540 0 0 0 0 0 0 0 20 0 1 0 882644374 10362880 1493 33554432000 4194304 9128323 140734679426320 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20765/statm: 2530 1497 399 1205 0 1321 0

[startup+0.0749601 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 20765
/proc/meminfo: memFree=1207736/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=26728 CPUtime=0.06 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 5866 0 0 0 6 0 0 0 20 0 1 0 882644374 27369472 5529 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 6682 5529 646 1205 0 5473 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26728

[startup+0.100964 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 20765
/proc/meminfo: memFree=1207736/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=27856 CPUtime=0.09 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 6197 0 0 0 9 0 0 0 20 0 1 0 882644374 28524544 5860 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 6964 5860 655 1205 0 5755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27856

[startup+0.30092 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 20765
/proc/meminfo: memFree=1207736/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=44912 CPUtime=0.29 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 11548 0 0 0 28 1 0 0 20 0 1 0 882644374 45989888 10148 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 11228 10148 715 1205 0 10019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44912

[startup+0.700844 s]
/proc/loadavg: 1.92 1.98 1.94 2/177 20765
/proc/meminfo: memFree=1207736/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=50084 CPUtime=0.69 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 12766 0 0 0 67 2 0 0 21 0 1 0 882644374 51286016 11363 33554432000 4194304 9128323 140734679426320 18446744073709551615 5160425 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 12521 11363 712 1205 0 11312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50084

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 20766
/proc/meminfo: memFree=1163468/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=50204 CPUtime=1.49 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 15741 0 0 0 144 5 0 0 23 0 1 0 882644374 51408896 11574 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 12551 11574 719 1205 0 11342 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50204

[startup+3.1004 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 20766
/proc/meminfo: memFree=1162120/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=50204 CPUtime=3.09 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 15741 0 0 0 298 11 0 0 25 0 1 0 882644374 51408896 11574 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 12551 11574 719 1205 0 11342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50204

[startup+6.30082 s]
/proc/loadavg: 1.93 1.98 1.94 3/178 20766
/proc/meminfo: memFree=1161624/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=50204 CPUtime=6.29 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 15742 0 0 0 603 26 0 0 25 0 1 0 882644374 51408896 11575 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 12551 11575 720 1205 0 11342 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50204

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.94 3/178 20766
/proc/meminfo: memFree=1158140/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=55308 CPUtime=12.69 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 20206 0 0 0 1219 50 0 0 25 0 1 0 882644374 56635392 12733 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 13827 12733 727 1205 0 12618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55308

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.94 3/178 20767
/proc/meminfo: memFree=1150320/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=60940 CPUtime=25.49 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 27185 0 0 0 2449 100 0 0 25 0 1 0 882644374 62402560 14140 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 15235 14140 727 1205 0 14026 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60940

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.94 3/178 20767
/proc/meminfo: memFree=1143332/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=67640 CPUtime=51.09 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 39365 0 0 0 4911 198 0 0 25 0 1 0 882644374 69263360 15880 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 16910 15880 727 1205 0 15701 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67640

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.94 3/178 20769
/proc/meminfo: memFree=1129224/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=76500 CPUtime=102.3 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 62686 0 0 0 9855 375 0 0 25 0 1 0 882644374 78336000 18116 33554432000 4194304 9128323 140734679426320 18446744073709551615 7100279 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 19125 18116 727 1205 0 17916 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76500

[startup+162.3 s]
/proc/loadavg: 2.03 2.00 1.95 3/178 20770
/proc/meminfo: memFree=1110680/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=86596 CPUtime=162.3 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 85485 0 0 0 15651 579 0 0 25 0 1 0 882644374 88674304 20648 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 21649 20648 727 1205 0 20440 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 86596

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 20772
/proc/meminfo: memFree=1078136/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=99084 CPUtime=222.3 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 102554 0 0 0 21452 778 0 0 25 0 1 0 882644374 101462016 23810 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 24771 23810 727 1205 0 23562 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 99084

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20773
/proc/meminfo: memFree=1047932/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=113276 CPUtime=282.3 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 110477 0 0 0 27257 973 0 0 25 0 1 0 882644374 115994624 27380 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 28319 27380 727 1205 0 27110 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 113276

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20775
/proc/meminfo: memFree=1012156/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=126064 CPUtime=342.3 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 118954 0 0 0 33064 1166 0 0 25 0 1 0 882644374 129089536 30547 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 31516 30547 727 1205 0 30307 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 126064

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 20777
/proc/meminfo: memFree=979872/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=138304 CPUtime=402.3 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 130446 0 0 0 38869 1361 0 0 25 0 1 0 882644374 141623296 33661 33554432000 4194304 9128323 140734679426320 18446744073709551615 4794592 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 34576 33661 727 1205 0 33367 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138304

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 20778
/proc/meminfo: memFree=946476/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=151564 CPUtime=462.3 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 136897 0 0 0 44680 1550 0 0 25 0 1 0 882644374 155201536 36960 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 37891 36960 727 1205 0 36682 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 151564

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20780
/proc/meminfo: memFree=913184/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=166848 CPUtime=522.31 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 148775 0 0 0 50483 1748 0 0 25 0 1 0 882644374 170852352 40810 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 41712 40810 727 1205 0 40503 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 166848

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20781
/proc/meminfo: memFree=882124/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=180056 CPUtime=582.31 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 157073 0 0 0 56282 1949 0 0 25 0 1 0 882644374 184377344 44049 33554432000 4194304 9128323 140734679426320 18446744073709551615 4528560 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 45014 44049 727 1205 0 43805 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 180056

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20783
/proc/meminfo: memFree=852684/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=190916 CPUtime=642.32 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 166769 0 0 0 62096 2136 0 0 25 0 1 0 882644374 195497984 46805 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 47729 46805 727 1205 0 46520 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 190916

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20785
/proc/meminfo: memFree=814944/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=206000 CPUtime=702.31 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 192519 0 0 0 67898 2333 0 0 25 0 1 0 882644374 210944000 50518 33554432000 4194304 9128323 140734679426320 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 51500 50518 727 1205 0 50291 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 206000

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20786
/proc/meminfo: memFree=782800/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=223340 CPUtime=762.32 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 202189 0 0 0 73724 2508 0 0 25 0 1 0 882644374 228700160 54828 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 55835 54828 727 1205 0 54626 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 223340

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20790
/proc/meminfo: memFree=752052/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=239884 CPUtime=822.32 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 207201 0 0 0 79540 2692 0 0 25 0 1 0 882644374 245641216 58965 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 59971 58965 729 1205 0 58762 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 239884

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

[startup+844.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20791
/proc/meminfo: memFree=744208/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=244724 CPUtime=844.72 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 208307 0 0 0 81716 2756 0 0 25 0 1 0 882644374 250597376 60071 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 61181 60071 729 1205 0 59972 0
Current children cumulated CPU time (s) 844.72
Current children cumulated vsize (KiB) 244724

[startup+857.501 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=735492/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=250296 CPUtime=857.52 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 210805 0 0 0 82952 2800 0 0 25 0 1 0 882644374 256303104 61494 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 62574 61494 729 1205 0 61365 0
Current children cumulated CPU time (s) 857.52
Current children cumulated vsize (KiB) 250296

[startup+870.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=732412/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=252092 CPUtime=870.32 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 218623 0 0 0 84196 2836 0 0 25 0 1 0 882644374 258142208 61929 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 63023 61929 729 1205 0 61814 0
Current children cumulated CPU time (s) 870.32
Current children cumulated vsize (KiB) 252092

[startup+873.501 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=729848/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=252408 CPUtime=873.52 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 218722 0 0 0 84507 2845 0 0 25 0 1 0 882644374 258465792 62028 33554432000 4194304 9128323 140734679426320 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 63102 62028 729 1205 0 61893 0
Current children cumulated CPU time (s) 873.52
Current children cumulated vsize (KiB) 252408

[startup+875.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=729972/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=252508 CPUtime=875.11 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 221527 0 0 0 84661 2850 0 0 25 0 1 0 882644374 258568192 62065 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 63127 62065 738 1205 0 61918 0
Current children cumulated CPU time (s) 875.11
Current children cumulated vsize (KiB) 252508

[startup+876.706 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=729108/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=252716 CPUtime=876.72 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 221530 0 0 0 84816 2856 0 0 25 0 1 0 882644374 258781184 62068 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 63179 62068 738 1205 0 61970 0
Current children cumulated CPU time (s) 876.72
Current children cumulated vsize (KiB) 252716

[startup+877.501 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=729108/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=252716 CPUtime=877.52 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 221530 0 0 0 84893 2859 0 0 25 0 1 0 882644374 258781184 62068 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 63179 62068 738 1205 0 61970 0
Current children cumulated CPU time (s) 877.52
Current children cumulated vsize (KiB) 252716

[startup+877.701 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=728984/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=252716 CPUtime=877.73 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 221531 0 0 0 84913 2860 0 0 25 0 1 0 882644374 258781184 62069 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 63179 62069 738 1205 0 61970 0
Current children cumulated CPU time (s) 877.73
Current children cumulated vsize (KiB) 252716

[startup+877.807 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20792
/proc/meminfo: memFree=728984/32951124 swapFree=67053956/67111528
[pid=20765] ppid=20763 vsize=252716 CPUtime=877.82 cores=1,3,5,7
/proc/20765/stat : 20765 (scip-2.0.1.4.li) R 20763 20765 19313 0 -1 4202496 221531 0 0 0 84922 2860 0 0 25 0 1 0 882644374 258781184 62069 33554432000 4194304 9128323 140734679426320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20765/statm: 63179 62069 738 1205 0 61970 0
Current children cumulated CPU time (s) 877.82
Current children cumulated vsize (KiB) 252716

Child status: 0
Real time (s): 877.846
CPU time (s): 877.874
CPU user time (s): 849.256
CPU system time (s): 28.6176
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 252716

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

runsolver used 1.20782 second user time and 2.89756 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-12 20:11:29
IDJOB=3447936
IDBENCH=79392
IDSOLVER=1944
FILE ID=node142/3447936-1307902289
RUNJOBID= node142-1307898654-19600
PBS_JOBID= 13559566
Free space on /var/tmp= 2900 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-jnh202_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 /var/tmp/evaluation-result-3447936-1307902289/watcher-3447936-1307902289 -o /var/tmp/evaluation-result-3447936-1307902289/solver-3447936-1307902289 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447936-1307902289.wbo -t 1800 -m 15500

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

MD5SUM BENCH= d13dffa73911787707d210cefbded5d8
RANDOM SEED=501144831

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:       1208528 kB
Buffers:         56184 kB
Cached:       30510016 kB
SwapCached:      10176 kB
Active:       16139852 kB
Inactive:     14652464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1208528 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           12040 kB
Writeback:           0 kB
AnonPages:      224608 kB
Mapped:          15832 kB
Slab:           885684 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   419536 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 /var/tmp at the end= 2888 MiB
End job on node142 at 2011-06-12 20:26:07