Trace number 2694090

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 solver? (exit code) 105.855 105.858

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-0-100-0.wbo
MD5SUMddf92c4c1e045ebe7e849be5501be2d8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.142977
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1215
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-2694090-1277922882.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 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+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.00
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 | 4.943000e+03 |    Inf 
1.69/1.75	c   1.7s| 10000 |  6343 |     0 |   0.0 |8390k| 171 |   - | 371 |5414 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.89/2.95	c   2.8s| 20000 | 14233 |     0 |   0.0 |  12M| 201 |   - | 371 |5419 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.59/5.61	c   5.4s| 30000 | 19017 |     0 |   0.0 |  18M| 201 |   - | 371 |  11k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
9.49/9.55	c   9.2s| 40000 | 22265 |     0 |   0.0 |  24M| 201 |   - | 371 |  15k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
12.29/12.33	o 918
12.29/12.33	c *11.9s| 45742 | 23379 |     0 |   0.0 |  26M| 201 |   - | 371 |  16k|   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
12.59/12.63	c  12.2s| 50000 | 27623 |     0 |   0.0 |  24M| 201 |   - | 371 |6458 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
13.10/13.11	c  12.7s| 60000 | 37603 |     0 |   0.0 |  26M| 201 |   - | 371 | 855 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
13.49/13.56	c  13.0s| 70000 | 47570 |     0 |   0.0 |  29M| 201 |   - | 371 | 695 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
13.99/14.00	c  13.4s| 80000 | 57541 |     0 |   0.0 |  32M| 201 |   - | 371 | 666 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
14.39/14.45	c  13.8s| 90000 | 67505 |     0 |   0.0 |  34M| 201 |   - | 371 | 686 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
14.89/14.90	c  14.2s|100000 | 77477 |     0 |   0.0 |  37M| 201 |   - | 371 | 679 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
15.29/15.34	c  14.6s|110000 | 87455 |     0 |   0.0 |  40M| 201 |   - | 371 | 680 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
15.69/15.78	c  15.0s|120000 | 97435 |     0 |   0.0 |  43M| 201 |   - | 371 | 698 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
16.19/16.22	c  15.4s|130000 |107402 |     0 |   0.0 |  46M| 201 |   - | 371 | 732 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
16.59/16.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.59/16.66	c  15.8s|140000 |117378 |     0 |   0.0 |  49M| 201 |   - | 371 | 765 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
17.09/17.10	c  16.2s|150000 |127350 |     0 |   0.0 |  52M| 201 |   - | 371 | 852 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
17.49/17.53	c  16.6s|160000 |137314 |     0 |   0.0 |  55M| 201 |   - | 371 | 917 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
18.29/18.37	c  17.4s|170000 |145691 |     0 |   0.0 |  60M| 201 |   - | 371 |4005 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
22.39/22.40	c  21.3s|180000 |148184 |     0 |   0.0 |  67M| 201 |   - | 371 |  14k|   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
28.79/28.84	c  27.7s|190000 |149853 |     0 |   0.0 |  73M| 201 |   - | 371 |  21k|   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
38.09/38.13	c  36.9s|200000 |150014 |     0 |   0.0 |  78M| 201 |   - | 371 |  28k|   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
49.59/49.66	c  48.4s|210000 |149353 |     0 |   0.0 |  82M| 201 |   - | 371 |  34k|   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
58.79/58.84	c  57.4s|220000 |152109 |     0 |   0.0 |  79M| 201 |   - | 371 |  22k|   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
59.49/59.51	c  58.1s|230000 |162091 |     0 |   0.0 |  76M| 201 |   - | 371 |1983 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
59.89/59.98	c  58.5s|240000 |172077 |     0 |   0.0 |  78M| 201 |   - | 371 |1070 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
60.39/60.44	c  58.9s|250000 |182049 |     0 |   0.0 |  81M| 201 |   - | 371 | 930 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
60.89/60.90	c  59.3s|260000 |192018 |     0 |   0.0 |  84M| 201 |   - | 371 | 882 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
61.29/61.35	c  59.7s|270000 |201997 |     0 |   0.0 |  87M| 201 |   - | 371 | 847 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
61.79/61.80	c  60.1s|280000 |211981 |     0 |   0.0 |  90M| 201 |   - | 371 | 815 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
62.19/62.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.19/62.25	c  60.5s|290000 |221944 |     0 |   0.0 |  93M| 201 |   - | 371 | 792 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
62.69/62.70	c  60.9s|300000 |231911 |     0 |   0.0 |  95M| 201 |   - | 371 | 811 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
63.09/63.15	c  61.3s|310000 |241888 |     0 |   0.0 |  98M| 201 |   - | 371 | 767 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
63.49/63.59	c  61.7s|320000 |251877 |     0 |   0.0 | 101M| 201 |   - | 371 | 759 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
63.99/64.04	c  62.1s|330000 |261857 |     0 |   0.0 | 104M| 201 |   - | 371 | 751 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
64.39/64.49	c  62.5s|340000 |271819 |     0 |   0.0 | 107M| 201 |   - | 371 | 757 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
64.90/64.93	c  62.9s|350000 |281797 |     0 |   0.0 | 110M| 201 |   - | 371 | 740 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
65.29/65.38	c  63.3s|360000 |291775 |     0 |   0.0 | 113M| 201 |   - | 371 | 763 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
65.79/65.83	c  63.7s|370000 |301754 |     0 |   0.0 | 116M| 201 |   - | 371 | 739 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
66.19/66.27	c  64.1s|380000 |311727 |     0 |   0.0 | 119M| 201 |   - | 371 | 778 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
66.69/66.72	c  64.5s|390000 |321698 |     0 |   0.0 | 121M| 201 |   - | 371 | 778 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
67.09/67.17	c  64.9s|400000 |331671 |     0 |   0.0 | 124M| 201 |   - | 371 | 809 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
67.59/67.62	c  65.3s|410000 |341652 |     0 |   0.0 | 127M| 201 |   - | 371 | 795 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
67.99/68.06	c  65.7s|420000 |351631 |     0 |   0.0 | 130M| 201 |   - | 371 | 777 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
68.49/68.51	c  66.1s|430000 |361608 |     0 |   0.0 | 133M| 201 |   - | 371 | 779 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
68.89/68.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.89/68.96	c  66.5s|440000 |371580 |     0 |   0.0 | 136M| 201 |   - | 371 | 799 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
69.39/69.40	c  66.9s|450000 |381570 |     0 |   0.0 | 139M| 201 |   - | 371 | 772 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
69.79/69.85	c  67.3s|460000 |391546 |     0 |   0.0 | 142M| 201 |   - | 371 | 803 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
70.19/70.29	c  67.7s|470000 |401519 |     0 |   0.0 | 145M| 201 |   - | 371 | 808 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
70.69/70.74	c  68.1s|480000 |411497 |     0 |   0.0 | 148M| 201 |   - | 371 | 827 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
71.09/71.19	c  68.5s|490000 |421472 |     0 |   0.0 | 151M| 201 |   - | 371 | 818 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
71.59/71.63	c  68.8s|500000 |431456 |     0 |   0.0 | 154M| 201 |   - | 371 | 818 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
71.99/72.08	c  69.2s|510000 |441432 |     0 |   0.0 | 157M| 201 |   - | 371 | 828 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
72.49/72.53	c  69.7s|520000 |451390 |     0 |   0.0 | 160M| 201 |   - | 371 | 880 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
72.89/72.99	c  70.0s|530000 |461342 |     0 |   0.0 | 163M| 201 |   - | 371 | 911 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
73.39/73.44	c  70.4s|540000 |471327 |     0 |   0.0 | 165M| 201 |   - | 371 | 887 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
73.79/73.89	c  70.8s|550000 |481306 |     0 |   0.0 | 168M| 201 |   - | 371 | 881 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
74.29/74.33	c  71.2s|560000 |491284 |     0 |   0.0 | 171M| 201 |   - | 371 | 866 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
74.69/74.78	c  71.6s|570000 |501263 |     0 |   0.0 | 174M| 201 |   - | 371 | 872 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
75.19/75.23	c  72.0s|580000 |511249 |     0 |   0.0 | 177M| 201 |   - | 371 | 875 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 9.180000e+02 |    Inf 
75.59/75.67	o 277
75.59/75.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.59/75.67	c *72.4s|589589 |511949 |     0 |   0.0 | 177M| 201 |   - | 371 | 893 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 2.770000e+02 |    Inf 
75.59/75.70	c  72.5s|590000 |512356 |     0 |   0.0 | 177M| 201 |   - | 371 | 895 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 2.770000e+02 |    Inf 
76.28/76.30	c  73.0s|600000 |522006 |     0 |   0.0 | 181M| 201 |   - | 371 |1080 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 2.770000e+02 |    Inf 
76.39/76.42	o 266
76.39/76.42	c *73.1s|601723 |520471 |     0 |   0.0 | 180M| 201 |   - | 371 |1095 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
76.89/76.95	c  73.6s|610000 |528423 |     0 |   0.0 | 183M| 201 |   - | 371 |1248 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 2.660000e+02 |    Inf 
77.09/77.19	o 264
77.09/77.19	c *73.8s|613617 |531217 |     0 |   0.0 | 184M| 201 |   - | 371 |1377 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
77.59/77.66	c  74.2s|620000 |537186 |     0 |   0.0 | 186M| 201 |   - | 371 |1434 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
78.29/78.32	c  74.9s|630000 |546751 |     0 |   0.0 | 190M| 201 |   - | 371 |1404 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
78.99/79.01	c  75.5s|640000 |556221 |     0 |   0.0 | 193M| 201 |   - | 371 |1437 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
79.69/79.70	c  76.2s|650000 |565716 |     0 |   0.0 | 197M| 201 |   - | 371 |1497 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
80.29/80.36	c  76.7s|660000 |575351 |     0 |   0.0 | 200M| 201 |   - | 371 |1499 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
80.89/80.97	c  77.3s|670000 |585090 |     0 |   0.0 | 204M| 201 |   - | 371 |1516 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
81.59/81.61	c  77.9s|680000 |594669 |     0 |   0.0 | 207M| 201 |   - | 371 |1571 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
82.19/82.29	c  78.5s|690000 |604198 |     0 |   0.0 | 211M| 201 |   - | 371 |1673 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 2.640000e+02 |    Inf 
82.89/82.92	o 253
82.89/82.92	c *79.1s|699236 |609394 |     0 |   0.0 | 212M| 201 |   - | 371 |1724 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
82.89/82.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.89/82.98	c  79.1s|700000 |610120 |     0 |   0.0 | 213M| 201 |   - | 371 |1728 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 2.530000e+02 |    Inf 
83.39/83.43	o 251
83.39/83.43	c *79.5s|706262 |615313 |     0 |   0.0 | 215M| 201 |   - | 371 |1839 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 2.510000e+02 |    Inf 
83.68/83.72	c  79.8s|710000 |618798 |     0 |   0.0 | 216M| 201 |   - | 371 |1960 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 2.510000e+02 |    Inf 
84.39/84.46	c  80.5s|720000 |628171 |     0 |   0.0 | 220M| 201 |   - | 371 |2045 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 2.510000e+02 |    Inf 
85.19/85.21	c  81.2s|730000 |637517 |     0 |   0.0 | 223M| 201 |   - | 371 |2108 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 2.510000e+02 |    Inf 
85.38/85.47	o 244
85.38/85.47	c *81.4s|733645 |638477 |     0 |   0.0 | 224M| 201 |   - | 371 |2086 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
85.89/85.97	c  81.9s|740000 |644383 |     0 |   0.0 | 226M| 201 |   - | 371 |2223 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
86.69/86.71	c  82.6s|750000 |653750 |     0 |   0.0 | 230M| 201 |   - | 371 |2244 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
87.49/87.50	c  83.3s|760000 |663020 |     0 |   0.0 | 234M| 201 |   - | 371 |2526 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
87.69/87.79	o 243
87.69/87.79	c *83.6s|763637 |666053 |     0 |   0.0 | 235M| 201 |   - | 371 |2577 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 2.430000e+02 |    Inf 
87.69/87.79	o 241
87.69/87.79	c *83.6s|763638 |665298 |     0 |   0.0 | 235M| 201 |   - | 371 |2577 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 2.410000e+02 |    Inf 
88.19/88.28	c  84.0s|770000 |671272 |     0 |   0.0 | 237M| 201 |   - | 371 |2611 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 2.410000e+02 |    Inf 
89.09/89.12	c  84.8s|780000 |680412 |     0 |   0.0 | 241M| 201 |   - | 371 |2854 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 2.410000e+02 |    Inf 
89.88/89.93	o 236
89.88/89.93	c *85.6s|789867 |687685 |     0 |   0.0 | 244M| 201 |   - | 371 |2819 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 2.360000e+02 |    Inf 
89.88/89.95	c  85.6s|790000 |687804 |     0 |   0.0 | 244M| 201 |   - | 371 |2839 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 2.360000e+02 |    Inf 
90.68/90.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.68/90.77	c  86.4s|800000 |697053 |     0 |   0.0 | 248M| 201 |   - | 371 |3008 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 2.360000e+02 |    Inf 
90.89/90.96	o 228
90.89/90.96	c *86.5s|802360 |694574 |     0 |   0.0 | 247M| 201 |   - | 371 |3039 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 2.280000e+02 |    Inf 
91.59/91.61	c  87.1s|810000 |701605 |     0 |   0.0 | 250M| 201 |   - | 371 |3164 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 2.280000e+02 |    Inf 
92.40/92.43	c  87.9s|820000 |710828 |     0 |   0.0 | 254M| 201 |   - | 371 |3325 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 2.280000e+02 |    Inf 
93.29/93.30	c  88.7s|830000 |719984 |     0 |   0.0 | 258M| 201 |   - | 371 |3548 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 2.280000e+02 |    Inf 
94.09/94.16	c  89.5s|840000 |729191 |     0 |   0.0 | 262M| 201 |   - | 371 |3579 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 2.280000e+02 |    Inf 
94.99/95.07	c  90.4s|850000 |738254 |     0 |   0.0 | 266M| 201 |   - | 371 |3849 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 2.280000e+02 |    Inf 
95.29/95.31	o 217
95.29/95.31	c *90.6s|852547 |726863 |     0 |   0.0 | 261M| 201 |   - | 371 |3786 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 2.170000e+02 |    Inf 
95.88/95.97	c  91.2s|860000 |733686 |     0 |   0.0 | 264M| 201 |   - | 371 |3996 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 2.170000e+02 |    Inf 
96.89/96.91	c  92.1s|870000 |742694 |     0 |   0.0 | 268M| 201 |   - | 371 |4281 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 2.170000e+02 |    Inf 
97.79/97.90	c  93.0s|880000 |751604 |     0 |   0.0 | 272M| 201 |   - | 371 |4679 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 2.170000e+02 |    Inf 
98.78/98.84	c  93.9s|890000 |760681 |     0 |   0.0 | 277M| 201 |   - | 371 |4744 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 2.170000e+02 |    Inf 
99.09/99.17	o 207
99.09/99.17	c *94.2s|893130 |752212 |     0 |   0.0 | 273M| 201 |   - | 371 |4870 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 2.070000e+02 |    Inf 
99.89/99.92	c  95.0s|900000 |758197 |     0 |   0.0 | 277M| 201 |   - | 371 |5220 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 2.070000e+02 |    Inf 
100.89/100.90	c  95.9s|910000 |767212 |     0 |   0.0 | 281M| 201 |   - | 371 |5228 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 2.070000e+02 |    Inf 
101.89/101.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.89/101.93	c  96.9s|920000 |776032 |     0 |   0.0 | 285M| 201 |   - | 371 |5500 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 2.070000e+02 |    Inf 
102.49/102.51	o 204
102.49/102.51	c *97.4s|925655 |776829 |     0 |   0.0 | 286M| 201 |   - | 371 |5693 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 2.040000e+02 |    Inf 
102.49/102.53	o 202
102.49/102.53	c *97.4s|925719 |774200 |     0 |   0.0 | 285M| 201 |   - | 371 |5692 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 2.020000e+02 |    Inf 
102.99/103.02	c  97.9s|930000 |777925 |     0 |   0.0 | 286M| 201 |   - | 371 |5859 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 2.020000e+02 |    Inf 
103.89/103.96	o 197
103.89/103.96	c *98.8s|938590 |778085 |     0 |   0.0 | 287M| 201 |   - | 371 |6201 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 1.970000e+02 |    Inf 
103.99/104.08	c  98.9s|940000 |779397 |     0 |   0.0 | 288M| 201 |   - | 371 |6185 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 1.970000e+02 |    Inf 
104.09/104.19	o 185
104.09/104.19	c *99.0s|940781 |764098 |     0 |   0.0 | 281M| 201 |   - | 371 |6186 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 1.850000e+02 |    Inf 
104.19/104.23	o 183
104.19/104.23	c *99.1s|940980 |762465 |     0 |   0.0 | 280M| 201 |   - | 371 |6178 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 1.830000e+02 |    Inf 
104.28/104.38	o 172
104.28/104.38	c *99.2s|941967 |745146 |     0 |   0.0 | 273M| 201 |   - | 371 |6224 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 1.720000e+02 |    Inf 
104.40/104.40	o 166
104.40/104.40	c *99.2s|941968 |734889 |     0 |   0.0 | 268M| 201 |   - | 371 |6224 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 1.660000e+02 |    Inf 
104.50/104.53	o 162
104.50/104.53	c *99.3s|942750 |728346 |     0 |   0.0 | 265M| 201 |   - | 371 |6297 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 1.620000e+02 |    Inf 
104.69/104.75	o 161
104.69/104.75	c *99.5s|944348 |727429 |     0 |   0.0 | 265M| 201 |   - | 371 |6472 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 1.610000e+02 |    Inf 
104.99/105.01	o 157
104.99/105.01	c *99.8s|946132 |722027 |     0 |   0.0 | 264M| 201 |   - | 371 |6717 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 1.570000e+02 |    Inf 
104.99/105.09	o 155
104.99/105.09	c *99.9s|946593 |717231 |     0 |   0.0 | 262M| 201 |   - | 371 |6772 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
105.49/105.56	o 154
105.49/105.56	c * 100s|949504 |715912 |     0 |   0.0 | 262M| 201 |   - | 371 |6958 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
105.59/105.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.59/105.63	c   100s|950000 |716303 |     0 |   0.0 | 263M| 201 |   - | 371 |7023 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
105.69/105.72	o 153
105.69/105.72	c * 100s|950508 |715076 |     0 |   0.0 | 262M| 201 |   - | 371 |7036 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
105.79/105.84	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
105.79/105.84	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
105.79/105.84	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
105.79/105.84	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
105.79/105.84	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
105.79/105.84	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
105.79/105.84	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
105.79/105.84	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
105.79/105.84	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
105.79/105.84	c [src/cmain.c:657] ERROR: Error <-11> in function call
105.79/105.84	c [src/cmain.c:832] ERROR: Error <-11> in function call
105.79/105.84	c [src/cmain.c:908] ERROR: Error <-11> in function call
105.79/105.84	c SCIP Error (-11): c a required plugin was not foundc 
105.79/105.84	c Time complete: 105.83.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694090-1277922882/watcher-2694090-1277922882 -o /tmp/evaluation-result-2694090-1277922882/solver-2694090-1277922882 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694090-1277922882.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.00 2.00 2.00 3/178 15847
/proc/meminfo: memFree=29151068/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=8252 CPUtime=0
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 1538 0 0 0 0 0 0 0 25 0 1 0 133583414 8450048 1461 4089446400 4194304 7136930 140735865989504 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15847/statm: 2063 1461 275 719 0 1342 0

