Trace number 2694144

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.1158 87.1137

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-0-100-0.wbo
MD5SUMe22981c06c33638df25ec23a309ffad8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.308952
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1237
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-2694144-1277923942.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 5179
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.179000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
1.69/1.70	c   1.6s| 10000 |  6451 |     0 |   0.0 |8056k| 195 |   - | 371 |5512 |   0 |   0 |   0 |9564 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
3.19/3.21	c   3.0s| 20000 | 13701 |     0 |   0.0 |  12M| 228 |   - | 371 |5918 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
6.39/6.48	c   6.2s| 30000 | 17067 |     0 |   0.0 |  18M| 228 |   - | 371 |  11k|   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
9.19/9.28	o 493
9.19/9.28	c * 8.9s| 36120 | 17775 |     0 |   0.0 |  20M| 228 |   - | 371 |  13k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
9.49/9.56	c   9.2s| 40000 | 21639 |     0 |   0.0 |  19M| 228 |   - | 371 |4724 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
9.99/10.04	c   9.6s| 50000 | 31608 |     0 |   0.0 |  21M| 228 |   - | 371 | 599 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
10.39/10.49	c  10.0s| 60000 | 41578 |     0 |   0.0 |  24M| 228 |   - | 371 | 562 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
10.89/10.95	c  10.4s| 70000 | 51535 |     0 |   0.0 |  27M| 228 |   - | 371 | 609 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
11.39/11.42	c  10.9s| 80000 | 61474 |     0 |   0.0 |  30M| 228 |   - | 371 | 696 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
11.89/11.91	c  11.3s| 90000 | 71424 |     0 |   0.0 |  33M| 228 |   - | 371 | 707 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
12.39/12.42	c  11.8s|100000 | 81338 |     0 |   0.0 |  36M| 228 |   - | 371 | 742 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
15.19/15.20	c  14.4s|110000 | 84969 |     0 |   0.0 |  43M| 228 |   - | 371 |  10k|   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
20.69/20.70	c  19.8s|120000 | 85843 |     0 |   0.0 |  47M| 228 |   - | 371 |  17k|   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
28.70/28.75	c  27.7s|130000 | 84794 |     0 |   0.0 |  50M| 228 |   - | 371 |  23k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
30.70/30.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.70/30.71	c  29.7s|140000 | 93247 |     0 |   0.0 |  46M| 228 |   - | 371 |1530 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
31.09/31.19	c  30.1s|150000 |103202 |     0 |   0.0 |  48M| 228 |   - | 371 | 379 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
31.59/31.66	c  30.5s|160000 |113162 |     0 |   0.0 |  51M| 228 |   - | 371 | 328 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
32.09/32.12	c  31.0s|170000 |123107 |     0 |   0.0 |  54M| 228 |   - | 371 | 345 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
32.49/32.58	c  31.4s|180000 |133068 |     0 |   0.0 |  57M| 228 |   - | 371 | 349 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
33.00/33.04	c  31.8s|190000 |143015 |     0 |   0.0 |  60M| 228 |   - | 371 | 331 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
33.39/33.50	c  32.1s|200000 |152976 |     0 |   0.0 |  63M| 228 |   - | 371 | 352 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
33.89/33.95	c  32.5s|210000 |162927 |     0 |   0.0 |  66M| 228 |   - | 371 | 404 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
34.39/34.40	c  32.9s|220000 |172901 |     0 |   0.0 |  69M| 228 |   - | 371 | 383 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
34.79/34.85	c  33.2s|230000 |182850 |     0 |   0.0 |  72M| 228 |   - | 371 | 416 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
35.30/35.31	c  33.7s|240000 |192811 |     0 |   0.0 |  75M| 228 |   - | 371 | 404 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
35.69/35.78	c  34.1s|250000 |202789 |     0 |   0.0 |  78M| 228 |   - | 371 | 411 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
36.20/36.25	c  34.5s|260000 |212726 |     0 |   0.0 |  81M| 228 |   - | 371 | 488 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
36.69/36.71	c  34.9s|270000 |222690 |     0 |   0.0 |  84M| 228 |   - | 371 | 453 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
37.10/37.18	c  35.3s|280000 |232625 |     0 |   0.0 |  87M| 228 |   - | 371 | 494 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
37.59/37.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.59/37.65	c  35.8s|290000 |242569 |     0 |   0.0 |  90M| 228 |   - | 371 | 547 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
38.10/38.13	c  36.2s|300000 |252499 |     0 |   0.0 |  93M| 228 |   - | 371 | 573 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
38.49/38.59	c  36.6s|310000 |262445 |     0 |   0.0 |  96M| 228 |   - | 371 | 555 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
38.99/39.06	c  37.0s|320000 |272391 |     0 |   0.0 |  99M| 228 |   - | 371 | 595 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
39.49/39.54	c  37.4s|330000 |282342 |     0 |   0.0 | 102M| 228 |   - | 371 | 602 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
39.99/40.01	c  37.8s|340000 |292284 |     0 |   0.0 | 105M| 228 |   - | 371 | 660 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
40.39/40.49	c  38.1s|350000 |302218 |     0 |   0.0 | 108M| 228 |   - | 371 | 720 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
40.89/40.96	c  38.5s|360000 |312174 |     0 |   0.0 | 111M| 228 |   - | 371 | 715 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
41.39/41.42	c  38.9s|370000 |322150 |     0 |   0.0 | 114M| 228 |   - | 371 | 713 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
41.80/41.89	c  39.4s|380000 |332082 |     0 |   0.0 | 117M| 228 |   - | 371 | 775 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
42.29/42.38	c  39.8s|390000 |342020 |     0 |   0.0 | 120M| 228 |   - | 371 | 837 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
42.79/42.86	c  40.2s|400000 |351963 |     0 |   0.0 | 123M| 228 |   - | 371 | 855 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
43.29/43.34	c  40.7s|410000 |361920 |     0 |   0.0 | 126M| 228 |   - | 371 | 863 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
43.79/43.81	c  41.1s|420000 |371886 |     0 |   0.0 | 129M| 228 |   - | 371 | 861 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
44.29/44.30	c  41.5s|430000 |381813 |     0 |   0.0 | 132M| 228 |   - | 371 | 914 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
44.69/44.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.69/44.78	c  42.0s|440000 |391768 |     0 |   0.0 | 135M| 228 |   - | 371 | 903 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
45.20/45.27	c  42.4s|450000 |401706 |     0 |   0.0 | 138M| 228 |   - | 371 | 979 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
45.69/45.74	c  42.8s|460000 |411662 |     0 |   0.0 | 142M| 228 |   - | 371 | 966 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
46.19/46.23	c  43.2s|470000 |421592 |     0 |   0.0 | 145M| 228 |   - | 371 |1015 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
46.69/46.72	c  43.6s|480000 |431517 |     0 |   0.0 | 148M| 228 |   - | 371 |1084 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
47.19/47.21	c  44.0s|490000 |441455 |     0 |   0.0 | 151M| 228 |   - | 371 |1113 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
47.69/47.71	c  44.5s|500000 |451386 |     0 |   0.0 | 154M| 228 |   - | 371 |1218 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
48.19/48.21	c  44.9s|510000 |461321 |     0 |   0.0 | 157M| 228 |   - | 371 |1259 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
48.69/48.71	c  45.4s|520000 |471255 |     0 |   0.0 | 160M| 228 |   - | 371 |1285 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
49.09/49.19	c  45.8s|530000 |481205 |     0 |   0.0 | 163M| 228 |   - | 371 |1342 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
49.60/49.68	c  46.3s|540000 |491147 |     0 |   0.0 | 166M| 228 |   - | 371 |1394 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
50.10/50.18	c  46.7s|550000 |501076 |     0 |   0.0 | 170M| 228 |   - | 371 |1435 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
50.60/50.68	c  47.2s|560000 |511011 |     0 |   0.0 | 173M| 228 |   - | 371 |1482 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
51.09/51.17	c  47.6s|570000 |520954 |     0 |   0.0 | 176M| 228 |   - | 371 |1469 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
51.59/51.66	c  48.1s|580000 |530906 |     0 |   0.0 | 179M| 228 |   - | 371 |1560 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
52.09/52.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.09/52.15	c  48.5s|590000 |540851 |     0 |   0.0 | 182M| 228 |   - | 371 |1528 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
52.60/52.66	c  49.0s|600000 |550779 |     0 |   0.0 | 185M| 228 |   - | 371 |1562 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
53.09/53.16	c  49.3s|610000 |560696 |     0 |   0.0 | 188M| 228 |   - | 371 |1601 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
53.59/53.65	c  49.7s|620000 |570619 |     0 |   0.0 | 191M| 228 |   - | 371 |1643 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
54.10/54.16	c  50.2s|630000 |580526 |     0 |   0.0 | 194M| 228 |   - | 371 |1729 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
54.60/54.65	c  50.6s|640000 |590465 |     0 |   0.0 | 197M| 228 |   - | 371 |1737 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
55.10/55.16	c  51.1s|650000 |600368 |     0 |   0.0 | 201M| 228 |   - | 371 |1843 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
55.59/55.66	c  51.6s|660000 |610310 |     0 |   0.0 | 204M| 228 |   - | 371 |1892 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
56.10/56.16	c  52.0s|670000 |620241 |     0 |   0.0 | 207M| 228 |   - | 371 |1927 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
56.59/56.69	c  52.5s|680000 |630125 |     0 |   0.0 | 210M| 228 |   - | 371 |2106 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
57.20/57.20	c  53.0s|690000 |640050 |     0 |   0.0 | 213M| 228 |   - | 371 |2152 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
57.69/57.70	c  53.4s|700000 |649983 |     0 |   0.0 | 216M| 228 |   - | 371 |2197 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
58.20/58.20	c  53.9s|710000 |659915 |     0 |   0.0 | 219M| 228 |   - | 371 |2214 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
58.69/58.71	c  54.4s|720000 |669843 |     0 |   0.0 | 222M| 228 |   - | 371 |2303 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
59.09/59.19	c  54.8s|730000 |679787 |     0 |   0.0 | 225M| 228 |   - | 371 |2353 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.930000e+02 |    Inf 
59.59/59.66	o 478
59.59/59.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.59/59.66	c *55.1s|738791 |688414 |     0 |   0.0 | 228M| 228 |   - | 371 |2615 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 4.780000e+02 |    Inf 
59.69/59.74	c  55.2s|740000 |689536 |     0 |   0.0 | 229M| 228 |   - | 371 |2674 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.780000e+02 |    Inf 
59.90/59.90	o 434
59.90/59.90	c *55.3s|742415 |691847 |     0 |   0.0 | 229M| 228 |   - | 371 |2703 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
60.29/60.33	c  55.7s|750000 |699323 |     0 |   0.0 | 232M| 228 |   - | 371 |2737 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
60.90/60.91	c  56.2s|760000 |709214 |     0 |   0.0 | 235M| 228 |   - | 371 |2792 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
61.39/61.48	c  56.7s|770000 |719109 |     0 |   0.0 | 239M| 228 |   - | 371 |2850 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
62.00/62.04	c  57.2s|780000 |728999 |     0 |   0.0 | 242M| 228 |   - | 371 |2913 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
62.49/62.59	c  57.7s|790000 |738910 |     0 |   0.0 | 245M| 228 |   - | 371 |2976 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
63.09/63.16	c  58.3s|800000 |748792 |     0 |   0.0 | 248M| 228 |   - | 371 |3082 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
63.69/63.71	c  58.8s|810000 |758688 |     0 |   0.0 | 251M| 228 |   - | 371 |3219 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
64.19/64.25	c  59.2s|820000 |768589 |     0 |   0.0 | 254M| 228 |   - | 371 |3365 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
64.69/64.78	c  59.7s|830000 |778485 |     0 |   0.0 | 257M| 228 |   - | 371 |3515 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
65.19/65.26	c  60.2s|840000 |788430 |     0 |   0.0 | 259M| 228 |   - | 371 | 600 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
65.59/65.69	c  60.5s|850000 |798400 |     0 |   0.0 | 262M| 228 |   - | 371 | 531 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
66.10/66.13	c  60.8s|860000 |808352 |     0 |   0.0 | 265M| 228 |   - | 371 | 565 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
66.49/66.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.49/66.58	c  61.1s|870000 |818302 |     0 |   0.0 | 268M| 228 |   - | 371 | 591 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
66.99/67.02	c  61.5s|880000 |828257 |     0 |   0.0 | 272M| 228 |   - | 371 | 647 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
67.79/67.87	c  62.3s|890000 |836585 |     0 |   0.0 | 275M| 228 |   - | 371 |3769 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
76.89/76.95	c  71.3s|900000 |831818 |     0 |   0.0 | 277M| 228 |   - | 371 |  20k|   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
81.40/81.50	c  75.8s|910000 |837468 |     0 |   0.0 | 272M| 228 |   - | 371 |6724 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
81.99/82.02	c  76.2s|920000 |847441 |     0 |   0.0 | 273M| 228 |   - | 371 | 812 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
82.40/82.49	c  76.7s|930000 |857402 |     0 |   0.0 | 276M| 228 |   - | 371 | 543 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
82.90/82.94	c  77.1s|940000 |867371 |     0 |   0.0 | 279M| 228 |   - | 371 | 476 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
83.39/83.40	c  77.5s|950000 |877323 |     0 |   0.0 | 282M| 228 |   - | 371 | 495 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
83.79/83.85	c  77.9s|960000 |887286 |     0 |   0.0 | 285M| 228 |   - | 371 | 452 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
84.29/84.30	c  78.3s|970000 |897250 |     0 |   0.0 | 288M| 228 |   - | 371 | 445 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
84.70/84.76	c  78.7s|980000 |907208 |     0 |   0.0 | 291M| 228 |   - | 371 | 418 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
85.20/85.21	c  79.1s|990000 |917168 |     0 |   0.0 | 294M| 228 |   - | 371 | 388 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
85.60/85.66	c  79.5s|  1000k|927125 |     0 |   0.0 | 296M| 228 |   - | 371 | 350 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
86.09/86.12	c  79.8s|  1010k|937091 |     0 |   0.0 | 299M| 228 |   - | 371 | 372 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
86.49/86.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.49/86.58	c  80.2s|  1020k|947029 |     0 |   0.0 | 302M| 228 |   - | 371 | 374 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
86.70/86.71	o 406
86.70/86.71	c *80.3s|  1022k|949151 |     0 |   0.0 | 303M| 228 |   - | 371 | 484 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 4.060000e+02 |    Inf 
86.90/87.00	o 122
86.90/87.00	c *80.6s|  1024k|763802 |     0 |   0.0 | 245M| 228 |   - | 371 | 571 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 1.220000e+02 |    Inf 
87.10/87.10	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.10/87.10	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
87.10/87.10	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
87.10/87.10	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
87.10/87.10	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
87.10/87.10	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
87.10/87.10	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
87.10/87.10	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
87.10/87.10	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
87.10/87.10	c [src/cmain.c:657] ERROR: Error <-11> in function call
87.10/87.10	c [src/cmain.c:832] ERROR: Error <-11> in function call
87.10/87.10	c [src/cmain.c:908] ERROR: Error <-11> in function call
87.10/87.10	c SCIP Error (-11): c a required plugin was not foundc 
87.10/87.10	c Time complete: 87.1.

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15820
/proc/meminfo: memFree=28356308/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=8252 CPUtime=0
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 1553 0 0 0 0 0 0 0 25 0 1 0 133690578 8450048 1476 4089446400 4194304 7136930 140734381545840 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15820/statm: 2063 1476 275 719 0 1342 0

