Trace number 2693885

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 401.122 401.112

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
MD5SUMfa579923f1914e3dd4bd69a6764b2913
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.804877
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
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-2693885-1277896431.wbo>
0.00/0.00	c original problem has 297 variables (233 bin, 0 int, 0 impl, 64 cont) and 166 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, 64 impls, 30 clqs
0.00/0.01	c (round 2) 0 del vars, 6 del conss, 0 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 64 impls, 30 clqs
0.00/0.01	c (round 3) 2 del vars, 8 del conss, 62 chg bounds, 2 chg sides, 0 chg coeffs, 0 upgd conss, 64 impls, 30 clqs
0.00/0.01	c (round 4) 4 del vars, 8 del conss, 62 chg bounds, 2 chg sides, 0 chg coeffs, 34 upgd conss, 64 impls, 30 clqs
0.00/0.02	c    (0.0s) probing: 101/231 (43.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  4 deleted vars, 8 deleted constraints, 62 tightened bounds, 0 added holes, 2 changed sides, 0 changed coefficients
0.00/0.02	c  64 implications, 30 cliques
0.00/0.02	c presolved problem has 293 variables (231 bin, 0 int, 0 impl, 62 cont) and 158 constraints
0.00/0.02	c      62 constraints of type <indicator>
0.00/0.02	c      30 constraints of type <setppc>
0.00/0.02	c      62 constraints of type <linear>
0.00/0.02	c       4 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/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.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 926k|   0 |   - | 293 | 158 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.09	c   1.0s| 10000 |  7194 |     0 |   0.0 |6568k| 176 |   - | 293 |2874 |   0 |   0 |   0 |7186 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.46	o 609
2.39/2.46	c * 2.3s| 17646 | 11211 |     0 |   0.0 |  10M| 176 |   - | 293 |3708 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
2.79/2.85	c   2.7s| 20000 | 12628 |     0 |   0.0 |  11M| 176 |   - | 293 |3902 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
4.89/4.96	c   4.7s| 30000 | 17804 |     0 |   0.0 |  17M| 176 |   - | 293 |7321 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
7.89/7.96	c   7.6s| 40000 | 21665 |     0 |   0.0 |  22M| 176 |   - | 293 |  10k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
11.39/11.45	c  11.0s| 50000 | 24928 |     0 |   0.0 |  27M| 176 |   - | 293 |  11k|   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
15.59/15.63	c  15.1s| 60000 | 27047 |     0 |   0.0 |  31M| 176 |   - | 293 |  14k|   0 |   0 |   0 |  72k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
18.69/18.78	c  18.1s| 70000 | 31799 |     0 |   0.0 |  33M| 176 |   - | 293 |6010 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
19.69/19.70	o 590
19.69/19.70	c *19.0s| 73291 | 33061 |     0 |   0.0 |  34M| 176 |   - | 293 |6534 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 5.900000e+02 |    Inf 
19.69/19.71	o 471
19.69/19.71	c *19.0s| 73359 | 33120 |     0 |   0.0 |  34M| 176 |   - | 293 |6480 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 4.710000e+02 |    Inf 
19.69/19.76	o 248
19.69/19.76	c *19.1s| 73897 | 33610 |     0 |   0.0 |  34M| 176 |   - | 293 |5598 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
21.39/21.42	c  20.7s| 80000 | 36029 |     0 |   0.0 |  37M| 176 |   - | 293 |7698 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
25.60/25.65	c  24.8s| 90000 | 38124 |     0 |   0.0 |  42M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
30.80/30.84	c  29.9s|100000 | 39644 |     0 |   0.0 |  46M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
36.79/36.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.79/36.86	c  35.8s|110000 | 40700 |     0 |   0.0 |  51M| 176 |   - | 293 |  19k|   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
44.50/44.55	c  43.4s|120000 | 40790 |     0 |   0.0 |  54M| 176 |   - | 293 |  22k|   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
53.29/53.31	c  52.0s|130000 | 40554 |     0 |   0.0 |  57M| 176 |   - | 293 |  25k|   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
64.90/64.98	c  63.6s|140000 | 38070 |     0 |   0.0 |  58M| 176 |   - | 293 |  29k|   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
70.09/70.17	c  68.7s|150000 | 43665 |     0 |   0.0 |  56M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
73.50/73.54	c  72.0s|160000 | 48773 |     0 |   0.0 |  60M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
78.10/78.11	c  76.4s|170000 | 51616 |     0 |   0.0 |  65M| 176 |   - | 293 |  13k|   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
81.99/82.01	c  80.2s|180000 | 56357 |     0 |   0.0 |  65M| 176 |   - | 293 |4043 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 | 2.480000e+02 |    Inf 
82.29/82.36	o 221
82.29/82.36	c *80.5s|183063 | 58885 |     0 |   0.0 |  66M| 176 |   - | 293 |3499 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
83.09/83.15	c  81.3s|190000 | 64596 |     0 |   0.0 |  69M| 176 |   - | 293 |3779 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
84.50/84.54	c  82.6s|200000 | 71934 |     0 |   0.0 |  73M| 176 |   - | 293 |5400 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
89.00/89.07	c  87.0s|210000 | 72293 |     0 |   0.0 |  78M| 176 |   - | 293 |  13k|   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
99.00/99.08	c  97.0s|220000 | 68794 |     0 |   0.0 |  79M| 176 |   - | 293 |  21k|   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
113.30/113.38	c   111s|230000 | 62836 |     0 |   0.0 |  76M| 176 |   - | 293 |  27k|   0 |   0 |   0 | 319k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
132.29/132.34	c   130s|240000 | 55134 |     0 |   0.0 |  68M| 176 |   - | 293 |  32k|   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
141.49/141.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.49/141.56	c   139s|250000 | 58049 |     0 |   0.0 |  64M| 176 |   - | 293 |  16k|   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
148.30/148.31	c   146s|260000 | 60333 |     0 |   0.0 |  67M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
155.39/155.47	c   153s|270000 | 61512 |     0 |   0.0 |  70M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 392k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
163.59/163.68	c   161s|280000 | 61387 |     0 |   0.0 |  73M| 176 |   - | 293 |  17k|   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
173.00/173.03	c   170s|290000 | 60510 |     0 |   0.0 |  74M| 176 |   - | 293 |  19k|   0 |   0 |   0 | 431k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
183.49/183.52	c   180s|300000 | 59088 |     0 |   0.0 |  75M| 176 |   - | 293 |  25k|   0 |   0 |   0 | 452k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
187.80/187.88	c   185s|310000 | 65240 |     0 |   0.0 |  71M| 176 |   - | 293 |5127 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
189.29/189.30	c   186s|320000 | 73154 |     0 |   0.0 |  75M| 176 |   - | 293 |4355 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
190.70/190.70	c   187s|330000 | 80987 |     0 |   0.0 |  78M| 176 |   - | 293 |4857 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
192.10/192.17	c   189s|340000 | 88689 |     0 |   0.0 |  82M| 176 |   - | 293 |5492 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 2.210000e+02 |    Inf 
192.30/192.36	o 194
192.30/192.36	c * 189s|341329 | 89680 |     0 |   0.0 |  83M| 176 |   - | 293 |5616 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
193.70/193.73	c   190s|350000 | 96212 |     0 |   0.0 |  86M| 176 |   - | 293 |5737 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
195.30/195.36	c   192s|360000 |103621 |     0 |   0.0 |  90M| 176 |   - | 293 |6156 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
197.10/197.10	c   193s|370000 |110802 |     0 |   0.0 |  95M| 176 |   - | 293 |6746 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
198.89/198.96	c   195s|380000 |117698 |     0 |   0.0 |  99M| 176 |   - | 293 |7374 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
200.80/200.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.80/200.89	c   197s|390000 |124635 |     0 |   0.0 | 103M| 176 |   - | 293 |7727 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
202.80/202.89	c   199s|400000 |131399 |     0 |   0.0 | 107M| 176 |   - | 293 |8397 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 1.940000e+02 |    Inf 
203.80/203.88	o 186
203.80/203.88	c * 200s|405216 |135058 |     0 |   0.0 | 109M| 176 |   - | 293 |8808 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
204.79/204.84	c   201s|410000 |138301 |     0 |   0.0 | 111M| 176 |   - | 293 |8979 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
206.80/206.89	c   203s|420000 |145051 |     0 |   0.0 | 115M| 176 |   - | 293 |9611 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
208.90/208.99	c   205s|430000 |151690 |     0 |   0.0 | 119M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 1.860000e+02 |    Inf 
209.40/209.48	o 175
209.40/209.48	c * 205s|432246 |153130 |     0 |   0.0 | 120M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
211.20/211.21	c   207s|440000 |158143 |     0 |   0.0 | 123M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 520k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
213.60/213.68	c   209s|450000 |164161 |     0 |   0.0 | 127M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
215.30/215.32	o 171
215.30/215.32	c * 211s|456317 |167847 |     0 |   0.0 | 130M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 530k|   0 | 0.000000e+00 | 1.710000e+02 |    Inf 
215.40/215.46	o 130
215.40/215.46	c * 211s|456798 |166805 |     0 |   0.0 | 129M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 530k|   0 | 0.000000e+00 | 1.300000e+02 |    Inf 
216.00/216.05	o 91
216.00/216.05	c * 212s|458702 |164520 |     0 |   0.0 | 127M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 531k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
216.50/216.52	c   212s|460000 |165074 |     0 |   0.0 | 128M| 176 |   - | 293 |  12k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
220.29/220.30	c   216s|470000 |169699 |     0 |   0.0 | 130M| 176 |   - | 293 |6887 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
223.89/223.95	c   219s|480000 |171395 |     0 |   0.0 | 127M| 176 |   - | 293 |8599 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
231.30/231.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.30/231.39	c   227s|490000 |170160 |     0 |   0.0 | 129M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 575k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
241.90/241.93	c   237s|500000 |167638 |     0 |   0.0 | 131M| 176 |   - | 293 |  18k|   0 |   0 |   0 | 598k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
253.60/253.60	c   249s|510000 |164363 |     0 |   0.0 | 130M| 176 |   - | 293 |  20k|   0 |   0 |   0 | 620k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
267.79/267.81	c   263s|520000 |159795 |     0 |   0.0 | 128M| 176 |   - | 293 |  24k|   0 |   0 |   0 | 643k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
280.70/280.71	c   275s|530000 |158567 |     0 |   0.0 | 122M| 176 |   - | 293 |  15k|   0 |   0 |   0 | 660k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
283.40/283.47	c   278s|540000 |165714 |     0 |   0.0 | 124M| 176 |   - | 293 |7948 |   0 |   0 |   0 | 666k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
285.50/285.59	c   280s|550000 |172847 |     0 |   0.0 | 129M| 176 |   - | 293 |7484 |   0 |   0 |   0 | 672k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
287.70/287.78	c   282s|560000 |179822 |     0 |   0.0 | 134M| 176 |   - | 293 |7666 |   0 |   0 |   0 | 678k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
289.90/289.99	c   284s|570000 |186665 |     0 |   0.0 | 139M| 176 |   - | 293 |8249 |   0 |   0 |   0 | 685k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
292.20/292.28	c   287s|580000 |193331 |     0 |   0.0 | 144M| 176 |   - | 293 |8509 |   0 |   0 |   0 | 692k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
294.60/294.60	c   289s|590000 |199996 |     0 |   0.0 | 149M| 176 |   - | 293 |8555 |   0 |   0 |   0 | 697k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
296.91/296.94	c   291s|600000 |206590 |     0 |   0.0 | 153M| 176 |   - | 293 |8730 |   0 |   0 |   0 | 703k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
299.30/299.31	c   293s|610000 |213187 |     0 |   0.0 | 158M| 176 |   - | 293 |8774 |   0 |   0 |   0 | 709k|   0 | 1.000000e+00 | 9.100000e+01 |9000.00%
300.90/300.96	o 71
300.90/300.96	c * 295s|617025 |196597 |     0 |   0.0 | 146M| 176 |   - | 293 |8944 |   0 |   0 |   0 | 713k|   0 | 1.000000e+00 | 7.100000e+01 |7000.00%
301.80/301.83	c   296s|620000 |198321 |     0 |   0.0 | 148M| 176 |   - | 293 |9183 |   0 |   0 |   0 | 715k|   0 | 1.000000e+00 | 7.100000e+01 |7000.00%
304.70/304.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.70/304.78	c   299s|630000 |204125 |     0 |   0.0 | 153M| 176 |   - | 293 |8975 |   0 |   0 |   0 | 722k|   0 | 1.000000e+00 | 7.100000e+01 |7000.00%
307.30/307.33	o 62
307.30/307.33	c * 301s|639565 |201179 |     0 |   0.0 | 149M| 176 |   - | 293 |2495 |   0 |   0 |   0 | 728k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
307.40/307.43	c   301s|640000 |201418 |     0 |   0.0 | 149M| 176 |   - | 293 |2257 |   0 |   0 |   0 | 728k|   0 | 1.000000e+00 | 6.200000e+01 |6100.00%
308.20/308.24	o 59
308.20/308.24	c * 302s|644056 |196811 |     0 |   0.0 | 146M| 176 |   - | 293 |2223 |   0 |   0 |   0 | 731k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
309.50/309.59	c   303s|650000 |199460 |     0 |   0.0 | 149M| 176 |   - | 293 |2829 |   0 |   0 |   0 | 735k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
312.10/312.10	c   306s|660000 |203662 |     0 |   0.0 | 153M| 176 |   - | 293 |4288 |   0 |   0 |   0 | 743k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
315.00/315.08	c   309s|670000 |207402 |     0 |   0.0 | 157M| 176 |   - | 293 |4920 |   0 |   0 |   0 | 752k|   0 | 1.000000e+00 | 5.900000e+01 |5800.00%
317.70/317.73	o 58
317.70/317.73	c * 311s|678387 |210300 |     0 |   0.0 | 160M| 176 |   - | 293 |5074 |   0 |   0 |   0 | 760k|   0 | 1.000000e+00 | 5.800000e+01 |5700.00%
318.20/318.23	c   312s|680000 |210863 |     0 |   0.0 | 161M| 176 |   - | 293 |5268 |   0 |   0 |   0 | 761k|   0 | 1.000000e+00 | 5.800000e+01 |5700.00%
318.80/318.80	o 45
318.80/318.80	c * 312s|681838 |204126 |     0 |   0.0 | 156M| 176 |   - | 293 |5530 |   0 |   0 |   0 | 763k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
320.11/320.12	o 40
320.11/320.12	c * 313s|685032 |199110 |     0 |   0.0 | 154M| 176 |   - | 293 |5402 |   0 |   0 |   0 | 767k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
322.10/322.18	c   315s|690000 |199891 |     0 |   0.0 | 156M| 176 |   - | 293 |4828 |   0 |   0 |   0 | 773k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
326.50/326.55	c   320s|700000 |200644 |     0 |   0.0 | 159M| 176 |   - | 293 |6748 |   0 |   0 |   0 | 787k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
331.11/331.19	c   324s|710000 |201323 |     0 |   0.0 | 162M| 176 |   - | 293 |7125 |   0 |   0 |   0 | 800k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
336.10/336.15	c   329s|720000 |201535 |     0 |   0.0 | 165M| 176 |   - | 293 |7282 |   0 |   0 |   0 | 815k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
341.10/341.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.10/341.14	c   334s|730000 |201455 |     0 |   0.0 | 168M| 176 |   - | 293 |7879 |   0 |   0 |   0 | 829k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
346.40/346.40	c   339s|740000 |201233 |     0 |   0.0 | 170M| 176 |   - | 293 |8626 |   0 |   0 |   0 | 843k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
351.70/351.70	c   344s|750000 |201091 |     0 |   0.0 | 173M| 176 |   - | 293 |9234 |   0 |   0 |   0 | 857k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
357.09/357.13	c   350s|760000 |200745 |     0 |   0.0 | 176M| 176 |   - | 293 |9796 |   0 |   0 |   0 | 871k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
361.30/361.34	o 23
361.30/361.34	c * 354s|767465 |178827 |     0 |   0.0 | 162M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 882k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
363.10/363.17	c   355s|770000 |178113 |     0 |   0.0 | 162M| 176 |   - | 293 |  10k|   0 |   0 |   0 | 886k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
371.00/371.07	c   363s|780000 |173612 |     0 |   0.0 | 163M| 176 |   - | 293 |  11k|   0 |   0 |   0 | 904k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
377.60/377.65	c   370s|790000 |171333 |     0 |   0.0 | 160M| 176 |   - | 293 |3888 |   0 |   0 |   0 | 918k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
380.00/380.01	c   372s|800000 |176628 |     0 |   0.0 | 165M| 176 |   - | 293 |5926 |   0 |   0 |   0 | 928k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
383.60/383.65	c   375s|810000 |179546 |     0 |   0.0 | 169M| 176 |   - | 293 |7800 |   0 |   0 |   0 | 940k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
390.10/390.16	c   382s|820000 |176969 |     0 |   0.0 | 167M| 176 |   - | 293 |9086 |   0 |   0 |   0 | 960k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
397.30/397.37	c   389s|830000 |175095 |     0 |   0.0 | 161M| 176 |   - | 293 |9626 |   0 |   0 |   0 | 978k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
397.50/397.59	o 20
397.50/397.59	c * 389s|830288 |159664 |     0 |   0.0 | 144M| 176 |   - | 293 |9756 |   0 |   0 |   0 | 979k|   0 | 1.000000e+00 | 2.000000e+01 |1900.00%
397.60/397.63	o 6
397.60/397.63	c * 389s|830289 |139550 |     0 |   0.0 | 128M| 176 |   - | 293 |9756 |   0 |   0 |   0 | 979k|   0 | 1.000000e+00 | 6.000000e+00 | 500.00%
400.90/400.94	o 2
400.90/400.94	c * 392s|833080 |   198 |     0 |   0.0 |9979k| 176 |   - | 293 |  10k|   0 |   0 |   0 | 985k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
401.00/401.09	c 
401.00/401.09	c SCIP Status        : problem is solved [optimal solution found]
401.00/401.09	c Solving Time (sec) : 392.53
401.00/401.09	c Solving Nodes      : 833203
401.00/401.09	c Primal Bound       : +2.00000000000000e+00 (21 solutions)
401.00/401.09	c Dual Bound         : +2.00000000000000e+00
401.00/401.09	c Gap                : 0.00 %
401.00/401.09	s OPTIMUM FOUND
401.00/401.09	v -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 
401.00/401.09	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
401.00/401.09	v -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
401.00/401.09	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 
401.00/401.09	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 
401.00/401.09	v x56 -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 
401.00/401.09	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 
401.00/401.09	v -x4 -x3 -x2 -x1 
401.00/401.09	c SCIP Status        : problem is solved [optimal solution found]
401.00/401.09	c Solving Time       :     392.53
401.00/401.09	c Original Problem   :
401.00/401.09	c   Problem name     : HOME/instance-2693885-1277896431.wbo
401.00/401.09	c   Variables        : 297 (233 binary, 0 integer, 0 implicit integer, 64 continuous)
401.00/401.09	c   Constraints      : 166 initial, 166 maximal
401.00/401.09	c Presolved Problem  :
401.00/401.09	c   Problem name     : t_HOME/instance-2693885-1277896431.wbo
401.00/401.09	c   Variables        : 293 (231 binary, 0 integer, 0 implicit integer, 62 continuous)
401.00/401.09	c   Constraints      : 158 initial, 33056 maximal
401.00/401.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
401.00/401.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
401.00/401.09	c   dualfix          :       0.00          4          0          0          0          0          0          0          0
401.00/401.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
401.00/401.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
401.00/401.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
401.00/401.09	c   probing          :       0.01          0          0          0          0          0          0          0          0
401.00/401.09	c   indicator        :       0.00          0          0          0          0          0          2          0          0
401.00/401.09	c   setppc           :       0.00          0          0          0          0          0          0          0          0
401.00/401.09	c   linear           :       0.00          0          0          0         62          0          6          2          0
401.00/401.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
401.00/401.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
401.00/401.09	c   root node        :          -         15          -          -         30          -          -          -          -
401.00/401.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
401.00/401.09	c   integral         :          0          0          0          0          0          0          0          0          0          0
401.00/401.09	c   indicator        :         62          0    1752857          0     509739       2871     488784          0          0          0
401.00/401.09	c   setppc           :         30          0    2320683          0     619192      33022    2811997          0          0          0
401.00/401.09	c   linear           :         62          0    2287863          0     619256     228542    8384852          0          0          0
401.00/401.09	c   logicor          :          4+         0    1192442          0     614181      57085     685366          0          0          0
401.00/401.09	c   bounddisjunction :          0+         0      52937          0          0          0       2061          0          0          0
401.00/401.09	c   countsols        :          0          0          0          0     619277          0          0          0          0          0
401.00/401.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
401.00/401.09	c   integral         :       0.00       0.00       0.00       0.00       0.00
401.00/401.09	c   indicator        :       1.64       0.00       0.91       0.00       0.73
401.00/401.09	c   setppc           :       9.28       0.00       7.08       0.00       2.20
401.00/401.09	c   linear           :      48.43       0.00      48.26       0.00       0.17
401.00/401.09	c   logicor          :     142.93       0.00     142.57       0.00       0.36
401.00/401.09	c   bounddisjunction :       0.06       0.00       0.06       0.00       0.00
401.00/401.09	c   countsols        :       0.12       0.00       0.00       0.00       0.12
401.00/401.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
401.00/401.09	c   vbounds          :       0.50          2          0          0
401.00/401.09	c   rootredcost      :       0.54          0          0          0
401.00/401.09	c   pseudoobj        :       6.02    2327649       4041     460168
401.00/401.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
401.00/401.09	c   propagation      :      18.16     322687     322671    1669731       29.6     183035       14.4          -
401.00/401.09	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
401.00/401.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
401.00/401.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
401.00/401.09	c   pseudo solution  :       0.02         48         48        229       30.5         30       15.1          -
401.00/401.09	c   applied globally :          -          -          -     932053       18.4          -          -          -
401.00/401.09	c   applied locally  :          -          -          -      54206       38.9          -          -          -
401.00/401.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
401.00/401.09	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
401.00/401.09	c   redcost          :       0.00          0          0          0          0          0
401.00/401.09	c   impliedbounds    :       0.00          0          0          0          0          0
401.00/401.09	c   intobj           :       0.00          0          0          0          0          0
401.00/401.09	c   cgmip            :       0.00          0          0          0          0          0
401.00/401.09	c   gomory           :       0.00          0          0          0          0          0
401.00/401.09	c   strongcg         :       0.00          0          0          0          0          0
401.00/401.09	c   cmir             :       0.00          0          0          0          0          0
401.00/401.09	c   flowcover        :       0.00          0          0          0          0          0
401.00/401.09	c   clique           :       0.00          0          0          0          0          0
401.00/401.09	c   zerohalf         :       0.00          0          0          0          0          0
401.00/401.09	c   mcf              :       0.00          0          0          0          0          0
401.00/401.09	c   rapidlearning    :       0.00          0          0          0          0          0
401.00/401.09	c Pricers            :       Time      Calls       Vars
401.00/401.09	c   problem variables:       0.00          0          0
401.00/401.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
401.00/401.09	c   relpscost        :       0.00          0          0          0          0          0          0
401.00/401.09	c   pscost           :       0.00          0          0          0          0          0          0
401.00/401.09	c   inference        :       4.77     619256          0          0          0          0    1238512
401.00/401.09	c   mostinf          :       0.00          0          0          0          0          0          0
401.00/401.09	c   leastinf         :       0.00          0          0          0          0          0          0
401.00/401.09	c   fullstrong       :       0.00          0          0          0          0          0          0
401.00/401.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
401.00/401.09	c   random           :       0.00          0          0          0          0          0          0
401.00/401.09	c Primal Heuristics  :       Time      Calls      Found
401.00/401.09	c   LP solutions     :       0.00          -          0
401.00/401.09	c   pseudo solutions :       0.50          -         21
401.00/401.09	c   oneopt           :       0.27          0          0
401.00/401.09	c   trivial          :       0.00          2          0
401.00/401.09	c   simplerounding   :       0.00          0          0
401.00/401.09	c   zirounding       :       0.00          0          0
401.00/401.09	c   rounding         :       0.00          0          0
401.00/401.09	c   shifting         :       0.00          0          0
401.00/401.09	c   intshifting      :       0.00          0          0
401.00/401.09	c   twoopt           :       0.00          0          0
401.00/401.09	c   fixandinfer      :       0.00          0          0
401.00/401.09	c   feaspump         :       0.00          0          0
401.00/401.09	c   coefdiving       :       0.00          0          0
401.00/401.09	c   pscostdiving     :       0.00          0          0
401.00/401.09	c   fracdiving       :       0.00          0          0
401.00/401.09	c   veclendiving     :       0.00          0          0
401.00/401.09	c   intdiving        :       0.00          0          0
401.00/401.09	c   actconsdiving    :       0.00          0          0
401.00/401.09	c   objpscostdiving  :       0.00          0          0
401.00/401.09	c   rootsoldiving    :       0.00          0          0
401.00/401.09	c   linesearchdiving :       0.00          0          0
401.00/401.09	c   guideddiving     :       0.00          0          0
401.00/401.09	c   octane           :       0.00          0          0
401.00/401.09	c   rens             :       0.00          0          0
401.00/401.09	c   rins             :       0.00          0          0
401.00/401.09	c   localbranching   :       0.00          0          0
401.00/401.09	c   mutation         :       0.00          0          0
401.00/401.09	c   crossover        :       0.00          0          0
401.00/401.09	c   dins             :       0.00          0          0
401.00/401.09	c   undercover       :       0.00          0          0
401.00/401.09	c   nlp              :       0.18          0          0
401.00/401.09	c   trysol           :       0.15          1          0
401.00/401.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
401.00/401.09	c   primal LP        :       0.00          0          0       0.00          -
401.00/401.09	c   dual LP          :       0.00          0          0       0.00          -
401.00/401.09	c   lex dual LP      :       0.00          0          0       0.00          -
401.00/401.09	c   barrier LP       :       0.00          0          0       0.00          -
401.00/401.09	c   diving/probing LP:       0.00          0          0       0.00          -
401.00/401.09	c   strong branching :       0.00          0          0       0.00          -
401.00/401.09	c     (at root node) :          -          0          0       0.00          -
401.00/401.09	c   conflict analysis:       0.00          0          0       0.00          -
401.00/401.09	c B&B Tree           :
401.00/401.09	c   number of runs   :          1
401.00/401.09	c   nodes            :     833203
401.00/401.09	c   nodes (total)    :     833203
401.00/401.09	c   nodes left       :          0
401.00/401.09	c   max depth        :        176
401.00/401.09	c   max depth (total):        176
401.00/401.09	c   backtracks       :     224981 (27.0%)
401.00/401.09	c   delayed cutoffs  :     156058
401.00/401.09	c   repropagations   :     741765 (3771521 domain reductions, 111683 cutoffs)
401.00/401.09	c   avg switch length:      15.99
401.00/401.09	c   switching time   :     124.11
401.00/401.09	c Solution           :
401.00/401.09	c   Solutions found  :         21 (21 improvements)
401.00/401.09	c   First Solution   : +6.09000000000000e+02   (in run 1, after 17646 nodes, 2.30 seconds, depth 117, found by <relaxation>)
401.00/401.09	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 833080 nodes, 392.14 seconds, depth 54, found by <relaxation>)
401.00/401.09	c   Dual Bound       : +2.00000000000000e+00
401.00/401.09	c   Gap              :       0.00 %
401.00/401.09	c   Root Dual Bound  : +0.00000000000000e+00
401.00/401.09	c   Root Iterations  :          0
401.10/401.11	c Time complete: 401.11.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693885-1277896431/watcher-2693885-1277896431 -o /tmp/evaluation-result-2693885-1277896431/solver-2693885-1277896431 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693885-1277896431.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: 1.97 2.05 2.01 4/196 10524
/proc/meminfo: memFree=31420424/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=8256 CPUtime=0
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 130941118 8454144 1468 4089446400 4194304 7136930 140736001530752 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10524/statm: 2064 1468 275 719 0 1343 0

