Trace number 2694108

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 990.815 990.788

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-0-100-0.wbo
MD5SUM52205e5ac27ea87ed13cfdddd0302b33
Bench CategorySOFT-SMALLINT-LIN (only soft 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.339947
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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-2694108-1277923302.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 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	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
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, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.49/1.59	c   1.4s| 10000 |  6693 |     0 |   0.0 |7965k| 191 |   - | 371 |5392 |   0 |   0 |   0 |9085 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.79/1.87	o 750
1.79/1.87	c * 1.6s| 15780 | 11929 |     0 |   0.0 |9403k| 223 |   - | 371 |4735 |   0 |   0 |   0 |9105 |   0 | 0.000000e+00 | 7.500000e+02 |    Inf 
2.69/2.70	c   2.3s| 20000 | 14367 |     0 |   0.0 |  11M| 223 |   - | 371 |5155 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 7.500000e+02 |    Inf 
5.50/5.56	c   4.9s| 30000 | 18387 |     0 |   0.0 |  17M| 223 |   - | 371 |  10k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 7.500000e+02 |    Inf 
8.89/8.91	o 606
8.89/8.91	c * 8.0s| 38746 | 20344 |     0 |   0.0 |  21M| 223 |   - | 371 |  11k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 6.060000e+02 |    Inf 
8.99/9.00	c   8.1s| 40000 | 21586 |     0 |   0.0 |  20M| 223 |   - | 371 |9165 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 6.060000e+02 |    Inf 
9.49/9.53	c   8.4s| 50000 | 31542 |     0 |   0.0 |  21M| 223 |   - | 371 | 699 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 6.060000e+02 |    Inf 
9.59/9.69	o 263
9.59/9.69	c * 8.5s| 53336 | 31075 |     0 |   0.0 |  21M| 223 |   - | 371 | 671 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 2.630000e+02 |    Inf 
9.99/10.06	c   8.8s| 60000 | 37534 |     0 |   0.0 |  23M| 223 |   - | 371 | 754 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 2.630000e+02 |    Inf 
10.59/10.62	o 247
10.59/10.62	c * 9.1s| 69273 | 46184 |     0 |   0.0 |  26M| 223 |   - | 371 |1056 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
10.59/10.66	c   9.2s| 70000 | 46875 |     0 |   0.0 |  27M| 223 |   - | 371 |1083 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
11.29/11.34	c   9.6s| 80000 | 56244 |     0 |   0.0 |  31M| 223 |   - | 371 |1442 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 2.470000e+02 |    Inf 
11.49/11.55	o 55
11.49/11.55	c * 9.8s| 82908 | 38591 |     0 |   0.0 |  24M| 223 |   - | 371 |1649 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 5.500000e+01 |    Inf 
11.49/11.58	o 11
11.49/11.58	c * 9.8s| 83081 | 32758 |     0 |   0.0 |  22M| 223 |   - | 371 |1668 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
13.09/13.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.09/13.14	c  11.2s| 90000 | 35324 |     0 |   0.0 |  28M| 223 |   - | 371 |6106 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
17.09/17.10	c  14.9s|100000 | 37859 |     0 |   0.0 |  34M| 223 |   - | 371 |  13k|   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
23.10/23.14	c  20.6s|110000 | 38785 |     0 |   0.0 |  39M| 223 |   - | 371 |  19k|   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
31.09/31.11	c  28.3s|120000 | 38699 |     0 |   0.0 |  43M| 223 |   - | 371 |  26k|   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
36.19/36.27	c  33.2s|130000 | 43384 |     0 |   0.0 |  41M| 223 |   - | 371 |8468 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
39.99/40.00	c  36.7s|140000 | 47267 |     0 |   0.0 |  46M| 223 |   - | 371 |8874 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
46.09/46.20	c  42.5s|150000 | 46836 |     0 |   0.0 |  52M| 223 |   - | 371 |  11k|   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
53.99/54.05	c  49.9s|160000 | 40802 |     0 |   0.0 |  52M| 223 |   - | 371 |  11k|   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
56.60/56.68	c  52.3s|170000 | 47474 |     0 |   0.0 |  56M| 223 |   - | 371 |8485 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
59.59/59.64	c  55.0s|180000 | 53099 |     0 |   0.0 |  61M| 223 |   - | 371 |  10k|   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
66.20/66.26	c  61.2s|190000 | 52239 |     0 |   0.0 |  66M| 223 |   - | 371 |  20k|   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
78.10/78.17	c  72.8s|200000 | 49187 |     0 |   0.0 |  67M| 223 |   - | 371 |  29k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
91.09/91.15	c  85.5s|210000 | 48771 |     0 |   0.0 |  64M| 223 |   - | 371 |  24k|   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
96.59/96.65	c  90.7s|220000 | 54331 |     0 |   0.0 |  65M| 223 |   - | 371 |  17k|   0 |   0 |   0 | 300k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
101.30/101.37	c  95.2s|230000 | 59455 |     0 |   0.0 |  69M| 223 |   - | 371 |  15k|   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
106.30/106.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.30/106.37	c  99.9s|240000 | 64129 |     0 |   0.0 |  72M| 223 |   - | 371 |  16k|   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
112.29/112.39	c   106s|250000 | 67720 |     0 |   0.0 |  76M| 223 |   - | 371 |  18k|   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
119.99/120.00	c   113s|260000 | 70183 |     0 |   0.0 |  80M| 223 |   - | 371 |  21k|   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
130.30/130.37	c   123s|270000 | 70255 |     0 |   0.0 |  83M| 223 |   - | 371 |  26k|   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
138.20/138.21	c   130s|280000 | 74148 |     0 |   0.0 |  82M| 223 |   - | 371 |  19k|   0 |   0 |   0 | 399k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
143.80/143.85	c   136s|290000 | 78980 |     0 |   0.0 |  86M| 223 |   - | 371 |  18k|   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
151.29/151.33	c   143s|300000 | 81637 |     0 |   0.0 |  90M| 223 |   - | 371 |  19k|   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
156.20/156.27	c   148s|310000 | 87546 |     0 |   0.0 |  94M| 223 |   - | 371 |  20k|   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
161.60/161.67	c   153s|320000 | 92645 |     0 |   0.0 |  99M| 223 |   - | 371 |  22k|   0 |   0 |   0 | 459k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
167.70/167.70	c   159s|330000 | 97238 |     0 |   0.0 | 103M| 223 |   - | 371 |  22k|   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
174.80/174.87	c   165s|340000 |100379 |     0 |   0.0 | 108M| 223 |   - | 371 |  25k|   0 |   0 |   0 | 494k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
182.10/182.14	c   172s|350000 |104351 |     0 |   0.0 | 111M| 223 |   - | 371 |  24k|   0 |   0 |   0 | 511k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
188.59/188.69	c   179s|360000 |108345 |     0 |   0.0 | 113M| 223 |   - | 371 |  17k|   0 |   0 |   0 | 526k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
197.20/197.22	c   187s|370000 |107696 |     0 |   0.0 | 112M| 223 |   - | 371 |  24k|   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
208.70/208.78	c   198s|380000 |107853 |     0 |   0.0 | 111M| 223 |   - | 371 |  26k|   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
221.60/221.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.60/221.68	c   211s|390000 |108285 |     0 |   0.0 | 112M| 223 |   - | 371 |  26k|   0 |   0 |   0 | 594k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
234.90/234.98	c   224s|400000 |108378 |     0 |   0.0 | 114M| 223 |   - | 371 |  25k|   0 |   0 |   0 | 616k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
248.61/248.69	c   237s|410000 |108057 |     0 |   0.0 | 117M| 223 |   - | 371 |  26k|   0 |   0 |   0 | 639k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
262.10/262.15	c   250s|420000 |108034 |     0 |   0.0 | 120M| 223 |   - | 371 |  28k|   0 |   0 |   0 | 661k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
277.11/277.18	c   265s|430000 |107741 |     0 |   0.0 | 123M| 223 |   - | 371 |  31k|   0 |   0 |   0 | 685k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
294.40/294.42	c   282s|440000 |106796 |     0 |   0.0 | 125M| 223 |   - | 371 |  34k|   0 |   0 |   0 | 708k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
313.80/313.89	c   301s|450000 |105083 |     0 |   0.0 | 124M| 223 |   - | 371 |  36k|   0 |   0 |   0 | 732k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
323.50/323.50	c   310s|460000 |110241 |     0 |   0.0 | 125M| 223 |   - | 371 |  26k|   0 |   0 |   0 | 747k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
331.70/331.73	c   318s|470000 |114552 |     0 |   0.0 | 128M| 223 |   - | 371 |  24k|   0 |   0 |   0 | 762k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
336.10/336.14	o 10
336.10/336.14	c * 322s|475907 |114504 |     0 |   0.0 | 128M| 223 |   - | 371 |  25k|   0 |   0 |   0 | 772k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
339.40/339.47	c   326s|480000 |116180 |     0 |   0.0 | 130M| 223 |   - | 371 |  24k|   0 |   0 |   0 | 778k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
347.90/347.95	c   334s|490000 |119736 |     0 |   0.0 | 134M| 223 |   - | 371 |  27k|   0 |   0 |   0 | 795k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
358.80/358.80	c   344s|500000 |122128 |     0 |   0.0 | 138M| 223 |   - | 371 |  31k|   0 |   0 |   0 | 814k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
373.00/373.05	c   358s|510000 |123324 |     0 |   0.0 | 140M| 223 |   - | 371 |  30k|   0 |   0 |   0 | 836k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
383.00/383.01	c   368s|520000 |127030 |     0 |   0.0 | 143M| 223 |   - | 371 |  29k|   0 |   0 |   0 | 853k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
391.80/391.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.80/391.88	c   376s|530000 |130891 |     0 |   0.0 | 147M| 223 |   - | 371 |  31k|   0 |   0 |   0 | 870k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
401.50/401.56	c   386s|540000 |134350 |     0 |   0.0 | 152M| 223 |   - | 371 |  34k|   0 |   0 |   0 | 888k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
411.41/411.42	c   395s|550000 |138017 |     0 |   0.0 | 157M| 223 |   - | 371 |  36k|   0 |   0 |   0 | 905k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
422.00/422.08	c   406s|560000 |141535 |     0 |   0.0 | 161M| 223 |   - | 371 |  38k|   0 |   0 |   0 | 922k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
434.70/434.75	c   418s|570000 |143893 |     0 |   0.0 | 165M| 223 |   - | 371 |  38k|   0 |   0 |   0 | 942k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
448.31/448.37	c   431s|580000 |145869 |     0 |   0.0 | 168M| 223 |   - | 371 |  38k|   0 |   0 |   0 | 963k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
463.50/463.59	c   446s|590000 |146650 |     0 |   0.0 | 171M| 223 |   - | 371 |  41k|   0 |   0 |   0 | 987k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
479.21/479.22	c   462s|600000 |148230 |     0 |   0.0 | 172M| 223 |   - | 371 |  35k|   0 |   0 |   0 |1007k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
491.90/491.97	c   474s|610000 |150139 |     0 |   0.0 | 176M| 223 |   - | 371 |  36k|   0 |   0 |   0 |1028k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
507.01/507.06	c   489s|620000 |150821 |     0 |   0.0 | 177M| 223 |   - | 371 |  34k|   0 |   0 |   0 |1051k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
516.81/516.81	c   498s|630000 |155398 |     0 |   0.0 | 178M| 223 |   - | 371 |  23k|   0 |   0 |   0 |1064k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
526.70/526.72	c   508s|640000 |156912 |     0 |   0.0 | 182M| 223 |   - | 371 |  26k|   0 |   0 |   0 |1084k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
529.60/529.66	o 8
529.60/529.66	c * 511s|642365 |137659 |     0 |   0.0 | 162M| 223 |   - | 371 |  28k|   0 |   0 |   0 |1090k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
540.21/540.25	c   521s|650000 |137628 |     0 |   0.0 | 163M| 223 |   - | 371 |  29k|   0 |   0 |   0 |1107k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
551.01/551.06	c   532s|660000 |138457 |     0 |   0.0 | 161M| 223 |   - | 371 |  19k|   0 |   0 |   0 |1128k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
568.20/568.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
568.20/568.28	c   548s|670000 |127432 |     0 |   0.0 | 147M| 223 |   - | 371 |  11k|   0 |   0 |   0 |1159k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
576.21/576.26	c   556s|680000 |124508 |     0 |   0.0 | 140M| 223 |   - | 371 |  10k|   0 |   0 |   0 |1184k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
584.31/584.34	c   564s|690000 |124455 |     0 |   0.0 | 142M| 223 |   - | 371 |  14k|   0 |   0 |   0 |1207k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
595.01/595.00	c   574s|700000 |123012 |     0 |   0.0 | 144M| 223 |   - | 371 |  17k|   0 |   0 |   0 |1231k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
608.41/608.42	c   587s|710000 |120783 |     0 |   0.0 | 145M| 223 |   - | 371 |  20k|   0 |   0 |   0 |1255k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
614.91/614.92	o 3
614.91/614.92	c * 593s|714115 | 87091 |     0 |   0.0 | 109M| 223 |   - | 371 |  23k|   0 |   0 |   0 |1266k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
626.81/626.82	c   605s|720000 | 83923 |     0 |   0.0 | 109M| 223 |   - | 371 |  25k|   0 |   0 |   0 |1281k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
648.41/648.43	c   626s|730000 | 79778 |     0 |   0.0 | 108M| 223 |   - | 371 |  28k|   0 |   0 |   0 |1309k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
670.21/670.29	c   648s|740000 | 75833 |     0 |   0.0 | 110M| 223 |   - | 371 |  32k|   0 |   0 |   0 |1339k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
693.81/693.84	c   671s|750000 | 72706 |     0 |   0.0 | 112M| 223 |   - | 371 |  35k|   0 |   0 |   0 |1369k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
719.82/719.86	c   697s|760000 | 68721 |     0 |   0.0 | 113M| 223 |   - | 371 |  38k|   0 |   0 |   0 |1399k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
747.51/747.56	c   724s|770000 | 64870 |     0 |   0.0 | 113M| 223 |   - | 371 |  41k|   0 |   0 |   0 |1428k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
779.81/779.89	c   756s|780000 | 59954 |     0 |   0.0 | 112M| 223 |   - | 371 |  43k|   0 |   0 |   0 |1459k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
815.72/815.70	c   791s|790000 | 54054 |     0 |   0.0 | 108M| 223 |   - | 371 |  45k|   0 |   0 |   0 |1490k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
842.91/842.95	c   818s|800000 | 50969 |     0 |   0.0 | 108M| 223 |   - | 371 |  45k|   0 |   0 |   0 |1518k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
874.91/874.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
874.91/874.93	c   850s|810000 | 46425 |     0 |   0.0 | 106M| 223 |   - | 371 |  48k|   0 |   0 |   0 |1547k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
913.52/913.50	c   888s|820000 | 40693 |     0 |   0.0 |  97M| 223 |   - | 371 |  33k|   0 |   0 |   0 |1575k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
942.92/942.91	c   917s|830000 | 33690 |     0 |   0.0 |  91M| 223 |   - | 371 |  45k|   0 |   0 |   0 |1611k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
986.72/986.78	c   960s|840000 | 26427 |     0 |   0.0 |  85M| 223 |   - | 371 |  55k|   0 |   0 |   0 |1645k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
990.72/990.70	o 2
990.72/990.70	c * 964s|840773 |     0 |     0 |   0.0 |  26M| 223 |   - | 371 |  56k|   0 |   0 |   0 |1648k|   0 | 2.000000e+00 | 2.000000e+00 |   0.00%
990.72/990.71	c 
990.72/990.71	c SCIP Status        : problem is solved [optimal solution found]
990.72/990.71	c Solving Time (sec) : 964.13
990.72/990.71	c Solving Nodes      : 840773
990.72/990.71	c Primal Bound       : +2.00000000000000e+00 (13 solutions)
990.72/990.71	c Dual Bound         : +2.00000000000000e+00
990.72/990.71	c Gap                : 0.00 %
990.72/990.71	s OPTIMUM FOUND
990.72/990.71	v -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
990.72/990.71	v -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 
990.72/990.71	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
990.72/990.71	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 
990.72/990.71	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 
990.72/990.71	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 
990.72/990.71	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 
990.72/990.71	v -x4 -x3 -x2 -x1 
990.72/990.71	c SCIP Status        : problem is solved [optimal solution found]
990.72/990.71	c Solving Time       :     964.13
990.72/990.71	c Original Problem   :
990.72/990.71	c   Problem name     : HOME/instance-2694108-1277923302.wbo
990.72/990.71	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
990.72/990.71	c   Constraints      : 203 initial, 203 maximal
990.72/990.71	c Presolved Problem  :
990.72/990.71	c   Problem name     : t_HOME/instance-2694108-1277923302.wbo
990.72/990.71	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
990.72/990.71	c   Constraints      : 202 initial, 56439 maximal
990.72/990.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
990.72/990.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   probing          :       0.01          0          0          0          0          0          0          0          0
990.72/990.71	c   indicator        :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   linear           :       0.00          0          0          0        101          0          1          0          0
990.72/990.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
990.72/990.71	c   root node        :          -          0          -          -          0          -          -          -          -
990.72/990.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
990.72/990.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
990.72/990.71	c   indicator        :        101          0    2149875          0     499600        207     317578          0          0          0
990.72/990.71	c   linear           :        101          0    2547622          0     573740     353021   14259016          0          0          0
990.72/990.71	c   logicor          :          0+         0    1238226          0          0      42416     678198          0          0          0
990.72/990.71	c   bounddisjunction :          0+         0      34225          0          0          0          7          0          0          0
990.72/990.71	c   countsols        :          0          0          0          0     573749          0          0          0          0          0
990.72/990.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
990.72/990.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
990.72/990.71	c   indicator        :       0.47       0.00       0.27       0.00       0.20
990.72/990.71	c   linear           :      81.84       0.00      81.82       0.00       0.02
990.72/990.71	c   logicor          :     447.81       0.00     447.81       0.00       0.00
990.72/990.71	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
990.72/990.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
990.72/990.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
990.72/990.71	c   vbounds          :       0.00          2          0          0
990.72/990.71	c   rootredcost      :       0.00          0          0          0
990.72/990.71	c   pseudoobj        :       5.67    2547806        162     289972
990.72/990.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
990.72/990.71	c   propagation      :      27.21     395599     395588    2117236       27.9     322477       14.3          -
990.72/990.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
990.72/990.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
990.72/990.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
990.72/990.71	c   pseudo solution  :       0.00         14         14         74       36.9         27       13.0          -
990.72/990.71	c   applied globally :          -          -          -    1616986       18.2          -          -          -
990.72/990.71	c   applied locally  :          -          -          -      31423       38.1          -          -          -
990.72/990.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
990.72/990.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
990.72/990.71	c   redcost          :       0.00          0          0          0          0          0
990.72/990.71	c   impliedbounds    :       0.00          0          0          0          0          0
990.72/990.71	c   intobj           :       0.00          0          0          0          0          0
990.72/990.71	c   cgmip            :       0.00          0          0          0          0          0
990.72/990.71	c   gomory           :       0.00          0          0          0          0          0
990.72/990.71	c   strongcg         :       0.00          0          0          0          0          0
990.72/990.71	c   cmir             :       0.00          0          0          0          0          0
990.72/990.71	c   flowcover        :       0.00          0          0          0          0          0
990.72/990.71	c   clique           :       0.00          0          0          0          0          0
990.72/990.71	c   zerohalf         :       0.00          0          0          0          0          0
990.72/990.71	c   mcf              :       0.00          0          0          0          0          0
990.72/990.71	c   rapidlearning    :       0.00          0          0          0          0          0
990.72/990.71	c Pricers            :       Time      Calls       Vars
990.72/990.71	c   problem variables:       0.00          0          0
990.72/990.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
990.72/990.71	c   relpscost        :       0.00          0          0          0          0          0          0
990.72/990.71	c   pscost           :       0.00          0          0          0          0          0          0
990.72/990.71	c   inference        :       3.42     573739          0          0          0          0    1147478
990.72/990.71	c   mostinf          :       0.00          0          0          0          0          0          0
990.72/990.71	c   leastinf         :       0.00          0          0          0          0          0          0
990.72/990.71	c   fullstrong       :       0.00          0          0          0          0          0          0
990.72/990.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
990.72/990.71	c   random           :       0.00          0          0          0          0          0          0
990.72/990.71	c Primal Heuristics  :       Time      Calls      Found
990.72/990.71	c   LP solutions     :       0.00          -          0
990.72/990.71	c   pseudo solutions :       0.23          -         10
990.72/990.71	c   oneopt           :       0.04          0          0
990.72/990.71	c   trivial          :       0.00          2          2
990.72/990.71	c   simplerounding   :       0.00          0          0
990.72/990.71	c   zirounding       :       0.00          0          0
990.72/990.71	c   rounding         :       0.00          0          0
990.72/990.71	c   shifting         :       0.00          0          0
990.72/990.71	c   intshifting      :       0.00          0          0
990.72/990.71	c   twoopt           :       0.00          0          0
990.72/990.71	c   fixandinfer      :       0.00          0          0
990.72/990.71	c   feaspump         :       0.00          0          0
990.72/990.71	c   coefdiving       :       0.00          0          0
990.72/990.71	c   pscostdiving     :       0.00          0          0
990.72/990.71	c   fracdiving       :       0.00          0          0
990.72/990.71	c   veclendiving     :       0.00          0          0
990.72/990.71	c   intdiving        :       0.00          0          0
990.72/990.71	c   actconsdiving    :       0.00          0          0
990.72/990.71	c   objpscostdiving  :       0.00          0          0
990.72/990.71	c   rootsoldiving    :       0.00          0          0
990.72/990.71	c   linesearchdiving :       0.00          0          0
990.72/990.71	c   guideddiving     :       0.00          0          0
990.72/990.71	c   octane           :       0.00          0          0
990.72/990.71	c   rens             :       0.00          0          0
990.72/990.71	c   rins             :       0.00          0          0
990.72/990.71	c   localbranching   :       0.00          0          0
990.72/990.71	c   mutation         :       0.00          0          0
990.72/990.71	c   crossover        :       0.00          0          0
990.72/990.71	c   dins             :       0.00          0          0
990.72/990.71	c   undercover       :       0.00          0          0
990.72/990.71	c   nlp              :       0.00          0          0
990.72/990.71	c   trysol           :       0.00          1          1
990.72/990.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
990.72/990.71	c   primal LP        :       0.00          0          0       0.00          -
990.72/990.71	c   dual LP          :       0.00          0          0       0.00          -
990.72/990.71	c   lex dual LP      :       0.00          0          0       0.00          -
990.72/990.71	c   barrier LP       :       0.00          0          0       0.00          -
990.72/990.71	c   diving/probing LP:       0.00          0          0       0.00          -
990.72/990.71	c   strong branching :       0.00          0          0       0.00          -
990.72/990.71	c     (at root node) :          -          0          0       0.00          -
990.72/990.71	c   conflict analysis:       0.00          0          0       0.00          -
990.72/990.71	c B&B Tree           :
990.72/990.71	c   number of runs   :          1
990.72/990.71	c   nodes            :     840773
990.72/990.71	c   nodes (total)    :     840773
990.72/990.71	c   nodes left       :          0
990.72/990.71	c   max depth        :        223
990.72/990.71	c   max depth (total):        223
990.72/990.71	c   backtracks       :     291453 (34.7%)
990.72/990.71	c   delayed cutoffs  :     195306
990.72/990.71	c   repropagations   :     931586 (4621779 domain reductions, 128796 cutoffs)
990.72/990.71	c   avg switch length:      19.72
990.72/990.71	c   switching time   :     310.17
990.72/990.71	c Solution           :
990.72/990.71	c   Solutions found  :         13 (11 improvements)
990.72/990.71	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
990.72/990.71	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 840773 nodes, 964.02 seconds, depth 75, found by <relaxation>)
990.72/990.71	c   Dual Bound       : +2.00000000000000e+00
990.72/990.71	c   Gap              :       0.00 %
990.72/990.71	c   Root Dual Bound  : +0.00000000000000e+00
990.72/990.71	c   Root Iterations  :          0
990.72/990.78	c Time complete: 990.8.

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-2694108-1277923302/watcher-2694108-1277923302 -o /tmp/evaluation-result-2694108-1277923302/solver-2694108-1277923302 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694108-1277923302.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.22 2.07 2.02 4/178 16214
/proc/meminfo: memFree=28648696/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=8440 CPUtime=0
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 1585 0 0 0 0 0 0 0 22 0 1 0 133625350 8642560 1508 4089446400 4194304 7136930 140737452588000 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16214/statm: 2110 1508 275 719 0 1389 0

