Trace number 2700166

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 108.836 108.834

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh309_wcsp.wbo
MD5SUM9ccb130e1efb7ba02e23bcfacb5f0a47
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark1.62475
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 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-2700166-1278534233.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	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.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c lp/solvefreq = -1
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 444854
0.00/0.06	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.06	c t 0.0s|     1 |     0 |     0 |     - |6456k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     2 |     0 |     - |6408k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.33	o 16139
0.29/0.33	c * 0.3s|  2300 |  1933 |     0 |   0.0 |7765k| 905 |   - |1900 |1839 |   0 |   0 |   0 |  39 |   0 | 0.000000e+00 | 1.613900e+04 |    Inf 
1.49/1.55	c   1.5s| 10000 |  9618 |     0 |   0.0 |  11M| 905 |   - |1900 |1880 |   0 |   0 |   0 |  80 |   0 | 1.000000e+00 | 1.613900e+04 |  Large 
3.09/3.11	c   3.0s| 20000 | 19618 |     0 |   0.0 |  15M| 905 |   - |1900 |1867 |   0 |   0 |   0 |  80 |   0 | 1.000000e+00 | 1.613900e+04 |  Large 
4.60/4.68	c   4.5s| 30000 | 29616 |     0 |   0.0 |  20M| 905 |   - |1900 |1868 |   0 |   0 |   0 |  89 |   0 | 1.000000e+00 | 1.613900e+04 |  Large 
6.19/6.23	c   5.9s| 40000 | 39616 |     0 |   0.0 |  24M| 905 |   - |1900 |1857 |   0 |   0 |   0 |  89 |   0 | 1.000000e+00 | 1.613900e+04 |  Large 
7.70/7.79	c   7.4s| 50000 | 49542 |     0 |   0.0 |  29M| 905 |   - |1900 |2214 |   0 |   0 |   0 | 465 |   0 | 1.000000e+00 | 1.613900e+04 |  Large 
7.89/7.95	o 15872
7.89/7.95	c * 7.6s| 50769 | 50212 |     0 |   0.0 |  29M| 905 |   - |1900 |2593 |   0 |   0 |   0 | 846 |   0 | 1.000000e+00 | 1.587200e+04 |  Large 
7.99/8.02	o 15711
7.99/8.02	c * 7.6s| 51063 | 50461 |     0 |   0.0 |  30M| 905 |   - |1900 |2753 |   0 |   0 |   0 |1006 |   0 | 1.000000e+00 | 1.571100e+04 |  Large 
8.29/8.35	o 15649
8.29/8.35	c * 8.0s| 52585 | 51829 |     0 |   0.0 |  31M| 905 |   - |1900 |3253 |   0 |   0 |   0 |1766 |   0 | 1.000000e+00 | 1.564900e+04 |  Large 
8.39/8.43	o 15522
8.39/8.43	c * 8.0s| 52913 | 52098 |     0 |   0.0 |  31M| 905 |   - |1900 |3363 |   0 |   0 |   0 |1936 |   0 | 1.000000e+00 | 1.552200e+04 |  Large 
8.80/8.82	o 14753
8.80/8.82	c * 8.4s| 54599 | 53101 |     0 |   0.0 |  32M| 905 |   - |1900 |3944 |   0 |   0 |   0 |2947 |   0 | 1.000000e+00 | 1.475300e+04 |  Large 
9.09/9.12	o 14612
9.09/9.12	c * 8.7s| 55846 | 54069 |     0 |   0.0 |  33M| 905 |   - |1900 |4246 |   0 |   0 |   0 |3777 |   0 | 1.000000e+00 | 1.461200e+04 |  Large 
9.19/9.22	o 14138
9.19/9.22	c * 8.8s| 56270 | 54020 |     0 |   0.0 |  33M| 905 |   - |1900 |4278 |   0 |   0 |   0 |4007 |   0 | 1.000000e+00 | 1.413800e+04 |  Large 
9.19/9.22	o 13956
9.19/9.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.19/9.22	c * 8.8s| 56271 | 53901 |     0 |   0.0 |  33M| 905 |   - |1900 |4278 |   0 |   0 |   0 |4007 |   0 | 1.000000e+00 | 1.395600e+04 |  Large 
9.39/9.44	o 13926
9.39/9.44	c * 9.0s| 57180 | 54685 |     0 |   0.0 |  33M| 905 |   - |1900 |4385 |   0 |   0 |   0 |4567 |   0 | 1.000000e+00 | 1.392600e+04 |  Large 
9.39/9.45	o 13839
9.39/9.45	c * 9.0s| 57183 | 54623 |     0 |   0.0 |  33M| 905 |   - |1900 |4385 |   0 |   0 |   0 |4567 |   0 | 1.000000e+00 | 1.383900e+04 |  Large 
9.39/9.47	o 13639
9.39/9.47	c * 9.0s| 57279 | 54556 |     0 |   0.0 |  33M| 905 |   - |1900 |4406 |   0 |   0 |   0 |4607 |   0 | 1.000000e+00 | 1.363900e+04 |  Large 
9.80/9.87	o 12893
9.80/9.87	c * 9.4s| 58931 | 54993 |     0 |   0.0 |  34M| 905 |   - |1900 |4967 |   0 |   0 |   0 |5721 |   0 | 1.000000e+00 | 1.289300e+04 |  Large 
10.09/10.13	c   9.7s| 60000 | 55933 |     0 |   0.0 |  35M| 905 |   - |1900 |5281 |   0 |   0 |   0 |6461 |   0 | 1.000000e+00 | 1.289300e+04 |  Large 
10.29/10.35	o 12802
10.29/10.35	c * 9.9s| 60875 | 56520 |     0 |   0.0 |  36M| 905 |   - |1900 |5604 |   0 |   0 |   0 |7123 |   0 | 1.000000e+00 | 1.280200e+04 |  Large 
11.40/11.42	o 12730
11.40/11.42	c *10.9s| 65077 | 60002 |     0 |   0.0 |  39M| 905 |   - |1900 |6508 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.273000e+04 |  Large 
11.40/11.42	o 12555
11.40/11.42	c *10.9s| 65082 | 59669 |     0 |   0.0 |  38M| 905 |   - |1900 |6508 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.255500e+04 |  Large 
11.40/11.42	o 12468
11.40/11.42	c *10.9s| 65083 | 59499 |     0 |   0.0 |  38M| 905 |   - |1900 |6508 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.246800e+04 |  Large 
11.40/11.49	o 12442
11.40/11.49	c *11.0s| 65351 | 59684 |     0 |   0.0 |  39M| 905 |   - |1900 |6587 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.244200e+04 |  Large 
11.49/11.52	o 12365
11.49/11.52	c *11.0s| 65448 | 59609 |     0 |   0.0 |  39M| 905 |   - |1900 |6615 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.236500e+04 |  Large 
11.99/12.07	o 12333
11.99/12.07	c *11.5s| 67551 | 61320 |     0 |   0.0 |  40M| 905 |   - |1900 |7054 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.233300e+04 |  Large 
12.59/12.68	c  12.1s| 70000 | 63444 |     0 |   0.0 |  42M| 905 |   - |1900 |7786 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.233300e+04 |  Large 
13.10/13.17	o 12031
13.10/13.17	c *12.6s| 71933 | 64374 |     0 |   0.0 |  42M| 905 |   - |1900 |8169 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.203100e+04 |  Large 
14.39/14.46	o 11976
14.39/14.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.39/14.46	c *13.8s| 77004 | 68725 |     0 |   0.0 |  45M| 905 |   - |1900 |6627 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 1.197600e+04 |  Large 
15.19/15.23	c  14.6s| 80000 | 71329 |     0 |   0.0 |  46M| 905 |   - |1900 |6231 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 1.197600e+04 |  Large 
16.79/16.81	o 11705
16.79/16.81	c *16.1s| 86110 | 75724 |     0 |   0.0 |  50M| 905 |   - |1900 |6804 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 1.170500e+04 |  Large 
17.69/17.78	o 11669
17.69/17.78	c *17.0s| 89832 | 78809 |     0 |   0.0 |  52M| 905 |   - |1900 |7258 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.166900e+04 |  Large 
17.79/17.83	c  17.1s| 90000 | 78954 |     0 |   0.0 |  52M| 905 |   - |1900 |7235 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.166900e+04 |  Large 
17.79/17.89	o 11661
17.79/17.89	c *17.1s| 90209 | 79090 |     0 |   0.0 |  52M| 905 |   - |1900 |7299 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.166100e+04 |  Large 
18.09/18.10	o 11609
18.09/18.10	c *17.3s| 90988 | 79560 |     0 |   0.0 |  53M| 905 |   - |1900 |7414 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.160900e+04 |  Large 
18.09/18.10	o 11440
18.09/18.10	c *17.3s| 90992 | 78791 |     0 |   0.0 |  52M| 905 |   - |1900 |7414 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.144000e+04 |  Large 
18.09/18.10	o 11198
18.09/18.10	c *17.3s| 90993 | 77492 |     0 |   0.0 |  51M| 905 |   - |1900 |7414 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.119800e+04 |  Large 
20.50/20.52	c  19.6s|100000 | 85180 |     0 |   0.0 |  57M| 905 |   - |1900 |8108 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 1.119800e+04 |  Large 
22.29/22.38	o 11120
22.29/22.38	c *21.4s|106886 | 90585 |     0 |   0.0 |  61M| 905 |   - |1900 |8322 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 1.112000e+04 |  Large 
22.89/22.99	o 11019
22.89/22.99	c *22.0s|109176 | 91890 |     0 |   0.0 |  62M| 905 |   - |1900 |8746 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 1.101900e+04 |  Large 
23.20/23.22	c  22.3s|110000 | 92598 |     0 |   0.0 |  62M| 905 |   - |1900 |8888 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 1.101900e+04 |  Large 
24.49/24.52	o 11000
24.49/24.52	c *23.5s|114714 | 96440 |     0 |   0.0 |  65M| 905 |   - |1900 |9742 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 1.100000e+04 |  Large 
25.50/25.57	o 10942
25.50/25.57	c *24.5s|118567 | 99348 |     0 |   0.0 |  67M| 905 |   - |1900 |  10k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.094200e+04 |  Large 
25.89/25.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.89/25.97	c  24.9s|120000 |100573 |     0 |   0.0 |  68M| 905 |   - |1900 |  10k|   0 |   0 |   0 |  54k|   0 | 1.000000e+00 | 1.094200e+04 |  Large 
27.19/27.21	o 10917
27.19/27.21	c *26.1s|124494 |104090 |     0 |   0.0 |  71M| 905 |   - |1900 |  11k|   0 |   0 |   0 |  58k|   0 | 1.000000e+00 | 1.091700e+04 |  Large 
27.29/27.38	o 7062
27.29/27.38	c *26.3s|124919 | 71242 |     0 |   0.0 |  52M| 905 |   - |1900 |  11k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 7.062000e+03 |  Large 
27.29/27.38	o 6502
27.29/27.38	c *26.3s|124920 | 66943 |     0 |   0.0 |  50M| 905 |   - |1900 |  11k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 6.502000e+03 |  Large 
28.89/28.91	c  27.8s|130000 | 71269 |     0 |   0.0 |  52M| 905 |   - |1900 |9327 |   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 6.502000e+03 |  Large 
29.70/29.77	o 6482
29.70/29.77	c *28.6s|132884 | 73543 |     0 |   0.0 |  54M| 905 |   - |1900 |9293 |   0 |   0 |   0 |  66k|   0 | 1.000000e+00 | 6.482000e+03 |  Large 
31.90/31.96	c  30.7s|140000 | 79495 |     0 |   0.0 |  59M| 905 |   - |1900 |9770 |   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 6.482000e+03 |  Large 
34.89/34.99	c  33.6s|150000 | 87889 |     0 |   0.0 |  65M| 905 |   - |1900 |  10k|   0 |   0 |   0 |  81k|   0 | 1.000000e+00 | 6.482000e+03 |  Large 
36.09/36.16	o 6452
36.09/36.16	c *34.8s|153645 | 90616 |     0 |   0.0 |  68M| 905 |   - |1900 |  11k|   0 |   0 |   0 |  85k|   0 | 1.000000e+00 | 6.452000e+03 |  Large 
38.20/38.27	c  36.8s|160000 | 95727 |     0 |   0.0 |  72M| 905 |   - |1900 |  12k|   0 |   0 |   0 |  92k|   0 | 1.000000e+00 | 6.452000e+03 |  Large 
41.59/41.67	c  40.1s|170000 |103648 |     0 |   0.0 |  78M| 905 |   - |1900 |  13k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 6.452000e+03 |  Large 
45.09/45.12	c  43.4s|180000 |111824 |     0 |   0.0 |  84M| 905 |   - |1900 |  12k|   0 |   0 |   0 | 114k|   0 | 1.000000e+00 | 6.452000e+03 |  Large 
48.30/48.40	c  46.6s|190000 |120034 |     0 |   0.0 |  91M| 905 |   - |1900 |  13k|   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 6.452000e+03 |  Large 
51.80/51.84	c  49.9s|200000 |128100 |     0 |   0.0 |  98M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 135k|   0 | 1.000000e+00 | 6.452000e+03 |  Large 
55.39/55.42	c  53.4s|210000 |135902 |     0 |   0.0 | 105M| 905 |   - |1900 |  20k|   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 6.452000e+03 |  Large 
58.00/58.00	o 4918
58.00/58.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.00/58.00	c *55.9s|216585 |119285 |     0 |   0.0 |  87M| 905 |   - |1900 |  24k|   0 |   0 |   0 | 158k|   0 | 1.000000e+00 | 4.918000e+03 |  Large 
58.10/58.11	o 2478
58.10/58.11	c *56.0s|216615 | 75934 |     0 |   0.0 |  63M| 905 |   - |1900 |  24k|   0 |   0 |   0 | 158k|   0 | 1.000000e+00 | 2.478000e+03 |  Large 
58.10/58.13	o 1896
58.10/58.13	c *56.0s|216616 | 61827 |     0 |   0.0 |  56M| 905 |   - |1900 |  24k|   0 |   0 |   0 | 158k|   0 | 1.000000e+00 | 1.896000e+03 |  Large 
60.69/60.75	c  58.6s|220000 | 63716 |     0 |   0.0 |  57M| 905 |   - |1900 |  15k|   0 |   0 |   0 | 163k|   0 | 1.000000e+00 | 1.896000e+03 |  Large 
67.19/67.20	c  64.9s|230000 | 69471 |     0 |   0.0 |  70M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 178k|   0 | 1.000000e+00 | 1.896000e+03 |  Large 
68.79/68.83	o 1707
68.79/68.83	c *66.5s|232721 | 65540 |     0 |   0.0 |  69M| 905 |   - |1900 |  17k|   0 |   0 |   0 | 182k|   0 | 1.000000e+00 | 1.707000e+03 |  Large 
73.70/73.73	c  71.3s|240000 | 69194 |     0 |   0.0 |  79M| 905 |   - |1900 |  20k|   0 |   0 |   0 | 195k|   0 | 1.000000e+00 | 1.707000e+03 |  Large 
78.19/78.20	o 1672
78.19/78.20	c *75.7s|246092 | 71398 |     0 |   0.0 |  84M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 204k|   0 | 1.000000e+00 | 1.672000e+03 |  Large 
81.09/81.17	c  78.6s|250000 | 73356 |     0 |   0.0 |  89M| 905 |   - |1900 |  17k|   0 |   0 |   0 | 210k|   0 | 1.000000e+00 | 1.672000e+03 |  Large 
81.40/81.49	o 1611
81.40/81.49	c *78.9s|250419 | 71572 |     0 |   0.0 |  88M| 905 |   - |1900 |  17k|   0 |   0 |   0 | 211k|   0 | 1.000000e+00 | 1.611000e+03 |  Large 
89.10/89.10	c  86.4s|260000 | 76062 |     0 |   0.0 | 101M| 905 |   - |1900 |  23k|   0 |   0 |   0 | 230k|   0 | 1.000000e+00 | 1.611000e+03 |  Large 
91.30/91.32	o 1508
91.30/91.32	c *88.5s|262790 | 73570 |     0 |   0.0 | 102M| 905 |   - |1900 |  25k|   0 |   0 |   0 | 235k|   0 | 1.000000e+00 | 1.508000e+03 |  Large 
97.99/98.05	o 658
97.99/98.05	c *95.1s|269253 | 32257 |     0 |   0.0 |  50M| 905 |   - |1900 |  30k|   0 |   0 |   0 | 253k|   0 | 1.000000e+00 | 6.580000e+02 |  Large 
99.69/99.79	o 632
99.69/99.79	c *96.9s|269813 | 30940 |     0 |   0.0 |  47M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 254k|   0 | 1.000000e+00 | 6.320000e+02 |  Large 
99.79/99.83	o 563
99.79/99.83	c *96.9s|269843 | 26697 |     0 |   0.0 |  43M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 254k|   0 | 1.000000e+00 | 5.630000e+02 |  Large 
100.00/100.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.00/100.06	c  97.1s|270000 | 26646 |     0 |   0.0 |  43M| 905 |   - |1900 |  15k|   0 |   0 |   0 | 254k|   0 | 1.000000e+00 | 5.630000e+02 |  Large 
100.59/100.63	o 531
100.59/100.63	c *97.7s|270292 | 25113 |     0 |   0.0 |  43M| 905 |   - |1900 |  13k|   0 |   0 |   0 | 255k|   0 | 1.000000e+00 | 5.310000e+02 |  Large 
102.40/102.48	o 403
102.40/102.48	c *99.5s|270970 | 19319 |     0 |   0.0 |  41M| 905 |   - |1900 |  11k|   0 |   0 |   0 | 258k|   0 | 1.000000e+00 | 4.030000e+02 |  Large 
102.49/102.55	o 396
102.49/102.55	c *99.6s|270991 | 18859 |     0 |   0.0 |  40M| 905 |   - |1900 |  10k|   0 |   0 |   0 | 258k|   0 | 1.000000e+00 | 3.960000e+02 |  Large 
103.40/103.42	o 390
103.40/103.42	c * 100s|271326 | 15464 |     0 |   0.0 |  39M| 905 |   - |1900 |9826 |   0 |   0 |   0 | 260k|   0 | 1.000000e+00 | 3.900000e+02 |  Large 
104.90/104.99	o 286
104.90/104.99	c * 102s|272551 |  7544 |     0 |   0.0 |  32M| 905 |   - |1900 |7703 |   0 |   0 |   0 | 263k|   0 | 9.000000e+00 | 2.860000e+02 |3077.78%
108.49/108.54	o 276
108.49/108.54	c * 105s|274692 |  1758 |     0 |   0.0 |  20M| 905 |   - |1900 |2184 |   0 |   0 |   0 | 267k|   0 | 2.440000e+02 | 2.760000e+02 |  13.11%
108.80/108.81	c 
108.80/108.81	c SCIP Status        : problem is solved [optimal solution found]
108.80/108.81	c Solving Time (sec) : 105.72
108.80/108.81	c Solving Nodes      : 274762
108.80/108.81	c Primal Bound       : +2.76000000000000e+02 (55 solutions)
108.80/108.81	c Dual Bound         : +2.76000000000000e+02
108.80/108.81	c Gap                : 0.00 %
108.80/108.81	s OPTIMUM FOUND
108.80/108.81	v -x200 x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 -x184 x183 -x182 x181 x180 -x179 x178 -x177 
108.80/108.81	v x176 -x175 -x174 x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
108.80/108.81	v x154 -x153 x152 -x151 x150 -x149 -x148 x147 -x146 x145 x144 -x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 x134 -x133 -x132 
108.80/108.81	v x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
108.80/108.81	v x108 -x107 x106 -x105 x104 -x103 -x102 x101 -x100 x99 -x98 x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 -x88 x87 x86 -x85 x84 
108.80/108.81	v -x83 -x82 x81 -x80 x79 x78 -x77 -x76 x75 -x74 x73 x72 -x71 x70 -x69 -x68 x67 -x66 x65 x64 -x63 x62 -x61 -x60 x59 -x58 x57 x56 
108.80/108.81	v -x55 x54 -x53 x52 -x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 x39 x38 -x37 x36 -x35 x34 -x33 x32 -x31 -x30 x29 -x28 
108.80/108.81	v x27 -x26 x25 -x24 x23 -x22 x21 x20 -x19 -x18 x17 x16 -x15 -x14 x13 x12 -x11 x10 -x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
108.80/108.81	c SCIP Status        : problem is solved [optimal solution found]
108.80/108.81	c Solving Time       :     105.72
108.80/108.81	c Original Problem   :
108.80/108.81	c   Problem name     : HOME/instance-2700166-1278534233.wbo
108.80/108.81	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
108.80/108.81	c   Constraints      : 1901 initial, 1901 maximal
108.80/108.81	c Presolved Problem  :
108.80/108.81	c   Problem name     : t_HOME/instance-2700166-1278534233.wbo
108.80/108.81	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
108.80/108.81	c   Constraints      : 1800 initial, 30899 maximal
108.80/108.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
108.80/108.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
108.80/108.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
108.80/108.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
108.80/108.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
108.80/108.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
108.80/108.81	c   probing          :       0.01          0          0          0          0          0          0          0          0
108.80/108.81	c   indicator        :       0.01          0          0          0          0          0          0          0          0
108.80/108.81	c   linear           :       0.02          0        100          0        900          0        101          0          0
108.80/108.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
108.80/108.81	c   root node        :          -        660          -          -       1315          -          -          -          -
108.80/108.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
108.80/108.81	c   integral         :          0          0          0          0          0          0          0          0          0          0
108.80/108.81	c   indicator        :        900          0     635236          0     250882        488    3846841          0          0          0
108.80/108.81	c   linear           :        900          0     634717          0     250859       6494     622536          0          0          0
108.80/108.81	c   logicor          :          0+         0     381063          0          0       2490     353222          0          0          0
108.80/108.81	c   countsols        :          0          0          0          0     250892          0          0          0          0          0
108.80/108.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
108.80/108.81	c   integral         :       0.00       0.00       0.00       0.00       0.00
108.80/108.81	c   indicator        :      15.57       0.00       7.42       0.00       8.15
108.80/108.81	c   linear           :      11.13       0.00      10.98       0.00       0.15
108.80/108.81	c   logicor          :      19.03       0.00      19.03       0.00       0.00
108.80/108.81	c   countsols        :       0.10       0.00       0.00       0.00       0.10
108.80/108.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
108.80/108.81	c   vbounds          :       0.34          2          0          0
108.80/108.81	c   rootredcost      :       0.19          0          0          0
108.80/108.81	c   pseudoobj        :      15.66     661029      25920    3749554
108.80/108.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
108.80/108.81	c   propagation      :       3.05      34904      34820     273749       40.9     111036        3.8          -
108.80/108.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
108.80/108.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
108.80/108.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
108.80/108.81	c   pseudo solution  :       0.06        415        415       4714       42.2       1865        4.0          -
108.80/108.81	c   applied globally :          -          -          -     268177       21.7          -          -          -
108.80/108.81	c   applied locally  :          -          -          -          5      106.4          -          -          -
108.80/108.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
108.80/108.81	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
108.80/108.81	c   redcost          :       0.00          0          0          0          0          0
108.80/108.81	c   impliedbounds    :       0.00          0          0          0          0          0
108.80/108.81	c   intobj           :       0.00          0          0          0          0          0
108.80/108.81	c   cgmip            :       0.00          0          0          0          0          0
108.80/108.81	c   gomory           :       0.00          0          0          0          0          0
108.80/108.81	c   strongcg         :       0.00          0          0          0          0          0
108.80/108.81	c   cmir             :       0.00          0          0          0          0          0
108.80/108.81	c   flowcover        :       0.00          0          0          0          0          0
108.80/108.81	c   clique           :       0.00          0          0          0          0          0
108.80/108.81	c   zerohalf         :       0.00          0          0          0          0          0
108.80/108.81	c   mcf              :       0.00          0          0          0          0          0
108.80/108.81	c   rapidlearning    :       0.00          0          0          0          0          0
108.80/108.81	c Pricers            :       Time      Calls       Vars
108.80/108.81	c   problem variables:       0.00          0          0
108.80/108.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
108.80/108.81	c   relpscost        :       0.00          0          0          0          0          0          0
108.80/108.81	c   pscost           :       0.00          0          0          0          0          0          0
108.80/108.81	c   inference        :      13.87     250839          0          0          0          0     501678
108.80/108.81	c   mostinf          :       0.00          0          0          0          0          0          0
108.80/108.81	c   leastinf         :       0.00          0          0          0          0          0          0
108.80/108.81	c   fullstrong       :       0.00          0          0          0          0          0          0
108.80/108.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
108.80/108.81	c   random           :       0.00          0          0          0          0          0          0
108.80/108.81	c Primal Heuristics  :       Time      Calls      Found
108.80/108.81	c   LP solutions     :       0.00          -          0
108.80/108.81	c   pseudo solutions :       0.36          -         53
108.80/108.81	c   oneopt           :       0.11          0          0
108.80/108.81	c   trivial          :       0.00          2          1
108.80/108.81	c   simplerounding   :       0.00          0          0
108.80/108.81	c   zirounding       :       0.00          0          0
108.80/108.81	c   rounding         :       0.00          0          0
108.80/108.81	c   shifting         :       0.00          0          0
108.80/108.81	c   intshifting      :       0.00          0          0
108.80/108.81	c   twoopt           :       0.00          0          0
108.80/108.81	c   fixandinfer      :       0.00          0          0
108.80/108.81	c   feaspump         :       0.00          0          0
108.80/108.81	c   coefdiving       :       0.00          0          0
108.80/108.81	c   pscostdiving     :       0.00          0          0
108.80/108.81	c   fracdiving       :       0.00          0          0
108.80/108.81	c   veclendiving     :       0.00          0          0
108.80/108.81	c   intdiving        :       0.00          0          0
108.80/108.81	c   actconsdiving    :       0.00          0          0
108.80/108.81	c   objpscostdiving  :       0.00          0          0
108.80/108.81	c   rootsoldiving    :       0.00          0          0
108.80/108.81	c   linesearchdiving :       0.00          0          0
108.80/108.81	c   guideddiving     :       0.00          0          0
108.80/108.81	c   octane           :       0.00          0          0
108.80/108.81	c   rens             :       0.00          0          0
108.80/108.81	c   rins             :       0.00          0          0
108.80/108.81	c   localbranching   :       0.00          0          0
108.80/108.81	c   mutation         :       0.00          0          0
108.80/108.81	c   crossover        :       0.00          0          0
108.80/108.81	c   dins             :       0.00          0          0
108.80/108.81	c   undercover       :       0.00          0          0
108.80/108.81	c   nlp              :       0.13          0          0
108.80/108.81	c   trysol           :       0.11          1          1
108.80/108.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
108.80/108.81	c   primal LP        :       0.00          0          0       0.00          -
108.80/108.81	c   dual LP          :       0.00          0          0       0.00          -
108.80/108.81	c   lex dual LP      :       0.00          0          0       0.00          -
108.80/108.81	c   barrier LP       :       0.00          0          0       0.00          -
108.80/108.81	c   diving/probing LP:       0.00          0          0       0.00          -
108.80/108.81	c   strong branching :       0.00          0          0       0.00          -
108.80/108.81	c     (at root node) :          -          0          0       0.00          -
108.80/108.81	c   conflict analysis:       0.00          0          0       0.00          -
108.80/108.81	c B&B Tree           :
108.80/108.81	c   number of runs   :          1
108.80/108.81	c   nodes            :     274762
108.80/108.81	c   nodes (total)    :     274762
108.80/108.81	c   nodes left       :          0
108.80/108.81	c   max depth        :        905
108.80/108.81	c   max depth (total):        905
108.80/108.81	c   backtracks       :      14935 (5.4%)
108.80/108.81	c   delayed cutoffs  :      23447
108.80/108.81	c   repropagations   :      68133 (2530831 domain reductions, 11937 cutoffs)
108.80/108.81	c   avg switch length:       4.41
108.80/108.81	c   switching time   :      19.73
108.80/108.81	c Solution           :
108.80/108.81	c   Solutions found  :         55 (54 improvements)
108.80/108.81	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
108.80/108.81	c   Primal Bound     : +2.76000000000000e+02   (in run 1, after 274692 nodes, 105.47 seconds, depth 143, found by <relaxation>)
108.80/108.81	c   Dual Bound       : +2.76000000000000e+02
108.80/108.81	c   Gap              :       0.00 %
108.80/108.81	c   Root Dual Bound  : +0.00000000000000e+00
108.80/108.81	c   Root Iterations  :          0
108.80/108.83	c Time complete: 108.83.

