Trace number 2693848

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 1385.47 1385.44

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212476--soft-66-100-0.wbo
MD5SUM68c1ee02f9ed73de7ca03f1ed76deb4c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.213966
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1139
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-2693848-1277895531.wbo>
0.00/0.00	c original problem has 225 variables (197 bin, 0 int, 0 impl, 28 cont) and 130 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	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, 32 impls, 49 clqs
0.00/0.01	c (round 2) 0 del vars, 17 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 3) 1 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 32 impls, 49 clqs
0.00/0.01	c (round 4) 2 del vars, 18 del conss, 27 chg bounds, 1 chg sides, 0 chg coeffs, 58 upgd conss, 32 impls, 49 clqs
0.00/0.02	c    (0.0s) probing: 101/196 (51.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  2 deleted vars, 18 deleted constraints, 27 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  32 implications, 49 cliques
0.00/0.02	c presolved problem has 223 variables (196 bin, 0 int, 0 impl, 27 cont) and 112 constraints
0.00/0.02	c      27 constraints of type <indicator>
0.00/0.02	c      49 constraints of type <setppc>
0.00/0.02	c      27 constraints of type <linear>
0.00/0.02	c       9 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - | 730k|   0 |   - | 223 | 112 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.90	c   0.7s| 10000 |  7365 |     0 |   0.0 |6086k| 116 |   - | 223 |2712 |   0 |   0 |   0 |4518 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.81	o 261
1.79/1.81	c * 1.4s| 15710 | 10084 |     0 |   0.0 |9246k| 116 |   - | 223 |4687 |   0 |   0 |   0 |8954 |   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
1.79/1.84	o 244
1.79/1.84	c * 1.4s| 16167 | 10504 |     0 |   0.0 |9389k| 116 |   - | 223 |4493 |   0 |   0 |   0 |8987 |   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
1.79/1.85	o 242
1.79/1.85	c * 1.4s| 16275 | 10601 |     0 |   0.0 |9416k| 116 |   - | 223 |4433 |   0 |   0 |   0 |8997 |   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
1.79/1.87	o 164
1.79/1.87	c * 1.4s| 16507 | 10805 |     0 |   0.0 |9457k| 116 |   - | 223 |4274 |   0 |   0 |   0 |9012 |   0 | 0.000000e+00 | 1.640000e+02 |    Inf 
1.79/1.89	o 104
1.79/1.89	c * 1.5s| 16681 | 10954 |     0 |   0.0 |9493k| 116 |   - | 223 |4143 |   0 |   0 |   0 |9035 |   0 | 0.000000e+00 | 1.040000e+02 |    Inf 
1.89/1.93	o 81
1.89/1.93	c * 1.5s| 17169 | 11205 |     0 |   0.0 |9540k| 116 |   - | 223 |3754 |   0 |   0 |   0 |9181 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
2.29/2.30	c   1.8s| 20000 | 13134 |     0 |   0.0 |  10M| 116 |   - | 223 |3418 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
3.79/3.88	c   3.1s| 30000 | 19126 |     0 |   0.0 |  15M| 116 |   - | 223 |5851 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
5.99/6.03	c   5.0s| 40000 | 23940 |     0 |   0.0 |  19M| 116 |   - | 223 |7122 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
8.69/8.80	c   7.5s| 50000 | 27302 |     0 |   0.0 |  24M| 116 |   - | 223 |8463 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
12.10/12.11	c  10.5s| 60000 | 29595 |     0 |   0.0 |  28M| 116 |   - | 223 |  11k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
15.09/15.14	c  13.2s| 70000 | 33411 |     0 |   0.0 |  29M| 116 |   - | 223 |2732 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
16.69/16.78	c  14.5s| 80000 | 38462 |     0 |   0.0 |  34M| 116 |   - | 223 |4933 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
19.80/19.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.80/19.82	c  17.2s| 90000 | 42274 |     0 |   0.0 |  39M| 116 |   - | 223 |7161 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
23.19/23.29	c  20.4s|100000 | 44916 |     0 |   0.0 |  42M| 116 |   - | 223 |8414 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
26.99/27.09	c  23.8s|110000 | 46576 |     0 |   0.0 |  45M| 116 |   - | 223 |9094 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
30.99/31.09	c  27.5s|120000 | 47509 |     0 |   0.0 |  48M| 116 |   - | 223 |8990 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
35.09/35.16	c  31.2s|130000 | 48143 |     0 |   0.0 |  50M| 116 |   - | 223 |9286 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
39.39/39.45	c  35.1s|140000 | 48279 |     0 |   0.0 |  52M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 129k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
44.19/44.27	c  39.6s|150000 | 47540 |     0 |   0.0 |  54M| 116 |   - | 223 |  11k|   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
49.59/49.60	c  44.5s|160000 | 45854 |     0 |   0.0 |  55M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
51.99/52.08	c  46.8s|170000 | 50735 |     0 |   0.0 |  55M| 116 |   - | 223 |4580 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
53.90/53.98	c  48.4s|180000 | 56604 |     0 |   0.0 |  60M| 116 |   - | 223 |6969 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
56.90/56.90	c  51.0s|190000 | 61479 |     0 |   0.0 |  65M| 116 |   - | 223 |  10k|   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
61.10/61.10	c  55.0s|200000 | 65431 |     0 |   0.0 |  70M| 116 |   - | 223 |  13k|   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
66.59/66.62	c  60.2s|210000 | 68818 |     0 |   0.0 |  74M| 116 |   - | 223 |  17k|   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
74.90/74.91	c  68.2s|220000 | 70373 |     0 |   0.0 |  78M| 116 |   - | 223 |  20k|   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
88.09/88.12	c  81.0s|230000 | 69814 |     0 |   0.0 |  81M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
105.70/105.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.70/105.72	c  98.2s|240000 | 67616 |     0 |   0.0 |  82M| 116 |   - | 223 |  30k|   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
126.50/126.56	c   119s|250000 | 63616 |     0 |   0.0 |  81M| 116 |   - | 223 |  33k|   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
148.19/148.28	c   140s|260000 | 59099 |     0 |   0.0 |  78M| 116 |   - | 223 |  34k|   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
170.09/170.18	c   161s|270000 | 53703 |     0 |   0.0 |  73M| 116 |   - | 223 |  34k|   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
186.40/186.45	c   177s|280000 | 51617 |     0 |   0.0 |  66M| 116 |   - | 223 |  26k|   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
194.50/194.57	c   185s|290000 | 55334 |     0 |   0.0 |  68M| 116 |   - | 223 |  21k|   0 |   0 |   0 | 296k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
203.29/203.36	c   194s|300000 | 58568 |     0 |   0.0 |  71M| 116 |   - | 223 |  22k|   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
213.49/213.57	c   204s|310000 | 61352 |     0 |   0.0 |  74M| 116 |   - | 223 |  23k|   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
224.80/224.85	c   214s|320000 | 63060 |     0 |   0.0 |  79M| 116 |   - | 223 |  27k|   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
238.19/238.20	c   228s|330000 | 64544 |     0 |   0.0 |  82M| 116 |   - | 223 |  30k|   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
253.50/253.55	c   243s|340000 | 65543 |     0 |   0.0 |  85M| 116 |   - | 223 |  34k|   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
271.00/271.03	c   260s|350000 | 66042 |     0 |   0.0 |  87M| 116 |   - | 223 |  36k|   0 |   0 |   0 | 351k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
291.60/291.62	c   280s|360000 | 65919 |     0 |   0.0 |  88M| 116 |   - | 223 |  37k|   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
313.80/313.85	c   302s|370000 | 64985 |     0 |   0.0 |  88M| 116 |   - | 223 |  37k|   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
336.30/336.34	c   324s|380000 | 62281 |     0 |   0.0 |  87M| 116 |   - | 223 |  36k|   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
369.70/369.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.70/369.79	c   357s|390000 | 52681 |     0 |   0.0 |  70M| 116 |   - | 223 |  38k|   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
393.60/393.68	c   380s|400000 | 50240 |     0 |   0.0 |  63M| 116 |   - | 223 |  30k|   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
416.50/416.59	c   403s|410000 | 46525 |     0 |   0.0 |  63M| 116 |   - | 223 |  31k|   0 |   0 |   0 | 439k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
438.70/438.76	c   425s|420000 | 43004 |     0 |   0.0 |  64M| 116 |   - | 223 |  34k|   0 |   0 |   0 | 455k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
460.30/460.39	c   446s|430000 | 40365 |     0 |   0.0 |  66M| 116 |   - | 223 |  38k|   0 |   0 |   0 | 470k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
482.71/482.74	c   468s|440000 | 37690 |     0 |   0.0 |  67M| 116 |   - | 223 |  40k|   0 |   0 |   0 | 485k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
507.11/507.12	c   492s|450000 | 34124 |     0 |   0.0 |  67M| 116 |   - | 223 |  43k|   0 |   0 |   0 | 501k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
528.70/528.72	c   513s|460000 | 30897 |     0 |   0.0 |  66M| 116 |   - | 223 |  44k|   0 |   0 |   0 | 516k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
553.01/553.00	c   537s|470000 | 25964 |     0 |   0.0 |  61M| 121 |   - | 223 |  42k|   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
586.80/586.83	c   570s|480000 | 18383 |     0 |   0.0 |  54M| 121 |   - | 223 |  46k|   0 |   0 |   0 | 552k|   0 | 1.000000e+00 | 8.100000e+01 |8000.00%
596.01/596.09	o 18
596.01/596.09	c * 579s|482933 | 10884 |     0 |   0.0 |  45M| 121 |   - | 223 |  49k|   0 |   0 |   0 | 558k|   0 | 1.000000e+00 | 1.800000e+01 |1700.00%
616.30/616.33	c   599s|490000 |  3901 |     0 |   0.0 |  17M| 121 |   - | 223 |  13k|   0 |   0 |   0 | 574k|   0 | 1.000000e+00 | 1.800000e+01 |1700.00%
619.11/619.15	c   602s|500000 | 11559 |     0 |   0.0 |  19M| 121 |   - | 223 |8226 |   0 |   0 |   0 | 578k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
622.61/622.64	c   605s|510000 | 16359 |     0 |   0.0 |  23M| 121 |   - | 223 |9267 |   0 |   0 |   0 | 585k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
626.31/626.35	c   608s|520000 | 20703 |     0 |   0.0 |  24M| 121 |   - | 223 |7602 |   0 |   0 |   0 | 594k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
629.11/629.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
629.11/629.17	c   611s|530000 | 26655 |     0 |   0.0 |  28M| 121 |   - | 223 |9430 |   0 |   0 |   0 | 601k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
632.51/632.51	c   614s|540000 | 32000 |     0 |   0.0 |  33M| 121 |   - | 223 |  11k|   0 |   0 |   0 | 609k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
636.70/636.71	c   618s|550000 | 36531 |     0 |   0.0 |  37M| 121 |   - | 223 |  14k|   0 |   0 |   0 | 619k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
641.80/641.88	c   623s|560000 | 40032 |     0 |   0.0 |  42M| 121 |   - | 223 |  15k|   0 |   0 |   0 | 629k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
647.41/647.45	c   628s|570000 | 42939 |     0 |   0.0 |  45M| 121 |   - | 223 |  15k|   0 |   0 |   0 | 639k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
653.31/653.35	c   634s|580000 | 45094 |     0 |   0.0 |  49M| 121 |   - | 223 |  16k|   0 |   0 |   0 | 651k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
660.41/660.42	c   640s|590000 | 46013 |     0 |   0.0 |  51M| 121 |   - | 223 |  17k|   0 |   0 |   0 | 663k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
667.00/667.03	c   647s|600000 | 49740 |     0 |   0.0 |  55M| 121 |   - | 223 |  18k|   0 |   0 |   0 | 673k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
674.61/674.68	c   654s|610000 | 52526 |     0 |   0.0 |  58M| 121 |   - | 223 |  19k|   0 |   0 |   0 | 685k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
683.41/683.47	c   662s|620000 | 54561 |     0 |   0.0 |  62M| 121 |   - | 223 |  21k|   0 |   0 |   0 | 697k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
693.21/693.27	c   672s|630000 | 56242 |     0 |   0.0 |  66M| 121 |   - | 223 |  23k|   0 |   0 |   0 | 709k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
704.61/704.69	c   683s|640000 | 57163 |     0 |   0.0 |  69M| 121 |   - | 223 |  25k|   0 |   0 |   0 | 722k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
716.31/716.32	c   694s|650000 | 58016 |     0 |   0.0 |  73M| 121 |   - | 223 |  28k|   0 |   0 |   0 | 735k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
729.81/729.89	c   708s|660000 | 58234 |     0 |   0.0 |  76M| 121 |   - | 223 |  29k|   0 |   0 |   0 | 749k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
744.30/744.33	c   722s|670000 | 58031 |     0 |   0.0 |  79M| 121 |   - | 223 |  31k|   0 |   0 |   0 | 763k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
759.61/759.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.61/759.60	c   737s|680000 | 57317 |     0 |   0.0 |  81M| 121 |   - | 223 |  32k|   0 |   0 |   0 | 778k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
775.10/775.13	c   752s|690000 | 56161 |     0 |   0.0 |  83M| 121 |   - | 223 |  33k|   0 |   0 |   0 | 793k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
791.41/791.49	c   768s|700000 | 54445 |     0 |   0.0 |  84M| 121 |   - | 223 |  33k|   0 |   0 |   0 | 808k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
809.41/809.40	c   785s|710000 | 51378 |     0 |   0.0 |  83M| 121 |   - | 223 |  34k|   0 |   0 |   0 | 824k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
830.21/830.26	c   806s|720000 | 49795 |     0 |   0.0 |  83M| 121 |   - | 223 |  31k|   0 |   0 |   0 | 840k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
854.31/854.31	c   829s|730000 | 46500 |     0 |   0.0 |  83M| 121 |   - | 223 |  31k|   0 |   0 |   0 | 858k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
879.42/879.47	c   854s|740000 | 42644 |     0 |   0.0 |  83M| 121 |   - | 223 |  34k|   0 |   0 |   0 | 876k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
906.11/906.19	c   880s|750000 | 38628 |     0 |   0.0 |  82M| 121 |   - | 223 |  39k|   0 |   0 |   0 | 894k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
935.61/935.64	c   909s|760000 | 33788 |     0 |   0.0 |  80M| 121 |   - | 223 |  43k|   0 |   0 |   0 | 913k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
968.81/968.81	c   942s|770000 | 27852 |     0 |   0.0 |  76M| 121 |   - | 223 |  48k|   0 |   0 |   0 | 932k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
1005.71/1005.71	c   979s|780000 | 20318 |     0 |   0.0 |  67M| 121 |   - | 223 |  50k|   0 |   0 |   0 | 953k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
1055.41/1055.45	c  1028s|790000 |  9323 |     0 |   0.0 |  47M| 121 |   - | 223 |  40k|   0 |   0 |   0 | 976k|   0 | 6.000000e+00 | 1.800000e+01 | 200.00%
1090.51/1090.51	c  1063s|800000 |  2115 |     0 |   0.0 |  20M| 121 |   - | 223 |  27k|   0 |   0 |   0 | 994k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1096.21/1096.27	c  1068s|810000 |  7465 |     0 |   0.0 |  23M| 121 |   - | 223 |  25k|   0 |   0 |   0 |1003k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1103.33/1103.33	c  1075s|820000 | 11440 |     0 |   0.0 |  28M| 121 |   - | 223 |  29k|   0 |   0 |   0 |1013k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1112.42/1112.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1112.42/1112.48	c  1084s|830000 | 14106 |     0 |   0.0 |  33M| 121 |   - | 223 |  35k|   0 |   0 |   0 |1026k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1124.81/1124.89	c  1096s|840000 | 16929 |     0 |   0.0 |  37M| 121 |   - | 223 |  39k|   0 |   0 |   0 |1039k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1141.22/1141.20	c  1112s|850000 | 17644 |     0 |   0.0 |  41M| 121 |   - | 223 |  44k|   0 |   0 |   0 |1056k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1159.92/1159.91	c  1130s|860000 | 16924 |     0 |   0.0 |  44M| 121 |   - | 223 |  49k|   0 |   0 |   0 |1073k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1182.81/1182.83	c  1152s|870000 | 16456 |     0 |   0.0 |  46M| 121 |   - | 223 |  51k|   0 |   0 |   0 |1090k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1213.02/1213.02	c  1182s|880000 | 13971 |     0 |   0.0 |  46M| 121 |   - | 223 |  51k|   0 |   0 |   0 |1110k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1244.42/1244.44	c  1213s|890000 |  9233 |     0 |   0.0 |  44M| 121 |   - | 223 |  57k|   0 |   0 |   0 |1131k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1283.52/1283.56	c  1252s|900000 |  2138 |     0 |   0.0 |  31M| 121 |   - | 223 |  52k|   0 |   0 |   0 |1153k|   0 | 1.300000e+01 | 1.800000e+01 |  38.46%
1293.72/1293.73	c  1262s|910000 |  7151 |     0 |   0.0 |  25M| 121 |   - | 223 |  31k|   0 |   0 |   0 |1161k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1300.02/1300.08	c  1268s|920000 | 12686 |     0 |   0.0 |  29M| 121 |   - | 223 |  30k|   0 |   0 |   0 |1169k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1309.62/1309.60	c  1277s|930000 | 15048 |     0 |   0.0 |  33M| 121 |   - | 223 |  34k|   0 |   0 |   0 |1181k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1319.62/1319.62	c  1286s|940000 | 17669 |     0 |   0.0 |  37M| 121 |   - | 223 |  37k|   0 |   0 |   0 |1193k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1328.73/1328.79	c  1295s|950000 | 21914 |     0 |   0.0 |  41M| 121 |   - | 223 |  38k|   0 |   0 |   0 |1203k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1341.02/1341.06	c  1307s|960000 | 24084 |     0 |   0.0 |  45M| 121 |   - | 223 |  39k|   0 |   0 |   0 |1216k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1357.83/1357.81	c  1324s|970000 | 24084 |     0 |   0.0 |  48M| 121 |   - | 223 |  44k|   0 |   0 |   0 |1233k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1378.62/1378.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1378.62/1378.60	c  1344s|980000 | 22447 |     0 |   0.0 |  50M| 121 |   - | 223 |  49k|   0 |   0 |   0 |1250k|   0 | 1.700000e+01 | 1.800000e+01 |   5.88%
1385.33/1385.37	o 17
1385.33/1385.37	c *1351s|983298 |     0 |     0 |   0.0 |  27M| 121 |   - | 223 |  51k|   0 |   0 |   0 |1256k|   0 | 1.700000e+01 | 1.700000e+01 |   0.00%
1385.33/1385.37	c 
1385.33/1385.37	c SCIP Status        : problem is solved [optimal solution found]
1385.33/1385.37	c Solving Time (sec) : 1350.54
1385.33/1385.37	c Solving Nodes      : 983298
1385.33/1385.37	c Primal Bound       : +1.70000000000000e+01 (8 solutions)
1385.33/1385.37	c Dual Bound         : +1.70000000000000e+01
1385.33/1385.37	c Gap                : 0.00 %
1385.33/1385.38	s OPTIMUM FOUND
1385.33/1385.38	v x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 
1385.33/1385.38	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1385.33/1385.38	v -x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1385.33/1385.38	v x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 
1385.33/1385.38	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 
1385.33/1385.38	v -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 
1385.33/1385.38	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
1385.33/1385.38	v -x4 x3 -x2 -x1 
1385.33/1385.38	c SCIP Status        : problem is solved [optimal solution found]
1385.33/1385.38	c Solving Time       :    1350.54
1385.33/1385.38	c Original Problem   :
1385.33/1385.38	c   Problem name     : HOME/instance-2693848-1277895531.wbo
1385.33/1385.38	c   Variables        : 225 (197 binary, 0 integer, 0 implicit integer, 28 continuous)
1385.33/1385.38	c   Constraints      : 130 initial, 130 maximal
1385.33/1385.38	c Presolved Problem  :
1385.33/1385.38	c   Problem name     : t_HOME/instance-2693848-1277895531.wbo
1385.33/1385.38	c   Variables        : 223 (196 binary, 0 integer, 0 implicit integer, 27 continuous)
1385.33/1385.38	c   Constraints      : 112 initial, 58782 maximal
1385.33/1385.38	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1385.33/1385.38	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1385.33/1385.38	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1385.33/1385.38	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1385.33/1385.38	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1385.33/1385.38	c   implics          :       0.00          0          0          0          0          0          0          0          0
1385.33/1385.38	c   probing          :       0.01          0          0          0          0          0          0          0          0
1385.33/1385.38	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1385.33/1385.38	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1385.33/1385.38	c   linear           :       0.00          0          0          0         27          0         17          1          0
1385.33/1385.38	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1385.33/1385.38	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1385.33/1385.38	c   root node        :          -          5          -          -         10          -          -          -          -
1385.33/1385.38	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1385.33/1385.38	c   integral         :          0          0          0          0          0          0          0          0          0          0
1385.33/1385.38	c   indicator        :         27          0    2307270          0     479000        208      51409          0          0          0
1385.33/1385.38	c   setppc           :         49          0    3016907          0     616507     101973    6989458          0          0          0
1385.33/1385.38	c   linear           :         27          0    2914940          0     616508     209415    9555585          0          0          0
1385.33/1385.38	c   logicor          :          9+         0    1790594          0     616434     227131    1108905          0          0          0
1385.33/1385.38	c   bounddisjunction :          0+         0     733415          0          0        346       7628          0          0          0
1385.33/1385.38	c   countsols        :          0          0          0          0     616515          0          0          0          0          0
1385.33/1385.38	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1385.33/1385.38	c   integral         :       0.00       0.00       0.00       0.00       0.00
1385.33/1385.38	c   indicator        :       0.65       0.00       0.50       0.00       0.15
1385.33/1385.38	c   setppc           :      23.72       0.00      20.56       0.00       3.16
1385.33/1385.38	c   linear           :      49.82       0.00      49.74       0.00       0.08
1385.33/1385.38	c   logicor          :     542.34       0.00     541.89       0.00       0.45
1385.33/1385.38	c   bounddisjunction :     154.89       0.00     154.89       0.00       0.00
1385.33/1385.38	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1385.33/1385.38	c Propagators        :       Time      Calls    Cutoffs    DomReds
1385.33/1385.38	c   vbounds          :       0.00          2          0          0
1385.33/1385.38	c   rootredcost      :       0.00          0          0          0
1385.33/1385.38	c   pseudoobj        :       2.06    3017007         78      33201
1385.33/1385.38	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1385.33/1385.38	c   propagation      :      24.13     538943     538884    2859310       23.4     118875       14.9          -
1385.33/1385.38	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1385.33/1385.38	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1385.33/1385.38	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1385.33/1385.38	c   pseudo solution  :       0.00          4          4         13       33.6          0        0.0          -
1385.33/1385.38	c   applied globally :          -          -          -    1242088       17.2          -          -          -
1385.33/1385.38	c   applied locally  :          -          -          -      14192       35.2          -          -          -
1385.33/1385.38	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1385.33/1385.38	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1385.33/1385.38	c   redcost          :       0.00          0          0          0          0          0
1385.33/1385.38	c   impliedbounds    :       0.00          0          0          0          0          0
1385.33/1385.38	c   intobj           :       0.00          0          0          0          0          0
1385.33/1385.38	c   cgmip            :       0.00          0          0          0          0          0
1385.33/1385.38	c   gomory           :       0.00          0          0          0          0          0
1385.33/1385.38	c   strongcg         :       0.00          0          0          0          0          0
1385.33/1385.38	c   cmir             :       0.00          0          0          0          0          0
1385.33/1385.38	c   flowcover        :       0.00          0          0          0          0          0
1385.33/1385.38	c   clique           :       0.00          0          0          0          0          0
1385.33/1385.38	c   zerohalf         :       0.00          0          0          0          0          0
1385.33/1385.38	c   mcf              :       0.00          0          0          0          0          0
1385.33/1385.38	c   rapidlearning    :       0.00          0          0          0          0          0
1385.33/1385.38	c Pricers            :       Time      Calls       Vars
1385.33/1385.38	c   problem variables:       0.00          0          0
1385.33/1385.38	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1385.33/1385.38	c   relpscost        :       0.00          0          0          0          0          0          0
1385.33/1385.38	c   pscost           :       0.00          0          0          0          0          0          0
1385.33/1385.38	c   inference        :       3.97     616507          0          0          0          0    1233014
1385.33/1385.38	c   mostinf          :       0.00          0          0          0          0          0          0
1385.33/1385.38	c   leastinf         :       0.00          0          0          0          0          0          0
1385.33/1385.38	c   fullstrong       :       0.00          0          0          0          0          0          0
1385.33/1385.38	c   allfullstrong    :       0.00          0          0          0          0          0          0
1385.33/1385.38	c   random           :       0.00          0          0          0          0          0          0
1385.33/1385.38	c Primal Heuristics  :       Time      Calls      Found
1385.33/1385.38	c   LP solutions     :       0.00          -          0
1385.33/1385.38	c   pseudo solutions :       0.05          -          8
1385.33/1385.38	c   oneopt           :       0.13          0          0
1385.33/1385.38	c   trivial          :       0.00          2          0
1385.33/1385.38	c   simplerounding   :       0.00          0          0
1385.33/1385.38	c   zirounding       :       0.00          0          0
1385.33/1385.38	c   rounding         :       0.00          0          0
1385.33/1385.38	c   shifting         :       0.00          0          0
1385.33/1385.38	c   intshifting      :       0.00          0          0
1385.33/1385.38	c   twoopt           :       0.00          0          0
1385.33/1385.38	c   fixandinfer      :       0.00          0          0
1385.33/1385.38	c   feaspump         :       0.00          0          0
1385.33/1385.38	c   coefdiving       :       0.00          0          0
1385.33/1385.38	c   pscostdiving     :       0.00          0          0
1385.33/1385.38	c   fracdiving       :       0.00          0          0
1385.33/1385.38	c   veclendiving     :       0.00          0          0
1385.33/1385.38	c   intdiving        :       0.00          0          0
1385.33/1385.38	c   actconsdiving    :       0.00          0          0
1385.33/1385.38	c   objpscostdiving  :       0.00          0          0
1385.33/1385.38	c   rootsoldiving    :       0.00          0          0
1385.33/1385.38	c   linesearchdiving :       0.00          0          0
1385.33/1385.38	c   guideddiving     :       0.00          0          0
1385.33/1385.38	c   octane           :       0.00          0          0
1385.33/1385.38	c   rens             :       0.00          0          0
1385.33/1385.38	c   rins             :       0.00          0          0
1385.33/1385.38	c   localbranching   :       0.00          0          0
1385.33/1385.38	c   mutation         :       0.00          0          0
1385.33/1385.38	c   crossover        :       0.00          0          0
1385.33/1385.38	c   dins             :       0.00          0          0
1385.33/1385.38	c   undercover       :       0.00          0          0
1385.33/1385.38	c   nlp              :       0.00          0          0
1385.33/1385.38	c   trysol           :       0.00          1          0
1385.33/1385.38	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1385.33/1385.38	c   primal LP        :       0.00          0          0       0.00          -
1385.33/1385.38	c   dual LP          :       0.00          0          0       0.00          -
1385.33/1385.38	c   lex dual LP      :       0.00          0          0       0.00          -
1385.33/1385.38	c   barrier LP       :       0.00          0          0       0.00          -
1385.33/1385.38	c   diving/probing LP:       0.00          0          0       0.00          -
1385.33/1385.38	c   strong branching :       0.00          0          0       0.00          -
1385.33/1385.38	c     (at root node) :          -          0          0       0.00          -
1385.33/1385.38	c   conflict analysis:       0.00          0          0       0.00          -
1385.33/1385.38	c B&B Tree           :
1385.33/1385.38	c   number of runs   :          1
1385.33/1385.38	c   nodes            :     983298
1385.33/1385.38	c   nodes (total)    :     983298
1385.33/1385.38	c   nodes left       :          0
1385.33/1385.38	c   max depth        :        121
1385.33/1385.38	c   max depth (total):        121
1385.33/1385.38	c   backtracks       :     370626 (37.7%)
1385.33/1385.38	c   delayed cutoffs  :     222271
1385.33/1385.38	c   repropagations   :     992376 (4908750 domain reductions, 172372 cutoffs)
1385.33/1385.38	c   avg switch length:      18.72
1385.33/1385.38	c   switching time   :     421.81
1385.33/1385.38	c Solution           :
1385.33/1385.38	c   Solutions found  :          8 (8 improvements)
1385.33/1385.38	c   First Solution   : +2.61000000000000e+02   (in run 1, after 15710 nodes, 1.41 seconds, depth 92, found by <relaxation>)
1385.33/1385.38	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 983298 nodes, 1350.49 seconds, depth 34, found by <relaxation>)
1385.33/1385.38	c   Dual Bound       : +1.70000000000000e+01
1385.33/1385.38	c   Gap              :       0.00 %
1385.33/1385.38	c   Root Dual Bound  : +0.00000000000000e+00
1385.33/1385.38	c   Root Iterations  :          0
1385.43/1385.43	c Time complete: 1385.46.