[startup+0.034806 s]
/proc/loadavg: 2.22 2.07 2.02 4/178 16214
/proc/meminfo: memFree=28648696/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=12712 CPUtime=0.02
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 3132 0 0 0 2 0 0 0 25 0 1 0 133625350 13017088 2445 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 3178 2446 390 719 0 2457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12712

[startup+0.100793 s]
/proc/loadavg: 2.22 2.07 2.02 4/178 16214
/proc/meminfo: memFree=28648696/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=13756 CPUtime=0.09
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 3414 0 0 0 8 1 0 0 25 0 1 0 133625350 14086144 2727 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 3439 2727 390 719 0 2718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13756

[startup+0.300763 s]
/proc/loadavg: 2.22 2.07 2.02 4/178 16214
/proc/meminfo: memFree=28648696/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=16436 CPUtime=0.29
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 4074 0 0 0 25 4 0 0 25 0 1 0 133625350 16830464 3387 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 4109 3387 390 719 0 3388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16436

[startup+0.700708 s]
/proc/loadavg: 2.22 2.07 2.02 4/178 16214
/proc/meminfo: memFree=28648696/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=19144 CPUtime=0.69
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 4751 0 0 0 61 8 0 0 25 0 1 0 133625350 19603456 4064 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 4786 4064 390 719 0 4065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19144