Verifier Data

OK	276

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700166-1278534233/watcher-2700166-1278534233 -o /tmp/evaluation-result-2700166-1278534233/solver-2700166-1278534233 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700166-1278534233.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.02 1.86 0.96 4/178 17505
/proc/meminfo: memFree=29963772/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=8268 CPUtime=0
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 21636734 8466432 1468 4089446400 4194304 7136930 140735813611056 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17505/statm: 2067 1468 275 719 0 1346 0

[startup+0.070619 s]
/proc/loadavg: 2.02 1.86 0.96 4/178 17505
/proc/meminfo: memFree=29963772/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=20392 CPUtime=0.06
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 5563 0 0 0 6 0 0 0 18 0 1 0 21636734 20881408 4361 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 5098 4361 387 719 0 4377 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20392

[startup+0.100611 s]
/proc/loadavg: 2.02 1.86 0.96 4/178 17505
/proc/meminfo: memFree=29963772/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=20524 CPUtime=0.09
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 5616 0 0 0 9 0 0 0 18 0 1 0 21636734 21016576 4414 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 5131 4414 387 719 0 4410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20524

[startup+0.300574 s]
/proc/loadavg: 2.02 1.86 0.96 4/178 17505
/proc/meminfo: memFree=29963772/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=22340 CPUtime=0.29
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 6052 0 0 0 28 1 0 0 18 0 1 0 21636734 22876160 4850 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 5585 4850 393 719 0 4864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22340