[startup+0.0795139 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15847
/proc/meminfo: memFree=29151068/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=13468 CPUtime=0.07
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 3351 0 0 0 5 2 0 0 25 0 1 0 133583414 13791232 2664 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 3367 2664 390 719 0 2646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13468

[startup+0.100481 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15847
/proc/meminfo: memFree=29151068/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=13736 CPUtime=0.09
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 3406 0 0 0 7 2 0 0 25 0 1 0 133583414 14065664 2719 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 3434 2719 390 719 0 2713 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13736

[startup+0.300477 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15847
/proc/meminfo: memFree=29151068/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=16644 CPUtime=0.29
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 4148 0 0 0 26 3 0 0 25 0 1 0 133583414 17043456 3461 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 4161 3461 390 719 0 3440 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16644

[startup+0.700402 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15847
/proc/meminfo: memFree=29151068/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=19464 CPUtime=0.69
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 4849 0 0 0 64 5 0 0 25 0 1 0 133583414 19931136 4162 4089446400 4194304 7136930 140735865989504 18446744073709551615 4999763 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 4866 4162 390 719 0 4145 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19464

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15848
/proc/meminfo: memFree=29134048/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=22220 CPUtime=1.49
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 5529 0 0 0 141 8 0 0 25 0 1 0 133583414 22753280 4842 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 5555 4842 390 719 0 4834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22220

[startup+3.10096 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15848
/proc/meminfo: memFree=29129088/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=29380 CPUtime=3.09
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 7345 0 0 0 293 16 0 0 25 0 1 0 133583414 30085120 6658 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 7345 6658 390 719 0 6624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29380

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15848
/proc/meminfo: memFree=29113920/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=38124 CPUtime=6.3
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 9560 0 0 0 605 25 0 0 25 0 1 0 133583414 39038976 8873 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 9531 8873 390 719 0 8810 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 38124

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15848
/proc/meminfo: memFree=29098776/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=48512 CPUtime=12.69
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 12193 0 0 0 1229 40 0 0 25 0 1 0 133583414 49676288 11479 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 12128 11479 390 719 0 11407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48512

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15848
/proc/meminfo: memFree=29029952/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=95876 CPUtime=25.49
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 23904 0 0 0 2440 109 0 0 25 0 1 0 133583414 98177024 23190 4089446400 4194304 7136930 140735865989504 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 23969 23190 390 719 0 23248 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95876

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15849
/proc/meminfo: memFree=28976780/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=111396 CPUtime=51.09
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 27622 0 0 0 4977 132 0 0 25 0 1 0 133583414 114069504 26908 4089446400 4194304 7136930 140735865989504 18446744073709551615 4220974 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 27849 26908 390 719 0 27128 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111396

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15850
/proc/meminfo: memFree=28674416/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=347864 CPUtime=102.29
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 85993 0 0 0 9722 507 0 0 25 0 1 0 133583414 356212736 85279 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 86966 85279 393 719 0 86245 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 347864

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

[startup+103.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15850
/proc/meminfo: memFree=28672184/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=351140 CPUtime=103.89
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 86789 0 0 0 9874 515 0 0 25 0 1 0 133583414 359567360 86075 4089446400 4194304 7136930 140735865989504 18446744073709551615 4925541 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 87785 86075 393 719 0 87064 0
Current children cumulated CPU time (s) 103.89
Current children cumulated vsize (KiB) 351140

[startup+104.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15850
/proc/meminfo: memFree=28667472/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=351288 CPUtime=104.69
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 86827 0 0 0 9950 519 0 0 25 0 1 0 133583414 359718912 86113 4089446400 4194304 7136930 140735865989504 18446744073709551615 4977131 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 87822 86113 393 719 0 87101 0
Current children cumulated CPU time (s) 104.69
Current children cumulated vsize (KiB) 351288

[startup+105.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15850
/proc/meminfo: memFree=28667464/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=351288 CPUtime=105.49
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 86843 0 0 0 10027 522 0 0 25 0 1 0 133583414 359718912 86129 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 87822 86129 393 719 0 87101 0
Current children cumulated CPU time (s) 105.49
Current children cumulated vsize (KiB) 351288

[startup+105.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15850
/proc/meminfo: memFree=28667464/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=351288 CPUtime=105.69
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 86846 0 0 0 10046 523 0 0 25 0 1 0 133583414 359718912 86132 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 87822 86132 393 719 0 87101 0
Current children cumulated CPU time (s) 105.69
Current children cumulated vsize (KiB) 351288

[startup+105.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15850
/proc/meminfo: memFree=28667464/32951124 swapFree=67111528/67111528
[pid=15847] ppid=15845 vsize=351288 CPUtime=105.79
/proc/15847/stat : 15847 (pbscip.linux.x8) R 15845 15847 14613 0 -1 4202496 86846 0 0 0 10056 523 0 0 25 0 1 0 133583414 359718912 86132 4089446400 4194304 7136930 140735865989504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15847/statm: 87822 86132 393 719 0 87101 0
Current children cumulated CPU time (s) 105.79
Current children cumulated vsize (KiB) 351288

Child status: 255
Real time (s): 105.858
CPU time (s): 105.855
CPU user time (s): 100.608
CPU system time (s): 5.2472
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 351288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.608
system time used= 5.2472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86866
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= 1423

runsolver used 0.158975 second user time and 0.331949 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 20:34:42
IDJOB=2694090
IDBENCH=79193
IDSOLVER=1206
FILE ID=node145/2694090-1277922882
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.1110973163--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-2694090-1277922882/watcher-2694090-1277922882 -o /tmp/evaluation-result-2694090-1277922882/solver-2694090-1277922882 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694090-1277922882.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ddf92c4c1e045ebe7e849be5501be2d8
RANDOM SEED=1872770018

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:      29151464 kB
Buffers:        205664 kB
Cached:        1268460 kB
SwapCached:          0 kB
Active:        2662256 kB
Inactive:       989284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29151464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3132 kB
Writeback:           0 kB
AnonPages:     2177308 kB
Mapped:          16132 kB
Slab:            81004 kB
PageTables:       9356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2344140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node145 at 2010-06-30 20:36:28