[startup+0.037618 s]
/proc/loadavg: 1.97 2.05 2.01 4/196 10524
/proc/meminfo: memFree=31420424/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=12108 CPUtime=0.03
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 4531 0 0 0 3 0 0 0 25 0 1 0 130941118 12398592 2302 4089446400 4194304 7136930 140736001530752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 3027 2302 395 719 0 2306 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12108

[startup+0.100581 s]
/proc/loadavg: 1.97 2.05 2.01 4/196 10524
/proc/meminfo: memFree=31420424/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=12956 CPUtime=0.09
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 4751 0 0 0 8 1 0 0 25 0 1 0 130941118 13266944 2522 4089446400 4194304 7136930 140736001530752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 3239 2522 395 719 0 2518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12956

[startup+0.300548 s]
/proc/loadavg: 1.97 2.05 2.01 4/196 10524
/proc/meminfo: memFree=31420424/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=15000 CPUtime=0.29
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 5287 0 0 0 26 3 0 0 25 0 1 0 130941118 15360000 3058 4089446400 4194304 7136930 140736001530752 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 3750 3058 395 719 0 3029 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15000

[startup+0.700479 s]
/proc/loadavg: 1.97 2.05 2.01 4/196 10524
/proc/meminfo: memFree=31420424/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=18252 CPUtime=0.69
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 6080 0 0 0 64 5 0 0 25 0 1 0 130941118 18690048 3851 4089446400 4194304 7136930 140736001530752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 4563 3851 395 719 0 3842 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18252