[startup+0.700507 s]
/proc/loadavg: 2.02 1.86 0.96 4/178 17505
/proc/meminfo: memFree=29963772/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=23432 CPUtime=0.69
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 6343 0 0 0 67 2 0 0 18 0 1 0 21636734 23994368 5141 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 5858 5141 394 719 0 5137 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23432

[startup+1.50031 s]
/proc/loadavg: 2.02 1.86 0.96 3/179 17506
/proc/meminfo: memFree=29943288/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=25724 CPUtime=1.49
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 6923 0 0 0 144 5 0 0 19 0 1 0 21636734 26341376 5721 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 6431 5721 394 719 0 5710 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25724

[startup+3.10102 s]
/proc/loadavg: 2.02 1.86 0.96 3/179 17506
/proc/meminfo: memFree=29937212/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=32096 CPUtime=3.09
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 8555 0 0 0 298 11 0 0 25 0 1 0 21636734 32866304 7353 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 8024 7353 394 719 0 7303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32096

[startup+6.30046 s]
/proc/loadavg: 2.02 1.87 0.97 3/179 17506
/proc/meminfo: memFree=29924252/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=41280 CPUtime=6.29
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 10946 0 0 0 600 29 0 0 25 0 1 0 21636734 42270720 9744 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 10320 9744 394 719 0 9599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41280