[startup+1.50057 s]
/proc/loadavg: 2.22 2.07 2.02 3/179 16215
/proc/meminfo: memFree=28630832/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=21620 CPUtime=1.49
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 5383 0 0 0 134 15 0 0 25 0 1 0 133625350 22138880 4696 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 5405 4696 390 719 0 4684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21620

[startup+3.10028 s]
/proc/loadavg: 2.20 2.07 2.02 3/179 16215
/proc/meminfo: memFree=28622100/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=28012 CPUtime=3.09
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 7010 0 0 0 265 44 0 0 25 0 1 0 133625350 28684288 6323 4089446400 4194304 7136930 140737452588000 18446744073709551615 5000293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 7003 6323 390 719 0 6282 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28012

[startup+6.30068 s]
/proc/loadavg: 2.20 2.07 2.02 3/179 16215
/proc/meminfo: memFree=28610660/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=35680 CPUtime=6.29
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 8932 0 0 0 558 71 0 0 25 0 1 0 133625350 36536320 8245 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 8920 8245 390 719 0 8199 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35680

[startup+12.7005 s]
/proc/loadavg: 2.17 2.07 2.02 3/179 16215
/proc/meminfo: memFree=28579308/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=55628 CPUtime=12.69
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 14008 0 0 0 1077 192 0 0 25 0 1 0 133625350 56963072 13321 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 13907 13321 393 719 0 13186 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55628