[startup+1.50035 s]
/proc/loadavg: 1.97 2.05 2.01 3/197 10526
/proc/meminfo: memFree=31405412/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=22156 CPUtime=1.49
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 7086 0 0 0 139 10 0 0 25 0 1 0 130941118 22687744 4857 4089446400 4194304 7136930 140736001530752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 5539 4857 395 719 0 4818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22156

[startup+3.10106 s]
/proc/loadavg: 1.97 2.05 2.01 3/197 10526
/proc/meminfo: memFree=31399708/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=27224 CPUtime=3.09
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 8369 0 0 0 291 18 0 0 25 0 1 0 130941118 27877376 6140 4089446400 4194304 7136930 140736001530752 18446744073709551615 6166544 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 6806 6140 395 719 0 6085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27224

[startup+6.30049 s]
/proc/loadavg: 1.98 2.05 2.00 3/197 10526
/proc/meminfo: memFree=31389388/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=36944 CPUtime=6.3
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 10791 0 0 0 599 31 0 0 25 0 1 0 130941118 37830656 8562 4089446400 4194304 7136930 140736001530752 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 9236 8562 395 719 0 8515 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 36944

[startup+12.7004 s]
/proc/loadavg: 1.98 2.05 2.00 3/197 10526
/proc/meminfo: memFree=31376860/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=49992 CPUtime=12.69
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 14068 0 0 0 1222 47 0 0 25 0 1 0 130941118 51191808 11839 4089446400 4194304 7136930 140736001530752 18446744073709551615 4220842 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 12498 11839 395 719 0 11777 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49992