[startup+12.7004 s]
/proc/loadavg: 2.02 1.87 0.97 3/179 17506
/proc/meminfo: memFree=29893920/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=67936 CPUtime=12.69
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 17589 0 0 0 1210 59 0 0 25 0 1 0 21636734 69566464 16387 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 16984 16387 394 719 0 16263 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67936

[startup+25.5011 s]
/proc/loadavg: 2.01 1.87 0.99 3/179 17506
/proc/meminfo: memFree=29847480/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=102428 CPUtime=25.5
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 25565 0 0 0 2445 105 0 0 25 0 1 0 21636734 104886272 24363 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 25607 24363 394 719 0 24886 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 102428

[startup+51.1005 s]
/proc/loadavg: 2.01 1.88 1.01 3/179 17508
/proc/meminfo: memFree=29787168/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=140896 CPUtime=51.09
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 34862 0 0 0 4925 184 0 0 25 0 1 0 21636734 144277504 33660 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 35224 33660 394 719 0 34503 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 140896

[startup+102.306 s]
/proc/loadavg: 2.00 1.90 1.06 3/179 17508
/proc/meminfo: memFree=29685316/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=204204 CPUtime=102.3
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 48878 0 0 0 9936 294 0 0 25 0 1 0 21636734 209104896 47676 4089446400 4194304 7136930 140735813611056 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 51051 47676 394 719 0 50330 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 204204

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

