Trace number 2694080

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) 87.6047 87.6026

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-0-100-0.wbo
MD5SUM428d17a0ca1ea097508caf17ff8a3a24
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.537917
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 1222
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-2694080-1277922685.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.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
1.59/1.63	c   1.4s| 10000 |  6536 |     0 |   0.0 |8255k| 171 |   - | 371 |5608 |   0 |   0 |   0 |9669 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.59/2.64	c   2.3s| 20000 | 15098 |     0 |   0.0 |  11M| 221 |   - | 371 |4771 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.19/5.24	c   4.6s| 30000 | 19536 |     0 |   0.0 |  18M| 221 |   - | 371 |9109 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
8.80/8.83	c   8.0s| 40000 | 22602 |     0 |   0.0 |  23M| 221 |   - | 371 |  11k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
11.00/11.05	o 576
11.00/11.05	c *10.1s| 45226 | 23479 |     0 |   0.0 |  25M| 221 |   - | 371 |  13k|   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
11.29/11.37	c  10.3s| 50000 | 28244 |     0 |   0.0 |  24M| 221 |   - | 371 |4392 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
11.79/11.85	c  10.6s| 60000 | 38221 |     0 |   0.0 |  26M| 221 |   - | 371 | 918 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
12.29/12.31	c  10.9s| 70000 | 48194 |     0 |   0.0 |  29M| 221 |   - | 371 | 781 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
12.69/12.77	c  11.2s| 80000 | 58171 |     0 |   0.0 |  32M| 221 |   - | 371 | 749 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
13.20/13.22	c  11.5s| 90000 | 68147 |     0 |   0.0 |  34M| 221 |   - | 371 | 740 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
13.59/13.68	c  11.7s|100000 | 78130 |     0 |   0.0 |  37M| 221 |   - | 371 | 751 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
14.09/14.13	c  12.0s|110000 | 88110 |     0 |   0.0 |  40M| 221 |   - | 371 | 771 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
14.49/14.59	c  12.3s|120000 | 98075 |     0 |   0.0 |  43M| 221 |   - | 371 | 816 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
14.99/15.06	c  12.6s|130000 |108020 |     0 |   0.0 |  46M| 221 |   - | 371 | 894 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
15.50/15.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.50/15.53	c  12.9s|140000 |117985 |     0 |   0.0 |  49M| 221 |   - | 371 | 927 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
15.89/15.98	c  13.2s|150000 |127946 |     0 |   0.0 |  52M| 221 |   - | 371 | 984 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
16.39/16.45	c  13.5s|160000 |137922 |     0 |   0.0 |  56M| 221 |   - | 371 |1007 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
16.89/16.91	c  13.8s|170000 |147880 |     0 |   0.0 |  59M| 221 |   - | 371 |1054 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
18.60/18.65	c  15.3s|180000 |153868 |     0 |   0.0 |  64M| 221 |   - | 371 |7213 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
22.99/23.07	c  19.4s|190000 |155950 |     0 |   0.0 |  69M| 221 |   - | 371 |  14k|   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
28.99/29.00	c  25.1s|200000 |157155 |     0 |   0.0 |  74M| 221 |   - | 371 |  20k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
36.59/36.63	c  32.5s|210000 |157595 |     0 |   0.0 |  78M| 221 |   - | 371 |  24k|   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
43.89/44.00	c  39.5s|220000 |159575 |     0 |   0.0 |  79M| 221 |   - | 371 |  22k|   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
44.59/44.68	c  40.1s|230000 |169548 |     0 |   0.0 |  75M| 221 |   - | 371 |1371 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
45.10/45.15	c  40.4s|240000 |179528 |     0 |   0.0 |  78M| 221 |   - | 371 | 958 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
45.59/45.62	c  40.7s|250000 |189496 |     0 |   0.0 |  81M| 221 |   - | 371 | 818 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
45.99/46.10	c  41.0s|260000 |199455 |     0 |   0.0 |  84M| 221 |   - | 371 | 765 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
46.49/46.57	c  41.3s|270000 |209421 |     0 |   0.0 |  87M| 221 |   - | 371 | 788 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
46.99/47.05	c  41.6s|280000 |219401 |     0 |   0.0 |  89M| 221 |   - | 371 | 727 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
47.49/47.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.49/47.52	c  41.9s|290000 |229375 |     0 |   0.0 |  92M| 221 |   - | 371 | 738 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
47.89/47.98	c  42.2s|300000 |239356 |     0 |   0.0 |  95M| 221 |   - | 371 | 737 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
48.40/48.46	c  42.5s|310000 |249336 |     0 |   0.0 |  98M| 221 |   - | 371 | 700 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
48.89/48.93	c  42.8s|320000 |259320 |     0 |   0.0 | 101M| 221 |   - | 371 | 709 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
49.40/49.40	c  43.1s|330000 |269279 |     0 |   0.0 | 104M| 221 |   - | 371 | 733 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
49.80/49.88	c  43.4s|340000 |279236 |     0 |   0.0 | 107M| 221 |   - | 371 | 737 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
50.30/50.35	c  43.7s|350000 |289195 |     0 |   0.0 | 110M| 221 |   - | 371 | 781 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
50.79/50.83	c  44.0s|360000 |299151 |     0 |   0.0 | 113M| 221 |   - | 371 | 748 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
51.29/51.30	c  44.2s|370000 |309122 |     0 |   0.0 | 116M| 221 |   - | 371 | 791 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
51.70/51.76	c  44.5s|380000 |319102 |     0 |   0.0 | 119M| 221 |   - | 371 | 744 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
52.19/52.24	c  44.8s|390000 |329057 |     0 |   0.0 | 122M| 221 |   - | 371 | 769 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
52.70/52.71	c  45.1s|400000 |339027 |     0 |   0.0 | 125M| 221 |   - | 371 | 790 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
53.09/53.19	c  45.4s|410000 |348989 |     0 |   0.0 | 128M| 221 |   - | 371 | 791 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
53.59/53.65	c  45.7s|420000 |358961 |     0 |   0.0 | 131M| 221 |   - | 371 | 811 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
54.09/54.12	c  46.0s|430000 |368934 |     0 |   0.0 | 134M| 221 |   - | 371 | 813 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
54.49/54.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.49/54.58	c  46.3s|440000 |378908 |     0 |   0.0 | 136M| 221 |   - | 371 | 823 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
55.00/55.05	c  46.6s|450000 |388870 |     0 |   0.0 | 139M| 221 |   - | 371 | 851 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
55.49/55.52	c  46.9s|460000 |398837 |     0 |   0.0 | 142M| 221 |   - | 371 | 836 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
55.89/55.99	c  47.2s|470000 |408794 |     0 |   0.0 | 145M| 221 |   - | 371 | 881 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
56.39/56.45	c  47.5s|480000 |418776 |     0 |   0.0 | 148M| 221 |   - | 371 | 851 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
56.89/56.91	c  47.8s|490000 |428754 |     0 |   0.0 | 151M| 221 |   - | 371 | 834 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
57.29/57.37	c  48.1s|500000 |438715 |     0 |   0.0 | 154M| 221 |   - | 371 | 845 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
57.79/57.84	c  48.4s|510000 |448648 |     0 |   0.0 | 157M| 221 |   - | 371 | 922 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.760000e+02 |    Inf 
58.09/58.14	o 541
58.09/58.14	c *48.6s|515571 |454027 |     0 |   0.0 | 159M| 221 |   - | 371 |1028 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.410000e+02 |    Inf 
58.19/58.22	o 531
58.19/58.22	c *48.6s|516854 |455272 |     0 |   0.0 | 159M| 221 |   - | 371 |1027 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 5.310000e+02 |    Inf 
58.19/58.22	o 489
58.19/58.22	c *48.6s|516860 |455138 |     0 |   0.0 | 159M| 221 |   - | 371 |1030 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
58.29/58.39	c  48.7s|520000 |458241 |     0 |   0.0 | 160M| 221 |   - | 371 |1031 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
58.90/58.91	c  49.1s|530000 |468192 |     0 |   0.0 | 163M| 221 |   - | 371 | 966 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
59.40/59.41	c  49.4s|540000 |478132 |     0 |   0.0 | 166M| 221 |   - | 371 | 990 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
59.89/59.92	c  49.8s|550000 |488084 |     0 |   0.0 | 169M| 221 |   - | 371 |1007 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
60.40/60.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.40/60.42	c  50.1s|560000 |498043 |     0 |   0.0 | 172M| 221 |   - | 371 | 992 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
60.90/60.94	c  50.4s|570000 |507965 |     0 |   0.0 | 175M| 221 |   - | 371 |1071 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
61.39/61.45	c  50.8s|580000 |517922 |     0 |   0.0 | 178M| 221 |   - | 371 |1069 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
61.89/61.95	c  51.1s|590000 |527883 |     0 |   0.0 | 181M| 221 |   - | 371 |1107 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
62.39/62.46	c  51.5s|600000 |537830 |     0 |   0.0 | 184M| 221 |   - | 371 |1163 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
62.89/62.96	c  51.8s|610000 |547789 |     0 |   0.0 | 187M| 221 |   - | 371 |1177 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
63.40/63.46	c  52.1s|620000 |557742 |     0 |   0.0 | 190M| 221 |   - | 371 |1142 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
63.89/63.95	c  52.4s|630000 |567697 |     0 |   0.0 | 193M| 221 |   - | 371 |1130 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
64.39/64.44	c  52.7s|640000 |577645 |     0 |   0.0 | 196M| 221 |   - | 371 |1173 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
64.90/64.93	c  53.1s|650000 |587599 |     0 |   0.0 | 199M| 221 |   - | 371 |1186 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
65.39/65.42	c  53.4s|660000 |597544 |     0 |   0.0 | 202M| 221 |   - | 371 |1235 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
65.79/65.89	c  53.7s|670000 |607518 |     0 |   0.0 | 205M| 221 |   - | 371 |1217 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
66.30/66.39	c  54.0s|680000 |617461 |     0 |   0.0 | 207M| 221 |   - | 371 |1268 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
66.80/66.90	c  54.3s|690000 |627397 |     0 |   0.0 | 210M| 221 |   - | 371 |1272 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
67.29/67.38	c  54.6s|700000 |637356 |     0 |   0.0 | 213M| 221 |   - | 371 |1284 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
67.79/67.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.79/67.88	c  55.0s|710000 |647302 |     0 |   0.0 | 216M| 221 |   - | 371 |1377 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
68.29/68.38	c  55.3s|720000 |657251 |     0 |   0.0 | 219M| 221 |   - | 371 |1389 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
68.79/68.87	c  55.7s|730000 |667200 |     0 |   0.0 | 222M| 221 |   - | 371 |1409 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
69.30/69.36	c  56.0s|740000 |677159 |     0 |   0.0 | 225M| 221 |   - | 371 |1444 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
69.79/69.83	c  56.3s|750000 |687145 |     0 |   0.0 | 228M| 221 |   - | 371 |1409 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
70.29/70.32	c  56.6s|760000 |697097 |     0 |   0.0 | 231M| 221 |   - | 371 |1484 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
70.79/70.81	c  56.9s|770000 |707069 |     0 |   0.0 | 234M| 221 |   - | 371 |1485 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
71.30/71.31	c  57.2s|780000 |717018 |     0 |   0.0 | 237M| 221 |   - | 371 |1544 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
71.79/71.81	c  57.5s|790000 |726957 |     0 |   0.0 | 240M| 221 |   - | 371 |1540 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
72.29/72.30	c  57.9s|800000 |736921 |     0 |   0.0 | 243M| 221 |   - | 371 |1555 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
72.79/72.80	c  58.2s|810000 |746864 |     0 |   0.0 | 246M| 221 |   - | 371 |1619 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
73.29/73.30	c  58.5s|820000 |756818 |     0 |   0.0 | 249M| 221 |   - | 371 |1643 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
73.69/73.78	c  58.8s|830000 |766789 |     0 |   0.0 | 252M| 221 |   - | 371 |1670 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
74.19/74.28	c  59.1s|840000 |776739 |     0 |   0.0 | 255M| 221 |   - | 371 |1678 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
74.69/74.79	c  59.5s|850000 |786696 |     0 |   0.0 | 258M| 221 |   - | 371 |1677 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
75.29/75.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.29/75.30	c  59.9s|860000 |796628 |     0 |   0.0 | 261M| 221 |   - | 371 |1751 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
75.80/75.81	c  60.2s|870000 |806586 |     0 |   0.0 | 264M| 221 |   - | 371 |1786 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
76.29/76.31	c  60.5s|880000 |816544 |     0 |   0.0 | 267M| 221 |   - | 371 |1830 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
76.79/76.82	c  60.9s|890000 |826488 |     0 |   0.0 | 270M| 221 |   - | 371 |1825 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
77.30/77.33	c  61.2s|900000 |836434 |     0 |   0.0 | 273M| 221 |   - | 371 |1873 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
77.79/77.83	c  61.5s|910000 |846370 |     0 |   0.0 | 276M| 221 |   - | 371 |1916 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
78.29/78.35	c  61.8s|920000 |856317 |     0 |   0.0 | 279M| 221 |   - | 371 |1952 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
78.80/78.84	c  62.1s|930000 |866269 |     0 |   0.0 | 282M| 221 |   - | 371 |1984 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
79.30/79.32	c  62.5s|940000 |876215 |     0 |   0.0 | 285M| 221 |   - | 371 |2025 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
79.79/79.80	c  62.8s|950000 |886188 |     0 |   0.0 | 288M| 221 |   - | 371 |2045 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
80.19/80.30	c  63.1s|960000 |896121 |     0 |   0.0 | 291M| 221 |   - | 371 |2106 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
80.70/80.79	c  63.4s|970000 |906067 |     0 |   0.0 | 294M| 221 |   - | 371 |2096 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
81.29/81.35	c  63.8s|980000 |915855 |     0 |   0.0 | 297M| 221 |   - | 371 |2335 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 4.890000e+02 |    Inf 
81.79/81.80	o 130
81.79/81.80	c *64.2s|985786 |776114 |     0 |   0.0 | 253M| 221 |   - | 371 |2309 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 1.300000e+02 |    Inf 
82.10/82.16	o 127
82.10/82.16	c *64.5s|988600 |771193 |     0 |   0.0 | 253M| 221 |   - | 371 |2909 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.270000e+02 |    Inf 
82.30/82.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.30/82.35	c  64.7s|990000 |772248 |     0 |   0.0 | 254M| 221 |   - | 371 |3081 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.270000e+02 |    Inf 
82.50/82.52	o 124
82.50/82.52	c *64.8s|991227 |761230 |     0 |   0.0 | 251M| 221 |   - | 371 |3344 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
83.19/83.27	o 117
83.19/83.27	c *65.4s|996264 |714620 |     0 |   0.0 | 239M| 221 |   - | 371 |3948 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 1.170000e+02 |    Inf 
83.80/83.84	c  65.9s|  1000k|717378 |     0 |   0.0 | 241M| 221 |   - | 371 |4394 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.170000e+02 |    Inf 
84.30/84.36	o 116
84.30/84.36	c *66.3s|  1003k|717222 |     0 |   0.0 | 243M| 221 |   - | 371 |4672 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.160000e+02 |    Inf 
85.10/85.17	o 105
85.10/85.17	c *67.0s|  1008k|665235 |     0 |   0.0 | 229M| 221 |   - | 371 |5200 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
85.19/85.29	o 103
85.19/85.29	c *67.2s|  1008k|658481 |     0 |   0.0 | 227M| 221 |   - | 371 |5196 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
85.39/85.49	c  67.3s|  1010k|659203 |     0 |   0.0 | 228M| 221 |   - | 371 |5341 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
85.70/85.80	o 102
85.70/85.80	c *67.6s|  1011k|658579 |     0 |   0.0 | 228M| 221 |   - | 371 |5407 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
86.00/86.03	o 94
86.00/86.03	c *67.8s|  1012k|605354 |     0 |   0.0 | 212M| 221 |   - | 371 |5427 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 9.400000e+01 |    Inf 
86.39/86.43	o 83
86.39/86.43	c *68.2s|  1014k|483234 |     0 |   0.0 | 175M| 221 |   - | 371 |5505 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 8.300000e+01 |    Inf 
87.19/87.24	o 81
87.19/87.24	c *68.9s|  1017k|479278 |     0 |   0.0 | 175M| 221 |   - | 371 |4223 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
87.49/87.59	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
87.49/87.59	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
87.49/87.59	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
87.49/87.59	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
87.49/87.59	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
87.49/87.59	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
87.49/87.59	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
87.49/87.59	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
87.49/87.59	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
87.49/87.59	c [src/cmain.c:657] ERROR: Error <-11> in function call
87.49/87.59	c [src/cmain.c:832] ERROR: Error <-11> in function call
87.49/87.59	c [src/cmain.c:908] ERROR: Error <-11> in function call
87.49/87.59	c SCIP Error (-11): c a required plugin was not foundc 
87.49/87.59	c Time complete: 87.58.

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-2694080-1277922685/watcher-2694080-1277922685 -o /tmp/evaluation-result-2694080-1277922685/solver-2694080-1277922685 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694080-1277922685.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 14950
/proc/meminfo: memFree=28196504/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=8252 CPUtime=0
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 1548 0 0 0 0 0 0 0 23 0 1 0 133563916 8450048 1470 4089446400 4194304 7136930 140735812250064 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14950/statm: 2063 1475 275 719 0 1342 0