[startup+25.5001 s]
/proc/loadavg: 1.98 2.04 2.00 3/197 10527
/proc/meminfo: memFree=31360892/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=65468 CPUtime=25.49
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 17968 0 0 0 2468 81 0 0 25 0 1 0 130941118 67039232 15739 4089446400 4194304 7136930 140736001530752 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 16367 15739 396 719 0 15646 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65468

[startup+51.1006 s]
/proc/loadavg: 1.99 2.04 2.00 3/197 10527
/proc/meminfo: memFree=31333320/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=87060 CPUtime=51.09
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 23255 0 0 0 4986 123 0 0 25 0 1 0 130941118 89149440 21026 4089446400 4194304 7136930 140736001530752 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 21765 21026 396 719 0 21044 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87060

[startup+102.307 s]
/proc/loadavg: 1.99 2.03 2.00 3/197 10529
/proc/meminfo: memFree=31306868/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=113080 CPUtime=102.3
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 29332 0 0 0 10014 216 0 0 25 0 1 0 130941118 115793920 27103 4089446400 4194304 7136930 140736001530752 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 28270 27103 396 719 0 27549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 113080

[startup+162.301 s]
/proc/loadavg: 1.99 2.02 2.00 3/197 10530
/proc/meminfo: memFree=31295296/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=115356 CPUtime=162.29
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 29765 0 0 0 15945 284 0 0 25 0 1 0 130941118 118124544 27536 4089446400 4194304 7136930 140736001530752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 28839 27536 396 719 0 28118 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 115356