[startup+105.501 s]
/proc/loadavg: 2.00 1.90 1.07 3/179 17508
/proc/meminfo: memFree=29680844/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=204972 CPUtime=105.5
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 49038 0 0 0 10252 298 0 0 25 0 1 0 21636734 209891328 47836 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 51243 47836 394 719 0 50522 0
Current children cumulated CPU time (s) 105.5
Current children cumulated vsize (KiB) 204972

[startup+107.101 s]
/proc/loadavg: 2.00 1.90 1.07 3/179 17508
/proc/meminfo: memFree=29678736/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=207108 CPUtime=107.09
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 49520 0 0 0 10408 301 0 0 25 0 1 0 21636734 212078592 48318 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 51777 48318 394 719 0 51056 0
Current children cumulated CPU time (s) 107.09
Current children cumulated vsize (KiB) 207108

[startup+107.9 s]
/proc/loadavg: 2.00 1.90 1.07 3/179 17508
/proc/meminfo: memFree=29676752/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=208672 CPUtime=107.89
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 49878 0 0 0 10485 304 0 0 25 0 1 0 21636734 213680128 48676 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 52168 48676 394 719 0 51447 0
Current children cumulated CPU time (s) 107.89
Current children cumulated vsize (KiB) 208672

[startup+108.3 s]
/proc/loadavg: 2.00 1.90 1.07 3/179 17508
/proc/meminfo: memFree=29676752/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=209476 CPUtime=108.29
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 50072 0 0 0 10524 305 0 0 25 0 1 0 21636734 214503424 48870 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 52369 48870 394 719 0 51648 0
Current children cumulated CPU time (s) 108.29
Current children cumulated vsize (KiB) 209476