Verifier Data

OK	17

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693848-1277895531/watcher-2693848-1277895531 -o /tmp/evaluation-result-2693848-1277895531/solver-2693848-1277895531 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693848-1277895531.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.10 2.05 2.01 3/178 10619
/proc/meminfo: memFree=31019208/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=8144 CPUtime=0
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 1517 0 0 0 0 0 0 0 24 0 1 0 130850309 8339456 1440 4089446400 4194304 7136930 140733758510096 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10619/statm: 2036 1440 275 719 0 1315 0

[startup+0.067383 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 10619
/proc/meminfo: memFree=31019208/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=12348 CPUtime=0.06
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 4592 0 0 0 4 2 0 0 24 0 1 0 130850309 12644352 2363 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 3087 2363 395 719 0 2366 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12348

[startup+0.100377 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 10619
/proc/meminfo: memFree=31019208/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=12724 CPUtime=0.09
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 4702 0 0 0 6 3 0 0 24 0 1 0 130850309 13029376 2473 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 3181 2473 395 719 0 2460 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12724

[startup+0.300341 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 10619
/proc/meminfo: memFree=31019208/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=14584 CPUtime=0.29
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 5183 0 0 0 20 9 0 0 25 0 1 0 130850309 14934016 2954 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 3646 2954 395 719 0 2925 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14584

[startup+0.700271 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 10619
/proc/meminfo: memFree=31019208/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=17932 CPUtime=0.69
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 6003 0 0 0 50 19 0 0 25 0 1 0 130850309 18362368 3774 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 4483 3774 395 719 0 3762 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17932

[startup+1.50013 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 10620
/proc/meminfo: memFree=31003948/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=22040 CPUtime=1.49
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 7054 0 0 0 115 34 0 0 25 0 1 0 130850309 22568960 4825 4089446400 4194304 7136930 140733758510096 18446744073709551615 4210357 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 5510 4825 395 719 0 4789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22040

[startup+3.10086 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 10620
/proc/meminfo: memFree=30999236/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=28048 CPUtime=3.1
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 8565 0 0 0 245 65 0 0 25 0 1 0 130850309 28721152 6336 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 7012 6336 398 719 0 6291 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 28048

[startup+6.30028 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 10620
/proc/meminfo: memFree=30987972/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=37412 CPUtime=6.29
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 10943 0 0 0 522 107 0 0 25 0 1 0 130850309 38309888 8714 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 9353 8714 398 719 0 8632 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37412

[startup+12.7001 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 10620
/proc/meminfo: memFree=30976448/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=48972 CPUtime=12.69
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 13836 0 0 0 1101 168 0 0 25 0 1 0 130850309 50147328 11607 4089446400 4194304 7136930 140733758510096 18446744073709551615 4431438 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 12243 11607 398 719 0 11522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48972

[startup+25.5009 s]
/proc/loadavg: 2.06 2.05 2.01 3/179 10621
/proc/meminfo: memFree=30954888/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=70644 CPUtime=25.49
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 19270 0 0 0 2237 312 0 0 25 0 1 0 130850309 72339456 17041 4089446400 4194304 7136930 140733758510096 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 17661 17041 398 719 0 16940 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70644

[startup+51.1004 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 10622
/proc/meminfo: memFree=30942204/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=82236 CPUtime=51.09
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 22169 0 0 0 4593 516 0 0 25 0 1 0 130850309 84209664 19940 4089446400 4194304 7136930 140733758510096 18446744073709551615 5000696 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 20559 19940 398 719 0 19838 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82236

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 10623
/proc/meminfo: memFree=30905348/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=120388 CPUtime=102.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 31174 0 0 0 9491 739 0 0 25 0 1 0 130850309 123277312 28918 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 30097 28918 398 719 0 29376 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 120388

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10633
/proc/meminfo: memFree=30901908/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=123064 CPUtime=162.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 31686 0 0 0 15369 861 0 0 25 0 1 0 130850309 126017536 29430 4089446400 4194304 7136930 140733758510096 18446744073709551615 4209070 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 30766 29430 398 719 0 30045 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 123064

[startup+222.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 10635
/proc/meminfo: memFree=30898624/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=124916 CPUtime=222.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 32115 0 0 0 21199 1031 0 0 25 0 1 0 130850309 127913984 29859 4089446400 4194304 7136930 140733758510096 18446744073709551615 4788522 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 31229 29859 398 719 0 30508 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 124916

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 10637
/proc/meminfo: memFree=30888780/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=135732 CPUtime=282.29
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 34570 0 0 0 27078 1151 0 0 25 0 1 0 130850309 138989568 32314 4089446400 4194304 7136930 140733758510096 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 33933 32314 398 719 0 33212 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 135732

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 10666
/proc/meminfo: memFree=31232752/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=135732 CPUtime=342.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 34578 0 0 0 32963 1267 0 0 25 0 1 0 130850309 138989568 32322 4089446400 4194304 7136930 140733758510096 18446744073709551615 4788522 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 33933 32322 398 719 0 33212 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 135732

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 10694
/proc/meminfo: memFree=31186340/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=135732 CPUtime=402.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 34578 0 0 0 38878 1352 0 0 25 0 1 0 130850309 138989568 32322 4089446400 4194304 7136930 140733758510096 18446744073709551615 4788522 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 33933 32322 398 719 0 33212 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 135732

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 10695
/proc/meminfo: memFree=31153436/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=135908 CPUtime=462.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 34697 0 0 0 44769 1461 0 0 25 0 1 0 130850309 139169792 32441 4089446400 4194304 7136930 140733758510096 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 33977 32441 398 719 0 33256 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 135908

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 10697
/proc/meminfo: memFree=31144832/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=137428 CPUtime=522.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 34951 0 0 0 50664 1566 0 0 25 0 1 0 130850309 140726272 32695 4089446400 4194304 7136930 140733758510096 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 34357 32695 398 719 0 33636 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 137428

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10699
/proc/meminfo: memFree=31115016/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=137764 CPUtime=582.3
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 35065 0 0 0 56567 1663 0 0 25 0 1 0 130850309 141070336 32809 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 34441 32809 398 719 0 33720 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 137764

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10701
/proc/meminfo: memFree=31095376/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=138588 CPUtime=642.32
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 35224 0 0 0 62305 1927 0 0 25 0 1 0 130850309 141914112 32968 4089446400 4194304 7136930 140733758510096 18446744073709551615 4644808 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 34647 32968 398 719 0 33926 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 138588

[startup+702.3 s]

################
# More data... #
################

/proc/meminfo: memFree=31078036/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=141112 CPUtime=762.32
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 35939 0 0 0 73917 2315 0 0 25 0 1 0 130850309 144498688 33683 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 35278 33683 398 719 0 34557 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 141112

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10705
/proc/meminfo: memFree=31076508/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=142088 CPUtime=822.31
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 36220 0 0 0 79788 2443 0 0 25 0 1 0 130850309 145498112 33964 4089446400 4194304 7136930 140733758510096 18446744073709551615 4221190 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 35522 33964 398 719 0 34801 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 142088

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10707
/proc/meminfo: memFree=31073732/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=143800 CPUtime=882.32
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 36662 0 0 0 85691 2541 0 0 25 0 1 0 130850309 147251200 34406 4089446400 4194304 7136930 140733758510096 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 35950 34406 398 719 0 35229 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 143800

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10709
/proc/meminfo: memFree=31071456/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=145432 CPUtime=942.31
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 36994 0 0 0 91603 2628 0 0 25 0 1 0 130850309 148922368 34738 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 36358 34738 398 719 0 35637 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 145432

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10710
/proc/meminfo: memFree=31069680/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=146972 CPUtime=1002.31
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37354 0 0 0 97531 2700 0 0 25 0 1 0 130850309 150499328 35098 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 36743 35098 398 719 0 36022 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 146972

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10711
/proc/meminfo: memFree=31068640/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=147884 CPUtime=1062.32
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37428 0 0 0 103471 2761 0 0 25 0 1 0 130850309 151433216 35172 4089446400 4194304 7136930 140733758510096 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 36971 35172 398 719 0 36250 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 147884

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10758
/proc/meminfo: memFree=31066768/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=148300 CPUtime=1122.32
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37580 0 0 0 109319 2913 0 0 25 0 1 0 130850309 151859200 35324 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37075 35324 398 719 0 36354 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 148300

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10760
/proc/meminfo: memFree=31030456/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=149176 CPUtime=1182.32
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37686 0 0 0 115187 3045 0 0 25 0 1 0 130850309 152756224 35430 4089446400 4194304 7136930 140733758510096 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37294 35430 398 719 0 36573 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 149176

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10762
/proc/meminfo: memFree=31016756/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=149000 CPUtime=1242.32
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37696 0 0 0 121092 3140 0 0 25 0 1 0 130850309 152576000 35375 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37250 35375 398 719 0 36529 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 149000

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 10763
/proc/meminfo: memFree=30997724/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=150484 CPUtime=1302.33
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37880 0 0 0 126968 3265 0 0 25 0 1 0 130850309 154095616 35430 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37621 35430 398 719 0 36900 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 150484

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 10764
/proc/meminfo: memFree=30992724/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=150484 CPUtime=1362.33
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37930 0 0 0 132789 3444 0 0 25 0 1 0 130850309 154095616 35480 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37621 35480 398 719 0 36900 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 150484

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

[startup+1369.51 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30990360/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=151036 CPUtime=1369.53
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37974 0 0 0 133496 3457 0 0 25 0 1 0 130850309 154660864 35524 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37759 35524 398 719 0 37038 0
Current children cumulated CPU time (s) 1369.53
Current children cumulated vsize (KiB) 151036

[startup+1375.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30990356/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=151036 CPUtime=1375.93
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37974 0 0 0 134124 3469 0 0 25 0 1 0 130850309 154660864 35524 4089446400 4194304 7136930 140733758510096 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37759 35524 398 719 0 37038 0
Current children cumulated CPU time (s) 1375.93
Current children cumulated vsize (KiB) 151036

[startup+1382.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30986884/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=151036 CPUtime=1382.33
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37992 0 0 0 134753 3480 0 0 25 0 1 0 130850309 154660864 35542 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37759 35542 398 719 0 37038 0
Current children cumulated CPU time (s) 1382.33
Current children cumulated vsize (KiB) 151036

[startup+1383.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30986760/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=151036 CPUtime=1383.93
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37992 0 0 0 134909 3484 0 0 25 0 1 0 130850309 154660864 35542 4089446400 4194304 7136930 140733758510096 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37759 35542 398 719 0 37038 0
Current children cumulated CPU time (s) 1383.93
Current children cumulated vsize (KiB) 151036

[startup+1384.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30986760/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=151036 CPUtime=1384.72
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37992 0 0 0 134986 3486 0 0 25 0 1 0 130850309 154660864 35542 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37759 35542 398 719 0 37038 0
Current children cumulated CPU time (s) 1384.72
Current children cumulated vsize (KiB) 151036

[startup+1385.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30986760/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=151036 CPUtime=1385.12
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37992 0 0 0 135026 3486 0 0 25 0 1 0 130850309 154660864 35542 4089446400 4194304 7136930 140733758510096 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37759 35542 398 719 0 37038 0
Current children cumulated CPU time (s) 1385.12
Current children cumulated vsize (KiB) 151036

[startup+1385.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30986760/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=151036 CPUtime=1385.33
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37992 0 0 0 135046 3487 0 0 25 0 1 0 130850309 154660864 35542 4089446400 4194304 7136930 140733758510096 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10619/statm: 37759 35542 398 719 0 37038 0
Current children cumulated CPU time (s) 1385.33
Current children cumulated vsize (KiB) 151036

[startup+1385.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 10765
/proc/meminfo: memFree=30986760/32951124 swapFree=67111528/67111528
[pid=10619] ppid=10617 vsize=149232 CPUtime=1385.43
/proc/10619/stat : 10619 (pbscip.linux.x8) R 10617 10619 8669 0 -1 4202496 37997 0 0 0 135056 3487 0 0 18 0 1 0 130850309 152813568 35096 4089446400 4194304 7136930 140733758510096 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10619/statm: 37308 35096 403 719 0 36587 0
Current children cumulated CPU time (s) 1385.43
Current children cumulated vsize (KiB) 149232

Child status: 0
Real time (s): 1385.44
CPU time (s): 1385.47
CPU user time (s): 1350.59
CPU system time (s): 34.8777
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 151036

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

runsolver used 1.89371 second user time and 4.53631 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 12:58:51
IDJOB=2693848
IDBENCH=78759
IDSOLVER=1206
FILE ID=node108/2693848-1277895531
PBS_JOBID= 11197137
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 68c1ee02f9ed73de7ca03f1ed76deb4c
RANDOM SEED=1343121485

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.83
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.855
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.79
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.855
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.855
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.855
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:     32951124 kB
MemFree:      31019612 kB
Buffers:        180172 kB
Cached:        1170656 kB
SwapCached:          0 kB
Active:         956232 kB
Inactive:       832024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31019612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3456 kB
Writeback:           0 kB
AnonPages:      438016 kB
Mapped:          16360 kB
Slab:            78744 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   583252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node108 at 2010-06-30 13:21:56