[startup+25.5003 s]
/proc/loadavg: 2.15 2.06 2.01 3/179 16216
/proc/meminfo: memFree=28552080/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=68056 CPUtime=25.49
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 17019 0 0 0 2289 260 0 0 25 0 1 0 133625350 69689344 16332 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 17014 16332 393 719 0 16293 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68056

[startup+51.1007 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 16216
/proc/meminfo: memFree=28515916/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=85436 CPUtime=51.09
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 21241 0 0 0 4714 395 0 0 25 0 1 0 133625350 87486464 20554 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 21359 20554 393 719 0 20638 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85436

[startup+102.306 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 16218
/proc/meminfo: memFree=28449796/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=109024 CPUtime=102.3
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 27129 0 0 0 9603 627 0 0 25 0 1 0 133625350 111640576 26442 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 27256 26442 393 719 0 26535 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109024

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 16219
/proc/meminfo: memFree=28371744/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=141120 CPUtime=162.29
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 34645 0 0 0 15337 892 0 0 25 0 1 0 133625350 144506880 33958 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 35280 33958 393 719 0 34559 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141120

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 16221
/proc/meminfo: memFree=28292856/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=166980 CPUtime=222.3
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 41094 0 0 0 21128 1102 0 0 25 0 1 0 133625350 170987520 40407 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 41745 40407 393 719 0 41024 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 166980

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 16222
/proc/meminfo: memFree=28239128/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=173740 CPUtime=282.29
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 42710 0 0 0 26979 1250 0 0 25 0 1 0 133625350 177909760 42023 4089446400 4194304 7136930 140737452588000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 43435 42023 393 719 0 42714 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 173740

[startup+342.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/179 16224
/proc/meminfo: memFree=28180316/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=182244 CPUtime=342.3
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 44876 0 0 0 32823 1407 0 0 25 0 1 0 133625350 186617856 44189 4089446400 4194304 7136930 140737452588000 18446744073709551615 4210694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 45561 44189 393 719 0 44840 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182244

[startup+402.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 16226
/proc/meminfo: memFree=28114888/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=203780 CPUtime=402.3
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 50288 0 0 0 38655 1575 0 0 25 0 1 0 133625350 208670720 49601 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 50945 49601 393 719 0 50224 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 203780

[startup+462.301 s]
/proc/loadavg: 1.94 2.01 1.99 3/179 16255
/proc/meminfo: memFree=31024416/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=222000 CPUtime=462.3
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 55026 0 0 0 44505 1725 0 0 25 0 1 0 133625350 227328000 54339 4089446400 4194304 7136930 140737452588000 18446744073709551615 4393390 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 55500 54339 393 719 0 54779 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 222000

[startup+522.301 s]
/proc/loadavg: 2.16 2.04 2.00 3/197 16417
/proc/meminfo: memFree=30998900/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=235996 CPUtime=522.3
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 58580 0 0 0 50370 1860 0 0 25 0 1 0 133625350 241659904 57893 4089446400 4194304 7136930 140737452588000 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 58999 57893 393 719 0 58278 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 235996

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 16446
/proc/meminfo: memFree=31028264/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=237644 CPUtime=582.31
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 58978 0 0 0 56167 2064 0 0 25 0 1 0 133625350 243347456 58291 4089446400 4194304 7136930 140737452588000 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 59411 58291 393 719 0 58690 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 237644

[startup+642.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 16448
/proc/meminfo: memFree=31027948/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=237644 CPUtime=642.31
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 58979 0 0 0 62018 2213 0 0 25 0 1 0 133625350 243347456 58292 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 59411 58292 393 719 0 58690 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 237644

[startup+702.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/197 16495
/proc/meminfo: memFree=30831676/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=237644 CPUtime=702.31
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59017 0 0 0 67923 2308 0 0 25 0 1 0 133625350 243347456 58330 4089446400 4194304 7136930 140737452588000 18446744073709551615 5955642 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 59411 58330 393 719 0 58690 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 237644

[startup+762.306 s]
/proc/loadavg: 2.05 2.04 2.00 3/197 16496
/proc/meminfo: memFree=30797308/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=238952 CPUtime=762.31
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59149 0 0 0 73837 2394 0 0 25 0 1 0 133625350 244686848 58462 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 59738 58462 393 719 0 59017 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 238952

[startup+822.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/197 16498
/proc/meminfo: memFree=30784504/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=239684 CPUtime=822.31
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59286 0 0 0 79766 2465 0 0 25 0 1 0 133625350 245436416 58599 4089446400 4194304 7136930 140737452588000 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 59921 58599 393 719 0 59200 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 239684

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16499
/proc/meminfo: memFree=30776788/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=240736 CPUtime=882.31
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59468 0 0 0 85690 2541 0 0 25 0 1 0 133625350 246513664 58781 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60184 58781 393 719 0 59463 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 240736

[startup+942.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/197 16501
/proc/meminfo: memFree=30759900/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241480 CPUtime=942.32
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59610 0 0 0 91618 2614 0 0 25 0 1 0 133625350 247275520 58923 4089446400 4194304 7136930 140737452588000 18446744073709551615 5001177 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60370 58923 393 719 0 59649 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 241480

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

[startup+947.106 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 16501
/proc/meminfo: memFree=30759032/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241480 CPUtime=947.12
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59611 0 0 0 92092 2620 0 0 25 0 1 0 133625350 247275520 58924 4089446400 4194304 7136930 140737452588000 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60370 58924 393 719 0 59649 0
Current children cumulated CPU time (s) 947.12
Current children cumulated vsize (KiB) 241480

[startup+972.7 s]
/proc/loadavg: 2.05 2.04 2.00 3/197 16502
/proc/meminfo: memFree=30756040/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241784 CPUtime=972.72
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59694 0 0 0 94627 2645 0 0 25 0 1 0 133625350 247586816 59007 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60446 59007 393 719 0 59725 0
Current children cumulated CPU time (s) 972.72
Current children cumulated vsize (KiB) 241784

[startup+979.1 s]
/proc/loadavg: 2.04 2.04 2.00 3/197 16502
/proc/meminfo: memFree=30756036/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241868 CPUtime=979.11
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59696 0 0 0 95261 2650 0 0 25 0 1 0 133625350 247672832 59009 4089446400 4194304 7136930 140737452588000 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60467 59009 393 719 0 59746 0
Current children cumulated CPU time (s) 979.11
Current children cumulated vsize (KiB) 241868

[startup+985.501 s]
/proc/loadavg: 2.04 2.04 2.00 3/197 16502
/proc/meminfo: memFree=30754300/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241868 CPUtime=985.52
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59721 0 0 0 95896 2656 0 0 25 0 1 0 133625350 247672832 59034 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60467 59034 393 719 0 59746 0
Current children cumulated CPU time (s) 985.52
Current children cumulated vsize (KiB) 241868

[startup+988.701 s]
/proc/loadavg: 2.03 2.03 2.00 3/197 16502
/proc/meminfo: memFree=30752564/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241868 CPUtime=988.71
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59722 0 0 0 96213 2658 0 0 25 0 1 0 133625350 247672832 59035 4089446400 4194304 7136930 140737452588000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60467 59035 393 719 0 59746 0
Current children cumulated CPU time (s) 988.71
Current children cumulated vsize (KiB) 241868

[startup+989.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/197 16502
/proc/meminfo: memFree=30752564/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241868 CPUtime=989.52
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59722 0 0 0 96293 2659 0 0 25 0 1 0 133625350 247672832 59035 4089446400 4194304 7136930 140737452588000 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60467 59035 393 719 0 59746 0
Current children cumulated CPU time (s) 989.52
Current children cumulated vsize (KiB) 241868

[startup+990.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/197 16502
/proc/meminfo: memFree=30752440/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=241868 CPUtime=990.32
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59725 0 0 0 96372 2660 0 0 25 0 1 0 133625350 247672832 59038 4089446400 4194304 7136930 140737452588000 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60467 59038 393 719 0 59746 0
Current children cumulated CPU time (s) 990.32
Current children cumulated vsize (KiB) 241868

[startup+990.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/197 16502
/proc/meminfo: memFree=30752440/32951124 swapFree=67111528/67111528
[pid=16214] ppid=16212 vsize=240844 CPUtime=990.72
/proc/16214/stat : 16214 (pbscip.linux.x8) R 16212 16214 14613 0 -1 4202496 59725 0 0 0 96412 2660 0 0 25 0 1 0 133625350 246624256 58782 4089446400 4194304 7136930 140737452588000 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16214/statm: 60211 58782 393 719 0 59490 0
Current children cumulated CPU time (s) 990.72
Current children cumulated vsize (KiB) 240844

Child status: 0
Real time (s): 990.788
CPU time (s): 990.815
CPU user time (s): 964.198
CPU system time (s): 26.617
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 241868

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

runsolver used 1.65775 second user time and 3.2975 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 20:41:42
IDJOB=2694108
IDBENCH=79202
IDSOLVER=1206
FILE ID=node145/2694108-1277923302
PBS_JOBID= 11197268
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111221624--soft-0-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-2694108-1277923302/watcher-2694108-1277923302 -o /tmp/evaluation-result-2694108-1277923302/solver-2694108-1277923302 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694108-1277923302.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 52205e5ac27ea87ed13cfdddd0302b33
RANDOM SEED=1167948185

node145.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.851
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.70
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.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.67
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28649224 kB
Buffers:        206452 kB
Cached:        1268656 kB
SwapCached:          0 kB
Active:        3162436 kB
Inactive:       990032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28649224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3320 kB
Writeback:           0 kB
AnonPages:     2676884 kB
Mapped:          16264 kB
Slab:            80804 kB
PageTables:       9640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2837892 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 node145 at 2010-06-30 20:58:13