[startup+0.100585 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15820
/proc/meminfo: memFree=28356308/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=13720 CPUtime=0.09
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 3412 0 0 0 8 1 0 0 25 0 1 0 133690578 14049280 2725 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 3430 2725 390 719 0 2709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13720

[startup+0.200567 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15820
/proc/meminfo: memFree=28356308/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=15236 CPUtime=0.19
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 3785 0 0 0 16 3 0 0 25 0 1 0 133690578 15601664 3098 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 3809 3098 390 719 0 3088 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15236

[startup+0.30055 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15820
/proc/meminfo: memFree=28356308/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=16688 CPUtime=0.29
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 4132 0 0 0 25 4 0 0 25 0 1 0 133690578 17088512 3445 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 4172 3445 390 719 0 3451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16688

[startup+0.700479 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 15820
/proc/meminfo: memFree=28356308/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=19320 CPUtime=0.69
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 4793 0 0 0 61 8 0 0 25 0 1 0 133690578 19783680 4106 4089446400 4194304 7136930 140734381545840 18446744073709551615 4923491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 4830 4106 390 719 0 4109 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19320

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15821
/proc/meminfo: memFree=28339808/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=21944 CPUtime=1.49
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 5476 0 0 0 138 11 0 0 25 0 1 0 133690578 22470656 4789 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 5486 4789 390 719 0 4765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21944

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15821
/proc/meminfo: memFree=28334600/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=27980 CPUtime=3.09
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 6996 0 0 0 292 17 0 0 25 0 1 0 133690578 28651520 6309 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 6995 6309 390 719 0 6274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27980

[startup+6.30049 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15821
/proc/meminfo: memFree=28326836/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=36756 CPUtime=6.29
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 9203 0 0 0 603 26 0 0 25 0 1 0 133690578 37638144 8516 4089446400 4194304 7136930 140734381545840 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 9189 8516 390 719 0 8468 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36756

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15821
/proc/meminfo: memFree=28303144/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=60456 CPUtime=12.69
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 14874 0 0 0 1201 68 0 0 25 0 1 0 133690578 61906944 14187 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 15114 14187 390 719 0 14393 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60456

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15821
/proc/meminfo: memFree=28286776/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=75060 CPUtime=25.49
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 18423 0 0 0 2453 96 0 0 25 0 1 0 133690578 76861440 17736 4089446400 4194304 7136930 140734381545840 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 18765 17736 390 719 0 18044 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75060

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28149284/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=219764 CPUtime=51.09
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 53215 0 0 0 4758 351 0 0 25 0 1 0 133690578 225038336 52528 4089446400 4194304 7136930 140734381545840 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 54941 52528 391 719 0 54220 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 219764

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

[startup+51.2005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28149284/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=220280 CPUtime=51.19
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 53352 0 0 0 4767 352 0 0 25 0 1 0 133690578 225566720 52665 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 55070 52665 391 719 0 54349 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 220280

[startup+64.0003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28062720/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=299116 CPUtime=63.99
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 74009 0 0 0 5902 497 0 0 25 0 1 0 133690578 306294784 73322 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 74779 73322 391 719 0 74058 0
Current children cumulated CPU time (s) 63.99
Current children cumulated vsize (KiB) 299116

[startup+76.8011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28036792/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=323108 CPUtime=76.79
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 80274 0 0 0 7113 566 0 0 25 0 1 0 133690578 330862592 79587 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 80777 79587 391 719 0 80056 0
Current children cumulated CPU time (s) 76.79
Current children cumulated vsize (KiB) 323108

[startup+83.2009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28031332/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=331988 CPUtime=83.19
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 82640 0 0 0 7729 590 0 0 25 0 1 0 133690578 339955712 81953 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 82997 81953 391 719 0 82276 0
Current children cumulated CPU time (s) 83.19
Current children cumulated vsize (KiB) 331988

[startup+84.8066 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28017816/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=341704 CPUtime=84.8
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 85205 0 0 0 7872 608 0 0 25 0 1 0 133690578 349904896 84518 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 85426 84518 391 719 0 84705 0
Current children cumulated CPU time (s) 84.8
Current children cumulated vsize (KiB) 341704

[startup+86.4004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28009632/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=351924 CPUtime=86.39
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 87897 0 0 0 8002 637 0 0 25 0 1 0 133690578 360370176 87210 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 87981 87210 391 719 0 87260 0
Current children cumulated CPU time (s) 86.39
Current children cumulated vsize (KiB) 351924

[startup+86.8002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28009632/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=354892 CPUtime=86.79
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 88677 0 0 0 8038 641 0 0 25 0 1 0 133690578 363409408 87990 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 88723 87990 391 719 0 88002 0
Current children cumulated CPU time (s) 86.79
Current children cumulated vsize (KiB) 354892

[startup+87.0062 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28002812/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=354892 CPUtime=87
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 88678 0 0 0 8059 641 0 0 25 0 1 0 133690578 363409408 87991 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 88723 87991 391 719 0 88002 0
Current children cumulated CPU time (s) 87
Current children cumulated vsize (KiB) 354892

[startup+87.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15823
/proc/meminfo: memFree=28002812/32950928 swapFree=4192956/4192956
[pid=15820] ppid=15818 vsize=355160 CPUtime=87.1
/proc/15820/stat : 15820 (pbscip.linux.x8) R 15818 15820 14030 0 -1 4202496 88718 0 0 0 8068 642 0 0 25 0 1 0 133690578 363683840 88031 4089446400 4194304 7136930 140734381545840 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15820/statm: 88790 88031 391 719 0 88069 0
Current children cumulated CPU time (s) 87.1
Current children cumulated vsize (KiB) 355160

Child status: 255
Real time (s): 87.1137
CPU time (s): 87.1158
CPU user time (s): 80.6837
CPU system time (s): 6.43202
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 355160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.6837
system time used= 6.43202
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 127

runsolver used 0.139978 second user time and 0.285956 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 20:52:22
IDJOB=2694144
IDBENCH=79220
IDSOLVER=1206
FILE ID=node124/2694144-1277923942
PBS_JOBID= 11197317
Free space on /tmp= 130620 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.1110966688--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-2694144-1277923942/watcher-2694144-1277923942 -o /tmp/evaluation-result-2694144-1277923942/solver-2694144-1277923942 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694144-1277923942.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e22981c06c33638df25ec23a309ffad8
RANDOM SEED=253209629

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.833
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.66
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.833
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.07
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.833
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.833
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.77
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.833
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.833
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.833
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.833
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:      28356836 kB
Buffers:        211332 kB
Cached:        1124452 kB
SwapCached:          0 kB
Active:        3631984 kB
Inactive:       843768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28356836 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3316 kB
Writeback:           0 kB
AnonPages:     3139652 kB
Mapped:          16088 kB
Slab:            80844 kB
PageTables:      11236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:  3411832 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= 130616 MiB
End job on node124 at 2010-06-30 20:53:50