[startup+108.7 s]
/proc/loadavg: 2.00 1.90 1.07 3/179 17508
/proc/meminfo: memFree=29676752/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=209756 CPUtime=108.7
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 50163 0 0 0 10563 307 0 0 25 0 1 0 21636734 214790144 48961 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 52439 48961 394 719 0 51718 0
Current children cumulated CPU time (s) 108.7
Current children cumulated vsize (KiB) 209756

[startup+108.8 s]
/proc/loadavg: 2.00 1.90 1.07 3/179 17509
/proc/meminfo: memFree=29673776/32950928 swapFree=4192956/4192956
[pid=17505] ppid=17503 vsize=209928 CPUtime=108.8
/proc/17505/stat : 17505 (pbscip.linux.x8) R 17503 17505 16719 0 -1 4202496 50214 0 0 0 10572 308 0 0 25 0 1 0 21636734 214966272 49012 4089446400 4194304 7136930 140735813611056 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17505/statm: 52482 49012 394 719 0 51761 0
Current children cumulated CPU time (s) 108.8
Current children cumulated vsize (KiB) 209928

Child status: 0
Real time (s): 108.834
CPU time (s): 108.836
CPU user time (s): 105.743
CPU system time (s): 3.09353
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 209928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.743
system time used= 3.09353
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50227
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 57

runsolver used 0.154976 second user time and 0.351946 second system time

The end

Launcher Data

Begin job on node124 at 2010-07-07 22:23:53
IDJOB=2700166
IDBENCH=79405
IDSOLVER=1206
FILE ID=node124/2700166-1278534233
PBS_JOBID= 11239230
Free space on /tmp= 130200 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh309_wcsp.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-2700166-1278534233/watcher-2700166-1278534233 -o /tmp/evaluation-result-2700166-1278534233/solver-2700166-1278534233 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700166-1278534233.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9ccb130e1efb7ba02e23bcfacb5f0a47
RANDOM SEED=1597367884

node124.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29964300 kB
Buffers:        130888 kB
Cached:        2512620 kB
SwapCached:          0 kB
Active:        1147128 kB
Inactive:      1731024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29964300 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:      235104 kB
Mapped:          17360 kB
Slab:            76328 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   376804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130196 MiB
End job on node124 at 2010-07-07 22:25:42