[startup+0.0409591 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 14950
/proc/meminfo: memFree=28196504/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=12880 CPUtime=0.03
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 3180 0 0 0 3 0 0 0 23 0 1 0 133563916 13189120 2492 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 3220 2492 390 719 0 2499 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12880

[startup+0.100936 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 14950
/proc/meminfo: memFree=28196504/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=13756 CPUtime=0.09
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 3409 0 0 0 8 1 0 0 23 0 1 0 133563916 14086144 2721 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 3439 2721 390 719 0 2718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13756

[startup+0.3009 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 14950
/proc/meminfo: memFree=28196504/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=16436 CPUtime=0.29
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 4077 0 0 0 24 5 0 0 23 0 1 0 133563916 16830464 3389 4089446400 4194304 7136930 140735812250064 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 4109 3389 390 719 0 3388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16436

[startup+0.700826 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 14950
/proc/meminfo: memFree=28196504/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=18956 CPUtime=0.69
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 4717 0 0 0 59 10 0 0 25 0 1 0 133563916 19410944 4029 4089446400 4194304 7136930 140735812250064 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 4739 4029 390 719 0 4018 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18956

[startup+1.50068 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14951
/proc/meminfo: memFree=28180376/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=22100 CPUtime=1.49
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 5517 0 0 0 131 18 0 0 25 0 1 0 133563916 22630400 4829 4089446400 4194304 7136930 140735812250064 18446744073709551615 4434319 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 5525 4829 390 719 0 4804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22100

[startup+3.1004 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14951
/proc/meminfo: memFree=28175044/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=28060 CPUtime=3.09
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 7039 0 0 0 269 40 0 0 25 0 1 0 133563916 28733440 6351 4089446400 4194304 7136930 140735812250064 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 7015 6351 390 719 0 6294 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28060

[startup+6.30083 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14951
/proc/meminfo: memFree=28165684/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=36928 CPUtime=6.29
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 9262 0 0 0 560 69 0 0 25 0 1 0 133563916 37814272 8574 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 9232 8574 390 719 0 8511 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36928

[startup+12.7007 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 14951
/proc/meminfo: memFree=28151768/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=54060 CPUtime=12.69
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 13684 0 0 0 1112 157 0 0 25 0 1 0 133563916 55357440 12996 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 13515 12996 390 719 0 12794 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54060

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 14954
/proc/meminfo: memFree=28105156/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=97776 CPUtime=25.49
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 24411 0 0 0 2175 374 0 0 25 0 1 0 133563916 100122624 23723 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 24444 23723 390 719 0 23723 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97776

[startup+51.1007 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14954
/proc/meminfo: memFree=28054124/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=153228 CPUtime=51.09
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 37719 0 0 0 4412 697 0 0 25 0 1 0 133563916 156905472 37031 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 38307 37031 390 719 0 37586 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153228

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

[startup+63.9004 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14955
/proc/meminfo: memFree=27968012/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=241344 CPUtime=63.89
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 58699 0 0 0 5239 1150 0 0 25 0 1 0 133563916 247136256 58011 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 60336 58011 391 719 0 59615 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 241344

[startup+76.7011 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27891244/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=317804 CPUtime=76.7
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 78829 0 0 0 6077 1593 0 0 25 0 1 0 133563916 325431296 78141 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 79451 78141 391 719 0 78730 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 317804

[startup+83.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27851316/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=352068 CPUtime=83.09
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 87737 0 0 0 6527 1782 0 0 25 0 1 0 133563916 360517632 87049 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 88017 87049 391 719 0 87296 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 352068

[startup+84.7067 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27845728/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=356508 CPUtime=84.7
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 88787 0 0 0 6665 1805 0 0 25 0 1 0 133563916 365064192 88099 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 89127 88099 391 719 0 88406 0
Current children cumulated CPU time (s) 84.7
Current children cumulated vsize (KiB) 356508

[startup+86.3004 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27843496/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=359604 CPUtime=86.29
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 89551 0 0 0 6803 1826 0 0 25 0 1 0 133563916 368234496 88863 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 89901 88863 393 719 0 89180 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 359604

[startup+87.1002 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27842624/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=359892 CPUtime=87.1
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 89607 0 0 0 6874 1836 0 0 25 0 1 0 133563916 368529408 88919 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 89973 88919 393 719 0 89252 0
Current children cumulated CPU time (s) 87.1
Current children cumulated vsize (KiB) 359892

[startup+87.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27842624/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=360356 CPUtime=87.49
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202496 89709 0 0 0 6909 1840 0 0 25 0 1 0 133563916 369004544 89021 4089446400 4194304 7136930 140735812250064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14950/statm: 90089 89021 393 719 0 89368 0
Current children cumulated CPU time (s) 87.49
Current children cumulated vsize (KiB) 360356

[startup+87.6002 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14956
/proc/meminfo: memFree=27842624/32951124 swapFree=67111528/67111528
[pid=14950] ppid=14948 vsize=0 CPUtime=87.6
/proc/14950/stat : 14950 (pbscip.linux.x8) R 14948 14950 13759 0 -1 4202500 89802 0 0 0 6917 1843 0 0 25 0 1 0 133563916 0 0 4089446400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 3 0 0 0
/proc/14950/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 87.6
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 87.6026
CPU time (s): 87.6047
CPU user time (s): 69.1725
CPU system time (s): 18.4322
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 360356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.1725
system time used= 18.4322
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 165

runsolver used 0.149977 second user time and 0.317951 second system time

The end

Launcher Data

Begin job on node137 at 2010-06-30 20:31:25
IDJOB=2694080
IDBENCH=79188
IDSOLVER=1206
FILE ID=node137/2694080-1277922685
PBS_JOBID= 11197329
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.1111217555--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-2694080-1277922685/watcher-2694080-1277922685 -o /tmp/evaluation-result-2694080-1277922685/solver-2694080-1277922685 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694080-1277922685.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 428d17a0ca1ea097508caf17ff8a3a24
RANDOM SEED=1041978005

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28197280 kB
Buffers:        209172 kB
Cached:        1264368 kB
SwapCached:          0 kB
Active:        3677328 kB
Inactive:       925744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28197280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:     3129832 kB
Mapped:          16060 kB
Slab:            80924 kB
PageTables:      10864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3395236 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 node137 at 2010-06-30 20:32:53