Trace number 2693857

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 764.549 764.53

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-66-100-0.wbo
MD5SUM9ed46c486c107ad7f5d3527fe7805777
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.146977
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints26
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2693857-1277895882.wbo>
0.00/0.00	c original problem has 221 variables (195 bin, 0 int, 0 impl, 26 cont) and 128 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 2) 0 del vars, 17 del conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 3) 2 del vars, 19 del conss, 24 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 34 impls, 49 clqs
0.00/0.01	c (round 4) 4 del vars, 19 del conss, 24 chg bounds, 2 chg sides, 0 chg coeffs, 61 upgd conss, 34 impls, 49 clqs
0.01/0.02	c    (0.0s) probing: 101/193 (52.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.02	c presolving (5 rounds):
0.01/0.02	c  4 deleted vars, 19 deleted constraints, 24 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
0.01/0.02	c  34 implications, 49 cliques
0.01/0.02	c presolved problem has 217 variables (193 bin, 0 int, 0 impl, 24 cont) and 109 constraints
0.01/0.02	c      24 constraints of type <indicator>
0.01/0.02	c       1 constraints of type <knapsack>
0.01/0.02	c      49 constraints of type <setppc>
0.01/0.02	c      24 constraints of type <linear>
0.01/0.02	c      11 constraints of type <logicor>
0.01/0.02	c transformed objective value is always integral (scale: 1)
0.01/0.02	c Presolving Time: 0.02
0.01/0.02	c - non default parameters ----------------------------------------------------------------------
0.01/0.02	c # SCIP version 1.2.1.2
0.01/0.02	c 
0.01/0.02	c # frequency for displaying node information lines
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.02	c display/freq = 10000
0.01/0.02	c 
0.01/0.02	c # maximal time in seconds to run
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/time = 1800
0.01/0.02	c 
0.01/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/memory = 3420
0.01/0.02	c 
0.01/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.02	c lp/solvefreq = -1
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify inequalities
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/linear/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify knapsacks
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c separating/rapidlearning/freq = 0
0.01/0.02	c 
0.01/0.02	c -----------------------------------------------------------------------------------------------
0.01/0.02	c start solving
0.01/0.02	c 
0.01/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - | 851k|   0 |   - | 217 | 109 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.21	c   1.1s| 10000 |  7563 |     0 |   0.0 |5905k| 140 |   - | 217 |2671 |   0 |   0 |   0 |4553 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.30	c   3.1s| 20000 | 13145 |     0 |   0.0 |  11M| 140 |   - | 217 |5730 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
5.40/5.41	c   5.1s| 30000 | 19267 |     0 |   0.0 |  15M| 140 |   - | 217 |4512 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
8.19/8.29	c   7.9s| 40000 | 23946 |     0 |   0.0 |  19M| 140 |   - | 217 |7132 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.70	c  11.2s| 50000 | 28009 |     0 |   0.0 |  24M| 140 |   - | 217 |8944 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
15.59/15.65	c  15.1s| 60000 | 31257 |     0 |   0.0 |  28M| 140 |   - | 217 |  11k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
20.09/20.14	c  19.4s| 70000 | 33934 |     0 |   0.0 |  33M| 140 |   - | 217 |  15k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
24.79/24.80	c  24.0s| 80000 | 37340 |     0 |   0.0 |  34M| 140 |   - | 217 |4851 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
26.19/26.26	c  25.4s| 90000 | 45026 |     0 |   0.0 |  37M| 140 |   - | 217 |3566 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
29.29/29.36	c  28.3s|100000 | 49030 |     0 |   0.0 |  42M| 140 |   - | 217 |6184 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
34.79/34.82	c  33.7s|110000 | 50247 |     0 |   0.0 |  46M| 140 |   - | 217 |9869 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
40.70/40.71	c  39.4s|120000 | 51380 |     0 |   0.0 |  49M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
48.09/48.10	c  46.6s|130000 | 51638 |     0 |   0.0 |  53M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
57.39/57.46	c  55.9s|140000 | 50976 |     0 |   0.0 |  56M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
67.59/67.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.59/67.69	c  66.0s|150000 | 50477 |     0 |   0.0 |  59M| 140 |   - | 217 |  24k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
78.29/78.32	c  76.5s|160000 | 50036 |     0 |   0.0 |  62M| 140 |   - | 217 |  29k|   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
92.80/92.83	c  90.9s|170000 | 47363 |     0 |   0.0 |  63M| 140 |   - | 217 |  32k|   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
98.00/98.01	c  96.0s|180000 | 53399 |     0 |   0.0 |  57M| 140 |   - | 217 |5236 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
99.69/99.78	c  97.6s|190000 | 60790 |     0 |   0.0 |  61M| 140 |   - | 217 |4345 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
101.70/101.74	c  99.5s|200000 | 67653 |     0 |   0.0 |  65M| 140 |   - | 217 |4850 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
103.89/103.97	c   102s|210000 | 74031 |     0 |   0.0 |  69M| 140 |   - | 217 |5523 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
106.40/106.40	c   104s|220000 | 80022 |     0 |   0.0 |  73M| 140 |   - | 217 |6078 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
109.00/109.09	c   107s|230000 | 85622 |     0 |   0.0 |  77M| 140 |   - | 217 |7059 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
112.20/112.26	c   110s|240000 | 90485 |     0 |   0.0 |  81M| 140 |   - | 217 |8656 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
116.70/116.70	c   114s|250000 | 93535 |     0 |   0.0 |  84M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
125.69/125.77	c   123s|260000 | 91111 |     0 |   0.0 |  85M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
138.69/138.74	c   136s|270000 | 86218 |     0 |   0.0 |  84M| 140 |   - | 217 |  20k|   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
157.30/157.39	c   154s|280000 | 79866 |     0 |   0.0 |  80M| 140 |   - | 217 |  30k|   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
178.80/178.82	c   175s|290000 | 73644 |     0 |   0.0 |  72M| 140 |   - | 217 |  32k|   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
183.70/183.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.70/183.78	c   180s|300000 | 79531 |     0 |   0.0 |  67M| 140 |   - | 217 |5961 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
186.60/186.61	c   183s|310000 | 85171 |     0 |   0.0 |  71M| 140 |   - | 217 |6065 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
189.60/189.68	c   186s|320000 | 90482 |     0 |   0.0 |  75M| 140 |   - | 217 |6462 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
192.90/192.98	c   189s|330000 | 95343 |     0 |   0.0 |  78M| 140 |   - | 217 |6701 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
196.40/196.43	c   193s|340000 | 99953 |     0 |   0.0 |  82M| 140 |   - | 217 |7318 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
199.70/199.76	c   196s|350000 |104863 |     0 |   0.0 |  85M| 140 |   - | 217 |7700 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
203.29/203.37	c   199s|360000 |109397 |     0 |   0.0 |  89M| 140 |   - | 217 |8311 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
207.00/207.07	c   203s|370000 |113874 |     0 |   0.0 |  92M| 140 |   - | 217 |8595 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
210.90/210.95	c   207s|380000 |118088 |     0 |   0.0 |  95M| 140 |   - | 217 |9016 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
215.00/215.02	c   211s|390000 |122081 |     0 |   0.0 |  98M| 140 |   - | 217 |9642 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
219.30/219.32	c   215s|400000 |125819 |     0 |   0.0 | 101M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
223.79/223.87	c   219s|410000 |129407 |     0 |   0.0 | 104M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
228.60/228.61	c   224s|420000 |132904 |     0 |   0.0 | 107M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
233.70/233.77	c   229s|430000 |135968 |     0 |   0.0 | 110M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
239.20/239.29	c   234s|440000 |138868 |     0 |   0.0 | 113M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
245.50/245.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.50/245.50	c   240s|450000 |141143 |     0 |   0.0 | 115M| 140 |   - | 217 |  15k|   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
252.80/252.87	c   248s|460000 |142564 |     0 |   0.0 | 117M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
261.50/261.54	c   256s|470000 |142601 |     0 |   0.0 | 118M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
271.90/271.91	c   266s|480000 |141722 |     0 |   0.0 | 107M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 428k|   0 | 1.000000e+00 |      --      |    Inf 
276.00/276.05	c   270s|490000 |146364 |     0 |   0.0 | 110M| 140 |   - | 217 |9260 |   0 |   0 |   0 | 433k|   0 | 1.000000e+00 |      --      |    Inf 
280.20/280.25	c   274s|500000 |150548 |     0 |   0.0 | 114M| 140 |   - | 217 |9618 |   0 |   0 |   0 | 438k|   0 | 1.000000e+00 |      --      |    Inf 
284.81/284.89	c   279s|510000 |154017 |     0 |   0.0 | 117M| 140 |   - | 217 |  10k|   0 |   0 |   0 | 445k|   0 | 1.000000e+00 |      --      |    Inf 
289.99/290.03	c   284s|520000 |156911 |     0 |   0.0 | 120M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 451k|   0 | 1.000000e+00 |      --      |    Inf 
295.10/295.14	c   289s|530000 |160030 |     0 |   0.0 | 123M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 458k|   0 | 1.000000e+00 |      --      |    Inf 
300.60/300.68	c   294s|540000 |162596 |     0 |   0.0 | 126M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 465k|   0 | 1.000000e+00 |      --      |    Inf 
306.40/306.48	c   300s|550000 |165119 |     0 |   0.0 | 129M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 472k|   0 | 1.000000e+00 |      --      |    Inf 
312.31/312.38	c   306s|560000 |167735 |     0 |   0.0 | 132M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 478k|   0 | 1.000000e+00 |      --      |    Inf 
312.70/312.75	o 49
312.70/312.75	c * 306s|560583 |137612 |     0 |   0.0 | 112M| 140 |   - | 217 |  14k|   0 |   0 |   0 | 479k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
323.10/323.18	c   316s|570000 |135260 |     0 |   0.0 | 113M| 140 |   - | 217 |6729 |   0 |   0 |   0 | 489k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
330.90/330.98	c   324s|580000 |132252 |     0 |   0.0 | 115M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 502k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
341.90/341.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.90/341.95	c   335s|590000 |128770 |     0 |   0.0 | 116M| 140 |   - | 217 |  17k|   0 |   0 |   0 | 514k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
355.90/355.98	c   349s|600000 |124103 |     0 |   0.0 | 116M| 140 |   - | 217 |  20k|   0 |   0 |   0 | 528k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
373.30/373.39	c   366s|610000 |118389 |     0 |   0.0 | 116M| 140 |   - | 217 |  25k|   0 |   0 |   0 | 543k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
394.91/394.93	c   387s|620000 |111252 |     0 |   0.0 | 114M| 140 |   - | 217 |  29k|   0 |   0 |   0 | 559k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
416.70/416.70	c   409s|630000 |104085 |     0 |   0.0 | 109M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 574k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
435.10/435.15	c   427s|640000 | 98427 |     0 |   0.0 | 108M| 140 |   - | 217 |  20k|   0 |   0 |   0 | 588k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
456.60/456.60	c   448s|650000 | 90378 |     0 |   0.0 | 106M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 604k|   0 | 1.000000e+00 | 4.900000e+01 |4800.00%
459.30/459.33	o 41
459.30/459.33	c * 451s|651151 | 69820 |     0 |   0.0 |  90M| 140 |   - | 217 |  24k|   0 |   0 |   0 | 605k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
470.10/470.10	c   462s|660000 | 60434 |     0 |   0.0 |  79M| 140 |   - | 217 |8949 |   0 |   0 |   0 | 623k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
482.81/482.84	c   474s|670000 | 48169 |     0 |   0.0 |  66M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 647k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
496.41/496.44	o 30
496.41/496.44	c * 487s|675871 | 20145 |     0 |   0.0 |  35M| 140 |   - | 217 |  20k|   0 |   0 |   0 | 664k|   0 | 1.000000e+00 | 3.000000e+01 |2900.00%
498.00/498.08	c   489s|680000 | 23041 |     0 |   0.0 |  32M| 140 |   - | 217 |8628 |   0 |   0 |   0 | 666k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
501.81/501.89	c   493s|690000 | 27892 |     0 |   0.0 |  36M| 140 |   - | 217 |9062 |   0 |   0 |   0 | 674k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
505.30/505.39	c   496s|700000 | 32782 |     0 |   0.0 |  38M| 140 |   - | 217 |8537 |   0 |   0 |   0 | 682k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
509.21/509.29	c   500s|710000 | 37970 |     0 |   0.0 |  44M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 692k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
515.50/515.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.50/515.54	c   506s|720000 | 41239 |     0 |   0.0 |  49M| 140 |   - | 217 |  19k|   0 |   0 |   0 | 705k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
524.10/524.13	c   515s|730000 | 43065 |     0 |   0.0 |  52M| 140 |   - | 217 |  21k|   0 |   0 |   0 | 718k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
530.60/530.65	c   521s|740000 | 46804 |     0 |   0.0 |  52M| 140 |   - | 217 |9332 |   0 |   0 |   0 | 727k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
535.91/535.97	c   526s|750000 | 50090 |     0 |   0.0 |  56M| 140 |   - | 217 |  13k|   0 |   0 |   0 | 742k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
544.00/544.01	c   534s|760000 | 52371 |     0 |   0.0 |  61M| 140 |   - | 217 |  18k|   0 |   0 |   0 | 759k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
554.51/554.59	c   544s|770000 | 53526 |     0 |   0.0 |  65M| 140 |   - | 217 |  23k|   0 |   0 |   0 | 778k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
568.50/568.52	c   558s|780000 | 53119 |     0 |   0.0 |  69M| 140 |   - | 217 |  28k|   0 |   0 |   0 | 798k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
585.91/585.92	c   576s|790000 | 51317 |     0 |   0.0 |  72M| 140 |   - | 217 |  34k|   0 |   0 |   0 | 817k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
604.71/604.70	c   594s|800000 | 50731 |     0 |   0.0 |  69M| 140 |   - | 217 |  26k|   0 |   0 |   0 | 834k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
613.90/613.95	c   603s|810000 | 54292 |     0 |   0.0 |  70M| 140 |   - | 217 |  18k|   0 |   0 |   0 | 846k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
623.21/623.28	c   612s|820000 | 56252 |     0 |   0.0 |  73M| 140 |   - | 217 |  20k|   0 |   0 |   0 | 860k|   0 | 1.700000e+01 | 3.000000e+01 |  76.47%
629.61/629.69	o 19
629.61/629.69	c * 619s|829182 | 37685 |     0 |   0.0 |  51M| 140 |   - | 217 |  11k|   0 |   0 |   0 | 869k|   0 | 1.700000e+01 | 1.900000e+01 |  11.76%
630.21/630.25	c   619s|830000 | 37754 |     0 |   0.0 |  51M| 140 |   - | 217 |  12k|   0 |   0 |   0 | 870k|   0 | 1.700000e+01 | 1.900000e+01 |  11.76%
644.10/644.14	c   633s|840000 | 35049 |     0 |   0.0 |  55M| 140 |   - | 217 |  25k|   0 |   0 |   0 | 894k|   0 | 1.700000e+01 | 1.900000e+01 |  11.76%
669.91/669.99	c   659s|850000 | 29538 |     0 |   0.0 |  56M| 140 |   - | 217 |  38k|   0 |   0 |   0 | 922k|   0 | 1.700000e+01 | 1.900000e+01 |  11.76%
705.11/705.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
705.11/705.18	c   694s|860000 | 21602 |     0 |   0.0 |  49M| 140 |   - | 217 |  48k|   0 |   0 |   0 | 950k|   0 | 1.700000e+01 | 1.900000e+01 |  11.76%
725.91/725.92	c   714s|870000 | 21804 |     0 |   0.0 |  43M| 140 |   - | 217 |  24k|   0 |   0 |   0 | 968k|   0 | 1.700000e+01 | 1.900000e+01 |  11.76%
741.01/741.08	c   729s|880000 | 21525 |     0 |   0.0 |  45M| 140 |   - | 217 |  28k|   0 |   0 |   0 | 988k|   0 | 1.700000e+01 | 1.900000e+01 |  11.76%
751.91/751.97	o 18
751.91/751.97	c * 740s|886338 |  4715 |     0 |   0.0 |  28M| 140 |   - | 217 |  32k|   0 |   0 |   0 |1001k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
764.41/764.48	c 
764.41/764.48	c SCIP Status        : problem is solved [optimal solution found]
764.41/764.48	c Solving Time (sec) : 752.62
764.41/764.48	c Solving Nodes      : 889885
764.41/764.48	c Primal Bound       : +1.80000000000000e+01 (5 solutions)
764.41/764.48	c Dual Bound         : +1.80000000000000e+01
764.41/764.48	c Gap                : 0.00 %
764.41/764.48	s OPTIMUM FOUND
764.41/764.48	v x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
764.41/764.48	v -x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
764.41/764.48	v x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 
764.41/764.48	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
764.41/764.48	v -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 
764.41/764.48	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 
764.41/764.48	v x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 
764.41/764.48	v -x4 -x3 -x2 -x1 
764.41/764.48	c SCIP Status        : problem is solved [optimal solution found]
764.41/764.48	c Solving Time       :     752.62
764.41/764.48	c Original Problem   :
764.41/764.48	c   Problem name     : HOME/instance-2693857-1277895882.wbo
764.41/764.48	c   Variables        : 221 (195 binary, 0 integer, 0 implicit integer, 26 continuous)
764.41/764.48	c   Constraints      : 128 initial, 128 maximal
764.41/764.48	c Presolved Problem  :
764.41/764.48	c   Problem name     : t_HOME/instance-2693857-1277895882.wbo
764.41/764.48	c   Variables        : 217 (193 binary, 0 integer, 0 implicit integer, 24 continuous)
764.41/764.48	c   Constraints      : 109 initial, 48747 maximal
764.41/764.48	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
764.41/764.48	c   trivial          :       0.00          0          0          0          0          0          0          0          0
764.41/764.48	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
764.41/764.48	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
764.41/764.48	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
764.41/764.48	c   implics          :       0.00          0          0          0          0          0          0          0          0
764.41/764.48	c   probing          :       0.01          0          0          0          0          0          0          0          0
764.41/764.48	c   indicator        :       0.00          0          0          0          0          0          2          0          0
764.41/764.48	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
764.41/764.48	c   setppc           :       0.00          0          0          0          0          0          0          0          0
764.41/764.48	c   linear           :       0.00          0          0          0         24          0         17          2          0
764.41/764.48	c   logicor          :       0.00          0          0          0          0          0          0          0          0
764.41/764.48	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
764.41/764.48	c   root node        :          -          0          -          -          0          -          -          -          -
764.41/764.48	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
764.41/764.48	c   integral         :          0          0          0          0          0          0          0          0          0          0
764.41/764.48	c   indicator        :         24          0    2237952          0     475416        717     169727          0          0          0
764.41/764.48	c   knapsack         :          1          0    2890304          0     597660      57948    9389157          0          0          0
764.41/764.48	c   setppc           :         49          0    2832350          0     597658     286912    3940365          0          0          0
764.41/764.48	c   linear           :         24          0    2545435          0     597658      28797     969997          0          0          0
764.41/764.48	c   logicor          :         11+         0    1294571          0     597613      40058     641032          0          0          0
764.41/764.48	c   bounddisjunction :          0+         0     170628          0          0          0         35          0          0          0
764.41/764.48	c   countsols        :          0          0          0          0     597663          0          0          0          0          0
764.41/764.48	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
764.41/764.48	c   integral         :       0.00       0.00       0.00       0.00       0.00
764.41/764.48	c   indicator        :       1.56       0.00       1.02       0.00       0.54
764.41/764.48	c   knapsack         :      94.97       0.00      93.21       0.00       1.76
764.41/764.48	c   setppc           :      19.69       0.00      16.26       0.00       3.43
764.41/764.48	c   linear           :      11.88       0.00      11.47       0.00       0.41
764.41/764.48	c   logicor          :     294.89       0.00     294.29       0.00       0.60
764.41/764.48	c   bounddisjunction :       0.69       0.00       0.69       0.00       0.00
764.41/764.48	c   countsols        :       0.13       0.00       0.00       0.00       0.13
764.41/764.48	c Propagators        :       Time      Calls    Cutoffs    DomReds
764.41/764.48	c   vbounds          :       0.76          2          0          0
764.41/764.48	c   rootredcost      :       0.73          0          0          0
764.41/764.48	c   pseudoobj        :       3.29    2891264        438     105291
764.41/764.48	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
764.41/764.48	c   propagation      :      11.63     414153     414100    2106843       19.8      61738       14.9          -
764.41/764.48	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
764.41/764.48	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
764.41/764.48	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
764.41/764.48	c   pseudo solution  :       0.00          8          8         26        6.8          1        3.0          -
764.41/764.48	c   applied globally :          -          -          -    1003781       15.4          -          -          -
764.41/764.48	c   applied locally  :          -          -          -       9880       37.0          -          -          -
764.41/764.48	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
764.41/764.48	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
764.41/764.48	c   redcost          :       0.00          0          0          0          0          0
764.41/764.48	c   impliedbounds    :       0.00          0          0          0          0          0
764.41/764.48	c   intobj           :       0.00          0          0          0          0          0
764.41/764.48	c   cgmip            :       0.00          0          0          0          0          0
764.41/764.48	c   gomory           :       0.00          0          0          0          0          0
764.41/764.48	c   strongcg         :       0.00          0          0          0          0          0
764.41/764.48	c   cmir             :       0.00          0          0          0          0          0
764.41/764.48	c   flowcover        :       0.00          0          0          0          0          0
764.41/764.48	c   clique           :       0.00          0          0          0          0          0
764.41/764.48	c   zerohalf         :       0.00          0          0          0          0          0
764.41/764.48	c   mcf              :       0.00          0          0          0          0          0
764.41/764.48	c   rapidlearning    :       0.00          0          0          0          0          0
764.41/764.48	c Pricers            :       Time      Calls       Vars
764.41/764.48	c   problem variables:       0.00          0          0
764.41/764.48	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
764.41/764.48	c   relpscost        :       0.00          0          0          0          0          0          0
764.41/764.48	c   pscost           :       0.00          0          0          0          0          0          0
764.41/764.48	c   inference        :       4.03     597658          0          0          0          0    1195316
764.41/764.48	c   mostinf          :       0.00          0          0          0          0          0          0
764.41/764.48	c   leastinf         :       0.00          0          0          0          0          0          0
764.41/764.48	c   fullstrong       :       0.00          0          0          0          0          0          0
764.41/764.48	c   allfullstrong    :       0.00          0          0          0          0          0          0
764.41/764.48	c   random           :       0.00          0          0          0          0          0          0
764.41/764.48	c Primal Heuristics  :       Time      Calls      Found
764.41/764.48	c   LP solutions     :       0.00          -          0
764.41/764.48	c   pseudo solutions :       0.21          -          5
764.41/764.48	c   oneopt           :       0.29          0          0
764.41/764.48	c   trivial          :       0.00          2          0
764.41/764.48	c   simplerounding   :       0.00          0          0
764.41/764.48	c   zirounding       :       0.00          0          0
764.41/764.48	c   rounding         :       0.00          0          0
764.41/764.48	c   shifting         :       0.00          0          0
764.41/764.48	c   intshifting      :       0.00          0          0
764.41/764.48	c   twoopt           :       0.00          0          0
764.41/764.48	c   fixandinfer      :       0.00          0          0
764.41/764.48	c   feaspump         :       0.00          0          0
764.41/764.48	c   coefdiving       :       0.00          0          0
764.41/764.48	c   pscostdiving     :       0.00          0          0
764.41/764.48	c   fracdiving       :       0.00          0          0
764.41/764.48	c   veclendiving     :       0.00          0          0
764.41/764.48	c   intdiving        :       0.00          0          0
764.41/764.48	c   actconsdiving    :       0.00          0          0
764.41/764.48	c   objpscostdiving  :       0.00          0          0
764.41/764.48	c   rootsoldiving    :       0.00          0          0
764.41/764.48	c   linesearchdiving :       0.00          0          0
764.41/764.48	c   guideddiving     :       0.00          0          0
764.41/764.48	c   octane           :       0.00          0          0
764.41/764.48	c   rens             :       0.00          0          0
764.41/764.48	c   rins             :       0.00          0          0
764.41/764.48	c   localbranching   :       0.00          0          0
764.41/764.48	c   mutation         :       0.00          0          0
764.41/764.48	c   crossover        :       0.00          0          0
764.41/764.48	c   dins             :       0.00          0          0
764.41/764.48	c   undercover       :       0.00          0          0
764.41/764.48	c   nlp              :       0.24          0          0
764.41/764.48	c   trysol           :       0.13          1          0
764.41/764.48	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
764.41/764.48	c   primal LP        :       0.00          0          0       0.00          -
764.41/764.48	c   dual LP          :       0.00          0          0       0.00          -
764.41/764.48	c   lex dual LP      :       0.00          0          0       0.00          -
764.41/764.48	c   barrier LP       :       0.00          0          0       0.00          -
764.41/764.48	c   diving/probing LP:       0.00          0          0       0.00          -
764.41/764.48	c   strong branching :       0.00          0          0       0.00          -
764.41/764.48	c     (at root node) :          -          0          0       0.00          -
764.41/764.48	c   conflict analysis:       0.00          0          0       0.00          -
764.41/764.48	c B&B Tree           :
764.41/764.48	c   number of runs   :          1
764.41/764.48	c   nodes            :     889885
764.41/764.48	c   nodes (total)    :     889885
764.41/764.48	c   nodes left       :          0
764.41/764.48	c   max depth        :        140
764.41/764.48	c   max depth (total):        140
764.41/764.48	c   backtracks       :     320313 (36.0%)
764.41/764.48	c   delayed cutoffs  :     201264
764.41/764.48	c   repropagations   :    1173737 (3908342 domain reductions, 122656 cutoffs)
764.41/764.48	c   avg switch length:      21.09
764.41/764.48	c   switching time   :     224.12
764.41/764.48	c Solution           :
764.41/764.48	c   Solutions found  :          5 (5 improvements)
764.41/764.48	c   First Solution   : +4.90000000000000e+01   (in run 1, after 560583 nodes, 306.18 seconds, depth 51, found by <relaxation>)
764.41/764.48	c   Primal Bound     : +1.80000000000000e+01   (in run 1, after 886338 nodes, 740.16 seconds, depth 46, found by <relaxation>)
764.41/764.48	c   Dual Bound       : +1.80000000000000e+01
764.41/764.48	c   Gap              :       0.00 %
764.41/764.48	c   Root Dual Bound  : +0.00000000000000e+00
764.41/764.48	c   Root Iterations  :          0
764.52/764.52	c Time complete: 764.54.

Verifier Data

OK	18

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693857-1277895882/watcher-2693857-1277895882 -o /tmp/evaluation-result-2693857-1277895882/solver-2693857-1277895882 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693857-1277895882.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.01 4/178 10692
/proc/meminfo: memFree=31264660/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=8148 CPUtime=0
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 1507 0 0 0 0 0 0 0 25 0 1 0 130885454 8343552 1430 4089446400 4194304 7136930 140736150290016 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10692/statm: 2037 1436 275 719 0 1316 0

[startup+0.0147029 s]
/proc/loadavg: 2.09 2.04 2.01 4/178 10692
/proc/meminfo: memFree=31264660/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=11716 CPUtime=0.01
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 4155 0 0 0 1 0 0 0 25 0 1 0 130885454 11997184 2182 4089446400 4194304 7136930 140736150290016 18446744073709551615 6346856 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 2929 2182 368 719 0 2208 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11716

[startup+0.100687 s]
/proc/loadavg: 2.09 2.04 2.01 4/178 10692
/proc/meminfo: memFree=31264660/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=12412 CPUtime=0.09
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 4897 0 0 0 8 1 0 0 18 0 1 0 130885454 12709888 2410 4089446400 4194304 7136930 140736150290016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 3103 2410 404 719 0 2382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12412

[startup+0.300653 s]
/proc/loadavg: 2.09 2.04 2.01 4/178 10692
/proc/meminfo: memFree=31264660/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=13696 CPUtime=0.29
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 5224 0 0 0 26 3 0 0 18 0 1 0 130885454 14024704 2737 4089446400 4194304 7136930 140736150290016 18446744073709551615 4854288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 3424 2737 404 719 0 2703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13696

[startup+0.700583 s]
/proc/loadavg: 2.09 2.04 2.01 4/178 10692
/proc/meminfo: memFree=31264660/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=16588 CPUtime=0.69
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 5965 0 0 0 63 6 0 0 18 0 1 0 130885454 16986112 3478 4089446400 4194304 7136930 140736150290016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 4147 3478 404 719 0 3426 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16588

[startup+1.50044 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 10693
/proc/meminfo: memFree=31250764/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=20204 CPUtime=1.49
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 6868 0 0 0 139 10 0 0 20 0 1 0 130885454 20688896 4381 4089446400 4194304 7136930 140736150290016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 5051 4381 404 719 0 4330 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20204

[startup+3.10016 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 10693
/proc/meminfo: memFree=31245928/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=25252 CPUtime=3.09
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 8131 0 0 0 292 17 0 0 25 0 1 0 130885454 25858048 5644 4089446400 4194304 7136930 140736150290016 18446744073709551615 4854249 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 6313 5644 404 719 0 5592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25252

[startup+6.3006 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 10693
/proc/meminfo: memFree=31238476/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=34976 CPUtime=6.29
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 10581 0 0 0 598 31 0 0 25 0 1 0 130885454 35815424 8094 4089446400 4194304 7136930 140736150290016 18446744073709551615 4854249 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 8744 8094 404 719 0 8023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34976

[startup+12.7005 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 10693
/proc/meminfo: memFree=31227448/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=42584 CPUtime=12.69
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 12543 0 0 0 1218 51 0 0 25 0 1 0 130885454 43606016 10056 4089446400 4194304 7136930 140736150290016 18446744073709551615 4665330 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 10646 10056 404 719 0 9925 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42584

[startup+25.5002 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 10693
/proc/meminfo: memFree=31207232/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=61248 CPUtime=25.49
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 17168 0 0 0 2463 86 0 0 25 0 1 0 130885454 62717952 14681 4089446400 4194304 7136930 140736150290016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 15312 14681 404 719 0 14591 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61248

[startup+51.1007 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 10694
/proc/meminfo: memFree=31186092/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=82464 CPUtime=51.09
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 22493 0 0 0 4961 148 0 0 25 0 1 0 130885454 84443136 20006 4089446400 4194304 7136930 140736150290016 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 20616 20006 404 719 0 19895 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82464

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 10695
/proc/meminfo: memFree=31165228/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=104928 CPUtime=102.3
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 27547 0 0 0 10005 225 0 0 25 0 1 0 130885454 107446272 25060 4089446400 4194304 7136930 140736150290016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 26232 25060 404 719 0 25511 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 104928

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10697
/proc/meminfo: memFree=31145460/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=122892 CPUtime=162.3
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 32100 0 0 0 15903 327 0 0 25 0 1 0 130885454 125841408 29613 4089446400 4194304 7136930 140736150290016 18446744073709551615 4223102 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 30723 29613 404 719 0 30002 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 122892

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10699
/proc/meminfo: memFree=31120852/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=146912 CPUtime=222.29
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 38198 0 0 0 21768 461 0 0 25 0 1 0 130885454 150437888 35711 4089446400 4194304 7136930 140736150290016 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 36728 35711 404 719 0 36007 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 146912

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10700
/proc/meminfo: memFree=31100464/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=166692 CPUtime=282.3
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 43208 0 0 0 27641 589 0 0 25 0 1 0 130885454 170692608 40721 4089446400 4194304 7136930 140736150290016 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 41673 40721 404 719 0 40952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 166692

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10702
/proc/meminfo: memFree=31083048/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=183300 CPUtime=342.3
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 47384 0 0 0 33525 705 0 0 25 0 1 0 130885454 187699200 44897 4089446400 4194304 7136930 140736150290016 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 45825 44897 407 719 0 45104 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 183300

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10703
/proc/meminfo: memFree=31078548/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=186036 CPUtime=402.3
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 48001 0 0 0 39454 776 0 0 25 0 1 0 130885454 190500864 45514 4089446400 4194304 7136930 140736150290016 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 46509 45514 407 719 0 45788 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 186036

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10705
/proc/meminfo: memFree=31076392/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=186752 CPUtime=462.31
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 48200 0 0 0 45396 835 0 0 25 0 1 0 130885454 191234048 45713 4089446400 4194304 7136930 140736150290016 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 46688 45713 407 719 0 45967 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 186752

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10707
/proc/meminfo: memFree=31074856/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=187264 CPUtime=522.31
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 48350 0 0 0 51271 960 0 0 25 0 1 0 130885454 191758336 45863 4089446400 4194304 7136930 140736150290016 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 46816 45863 407 719 0 46095 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 187264

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10708
/proc/meminfo: memFree=31071592/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=188512 CPUtime=582.31
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 48594 0 0 0 57191 1040 0 0 25 0 1 0 130885454 193036288 46107 4089446400 4194304 7136930 140736150290016 18446744073709551615 4221316 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 47128 46107 407 719 0 46407 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 188512

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10710
/proc/meminfo: memFree=31070180/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=188188 CPUtime=642.32
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 48685 0 0 0 63128 1104 0 0 25 0 1 0 130885454 192704512 46003 4089446400 4194304 7136930 140736150290016 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 47047 46003 407 719 0 46326 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 188188

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10711
/proc/meminfo: memFree=31068652/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=190728 CPUtime=702.31
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 49125 0 0 0 69091 1140 0 0 25 0 1 0 130885454 195305472 46378 4089446400 4194304 7136930 140736150290016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 47682 46378 407 719 0 46961 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 190728

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10713
/proc/meminfo: memFree=31067976/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=190076 CPUtime=762.31
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 49161 0 0 0 75046 1185 0 0 25 0 1 0 130885454 194637824 46251 4089446400 4194304 7136930 140736150290016 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 47519 46251 407 719 0 46798 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 190076

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

[startup+763.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10713
/proc/meminfo: memFree=31067976/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=190076 CPUtime=763.11
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 49161 0 0 0 75125 1186 0 0 25 0 1 0 130885454 194637824 46251 4089446400 4194304 7136930 140736150290016 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 47519 46251 407 719 0 46798 0
Current children cumulated CPU time (s) 763.11
Current children cumulated vsize (KiB) 190076

[startup+763.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10713
/proc/meminfo: memFree=31067976/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=190076 CPUtime=763.91
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 49161 0 0 0 75204 1187 0 0 25 0 1 0 130885454 194637824 46251 4089446400 4194304 7136930 140736150290016 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 47519 46251 407 719 0 46798 0
Current children cumulated CPU time (s) 763.91
Current children cumulated vsize (KiB) 190076

[startup+764.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10713
/proc/meminfo: memFree=31067976/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=189560 CPUtime=764.31
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 49161 0 0 0 75244 1187 0 0 25 0 1 0 130885454 194109440 46122 4089446400 4194304 7136930 140736150290016 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10692/statm: 47390 46122 407 719 0 46669 0
Current children cumulated CPU time (s) 764.31
Current children cumulated vsize (KiB) 189560

[startup+764.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10713
/proc/meminfo: memFree=31069712/32951124 swapFree=67111528/67111528
[pid=10692] ppid=10690 vsize=184400 CPUtime=764.52
/proc/10692/stat : 10692 (pbscip.linux.x8) R 10690 10692 8684 0 -1 4202496 49178 0 0 0 75265 1187 0 0 18 0 1 0 130885454 188825600 44849 4089446400 4194304 7136930 140736150290016 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10692/statm: 46100 44849 412 719 0 45379 0
Current children cumulated CPU time (s) 764.52
Current children cumulated vsize (KiB) 184400

Child status: 0
Real time (s): 764.53
CPU time (s): 764.549
CPU user time (s): 752.669
CPU system time (s): 11.8802
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 190728

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

runsolver used 1.06784 second user time and 2.42063 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 13:04:42
IDJOB=2693857
IDBENCH=78767
IDSOLVER=1206
FILE ID=node108/2693857-1277895882
PBS_JOBID= 11197138
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111216823--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693857-1277895882/watcher-2693857-1277895882 -o /tmp/evaluation-result-2693857-1277895882/solver-2693857-1277895882 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693857-1277895882.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9ed46c486c107ad7f5d3527fe7805777
RANDOM SEED=59954134

node108.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.855
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.71
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.855
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	: 5320.05
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.855
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.75
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.855
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.83
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.855
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.79
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.855
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.83
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.855
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.74
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.855
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31265064 kB
Buffers:        180552 kB
Cached:        1170672 kB
SwapCached:          0 kB
Active:         713104 kB
Inactive:       832372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31265064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:      193712 kB
Mapped:          16100 kB
Slab:            78280 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   338984 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= 74204 MiB
End job on node108 at 2010-06-30 13:17:27