[startup+222.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/197 10531
/proc/meminfo: memFree=31216128/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=176868 CPUtime=222.29
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 45514 0 0 0 21773 456 0 0 25 0 1 0 130941118 181112832 43285 4089446400 4194304 7136930 140736001530752 18446744073709551615 4923471 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 44217 43285 398 719 0 43496 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 176868

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/197 10533
/proc/meminfo: memFree=31193512/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=182172 CPUtime=282.3
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 46797 0 0 0 27702 528 0 0 25 0 1 0 130941118 186544128 44568 4089446400 4194304 7136930 140736001530752 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 45543 44568 398 719 0 44822 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182172

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 10535
/proc/meminfo: memFree=31135680/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=234176 CPUtime=342.3
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 58827 0 0 0 33505 725 0 0 25 0 1 0 130941118 239796224 56598 4089446400 4194304 7136930 140736001530752 18446744073709551615 4977160 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 58544 56598 398 719 0 57823 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 234176

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

[startup+358.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 10535
/proc/meminfo: memFree=31126356/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=240776 CPUtime=358.3
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 60477 0 0 0 35067 763 0 0 25 0 1 0 130941118 246554624 58248 4089446400 4194304 7136930 140736001530752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 60194 58248 398 719 0 59473 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 240776

[startup+383.906 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 10536
/proc/meminfo: memFree=31114428/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=243852 CPUtime=383.91
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 61218 0 0 0 37569 822 0 0 25 0 1 0 130941118 249704448 58989 4089446400 4194304 7136930 140736001530752 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 60963 58989 398 719 0 60242 0
Current children cumulated CPU time (s) 383.91
Current children cumulated vsize (KiB) 243852

[startup+390.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 10537
/proc/meminfo: memFree=31111080/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=244060 CPUtime=390.3
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 61271 0 0 0 38196 834 0 0 25 0 1 0 130941118 249917440 59042 4089446400 4194304 7136930 140736001530752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 61015 59042 398 719 0 60294 0
Current children cumulated CPU time (s) 390.3
Current children cumulated vsize (KiB) 244060

[startup+396.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 10537
/proc/meminfo: memFree=31108716/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=244060 CPUtime=396.7
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 61272 0 0 0 38822 848 0 0 25 0 1 0 130941118 249917440 59043 4089446400 4194304 7136930 140736001530752 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 61015 59043 398 719 0 60294 0
Current children cumulated CPU time (s) 396.7
Current children cumulated vsize (KiB) 244060

[startup+398.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 10537
/proc/meminfo: memFree=31108592/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=244060 CPUtime=398.3
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 61296 0 0 0 38979 851 0 0 25 0 1 0 130941118 249917440 59067 4089446400 4194304 7136930 140736001530752 18446744073709551615 4208861 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 61015 59067 398 719 0 60294 0
Current children cumulated CPU time (s) 398.3
Current children cumulated vsize (KiB) 244060

[startup+399.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 10537
/proc/meminfo: memFree=31108592/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=244060 CPUtime=399.9
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 61296 0 0 0 39136 854 0 0 25 0 1 0 130941118 249917440 59067 4089446400 4194304 7136930 140736001530752 18446744073709551615 4210526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 61015 59067 398 719 0 60294 0
Current children cumulated CPU time (s) 399.9
Current children cumulated vsize (KiB) 244060

[startup+400.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 10537
/proc/meminfo: memFree=31108592/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=244060 CPUtime=400.7
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 61296 0 0 0 39215 855 0 0 25 0 1 0 130941118 249917440 59067 4089446400 4194304 7136930 140736001530752 18446744073709551615 6122353 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10524/statm: 61015 59067 398 719 0 60294 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 244060

[startup+401.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 10537
/proc/meminfo: memFree=31108592/32951124 swapFree=67111528/67111528
[pid=10524] ppid=10522 vsize=219804 CPUtime=401.1
/proc/10524/stat : 10524 (pbscip.linux.x8) R 10522 10524 8499 0 -1 4202496 61301 0 0 0 39254 856 0 0 25 0 1 0 130941118 225079296 53010 4089446400 4194304 7136930 140736001530752 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10524/statm: 54951 53010 403 719 0 54230 0
Current children cumulated CPU time (s) 401.1
Current children cumulated vsize (KiB) 219804

Child status: 0
Real time (s): 401.112
CPU time (s): 401.122
CPU user time (s): 392.554
CPU system time (s): 8.5677
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 244060

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

runsolver used 0.542917 second user time and 1.2908 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 13:13:51
IDJOB=2693885
IDBENCH=78783
IDSOLVER=1206
FILE ID=node103/2693885-1277896431
PBS_JOBID= 11197147
Free space on /tmp= 74212 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.1110967142--soft-33-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-2693885-1277896431/watcher-2693885-1277896431 -o /tmp/evaluation-result-2693885-1277896431/solver-2693885-1277896431 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693885-1277896431.wbo -t 1800 -m 3800

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

MD5SUM BENCH= fa579923f1914e3dd4bd69a6764b2913
RANDOM SEED=1004420749

node103.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.817
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.817
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.75
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.817
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.74
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.817
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.817
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.75
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.817
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:      31420952 kB
Buffers:        178700 kB
Cached:         902628 kB
SwapCached:          0 kB
Active:         766108 kB
Inactive:       624064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31420952 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3260 kB
Writeback:           0 kB
AnonPages:      308380 kB
Mapped:          20236 kB
Slab:            77216 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654384 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= 74208 MiB
End job on node103 at 2010-06-30 13:20:32