Trace number 2694114

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 1071.85 1071.82

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220767--soft-0-100-0.wbo
MD5SUM43acf8f13d56436057772fd6366e1bde
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.179971
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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-2694114-1277923403.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 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+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.01/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.01	c presolving (3 rounds):
0.01/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.01	c  101 implications, 0 cliques
0.01/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.01/0.01	c     101 constraints of type <indicator>
0.01/0.01	c     101 constraints of type <linear>
0.01/0.01	c transformed objective value is always integral (scale: 1)
0.01/0.01	c Presolving Time: 0.01
0.01/0.01	c - non default parameters ----------------------------------------------------------------------
0.01/0.01	c # SCIP version 1.2.1.2
0.01/0.01	c 
0.01/0.01	c # frequency for displaying node information lines
0.01/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.01	c display/freq = 10000
0.01/0.01	c 
0.01/0.01	c # maximal time in seconds to run
0.01/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.01	c limits/time = 1800
0.01/0.01	c 
0.01/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.01	c limits/memory = 3420
0.01/0.01	c 
0.01/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.01	c lp/solvefreq = -1
0.01/0.01	c 
0.01/0.01	c # should presolving try to simplify inequalities
0.01/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.01	c constraints/linear/simplifyinequalities = TRUE
0.01/0.01	c 
0.01/0.01	c # should presolving try to simplify knapsacks
0.01/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.01	c 
0.01/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.01	c separating/rapidlearning/freq = 0
0.01/0.01	c 
0.01/0.01	c -----------------------------------------------------------------------------------------------
0.01/0.01	c start solving
0.01/0.01	c 
0.01/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.01/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.49/1.56	c   1.4s| 10000 |  6547 |     0 |   0.0 |7965k| 171 |   - | 371 |5235 |   0 |   0 |   0 |8939 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.49/1.58	o 891
1.49/1.58	c * 1.4s| 10427 |  6970 |     0 |   0.0 |8097k| 193 |   - | 371 |5205 |   0 |   0 |   0 |8942 |   0 | 0.000000e+00 | 8.910000e+02 |    Inf 
2.79/2.82	c   2.4s| 20000 | 14373 |     0 |   0.0 |  11M| 196 |   - | 371 |5202 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 8.910000e+02 |    Inf 
6.19/6.21	c   5.6s| 30000 | 17526 |     0 |   0.0 |  18M| 196 |   - | 371 |  10k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 8.910000e+02 |    Inf 
9.59/9.69	c   8.8s| 40000 | 20923 |     0 |   0.0 |  21M| 196 |   - | 371 |  10k|   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.910000e+02 |    Inf 
10.19/10.21	c   9.2s| 50000 | 30903 |     0 |   0.0 |  21M| 210 |   - | 371 |1274 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.910000e+02 |    Inf 
10.59/10.66	c   9.5s| 60000 | 40870 |     0 |   0.0 |  24M| 210 |   - | 371 | 983 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.910000e+02 |    Inf 
11.09/11.11	c   9.8s| 70000 | 50851 |     0 |   0.0 |  27M| 210 |   - | 371 | 939 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 8.910000e+02 |    Inf 
11.09/11.11	o 233
11.09/11.11	c * 9.8s| 70113 | 48882 |     0 |   0.0 |  27M| 210 |   - | 371 | 939 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 2.330000e+02 |    Inf 
11.09/11.12	o 224
11.09/11.12	c * 9.8s| 70291 | 48733 |     0 |   0.0 |  27M| 210 |   - | 371 | 932 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 2.240000e+02 |    Inf 
11.59/11.68	c  10.2s| 80000 | 58137 |     0 |   0.0 |  30M| 210 |   - | 371 |1159 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 2.240000e+02 |    Inf 
12.19/12.30	c  10.6s| 90000 | 67730 |     0 |   0.0 |  34M| 210 |   - | 371 |1439 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 2.240000e+02 |    Inf 
12.79/12.87	o 219
12.79/12.87	c *11.0s| 98413 | 75329 |     0 |   0.0 |  37M| 210 |   - | 371 |1804 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 2.190000e+02 |    Inf 
12.90/12.99	c  11.1s|100000 | 76761 |     0 |   0.0 |  38M| 210 |   - | 371 |1955 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 2.190000e+02 |    Inf 
13.80/13.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.80/13.85	c  11.8s|110000 | 85650 |     0 |   0.0 |  42M| 210 |   - | 371 |1078 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 2.190000e+02 |    Inf 
14.10/14.17	o 131
14.10/14.17	c *12.1s|114913 | 75529 |     0 |   0.0 |  36M| 210 |   - | 371 | 892 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
14.10/14.19	o 86
14.10/14.19	c *12.1s|115182 | 66199 |     0 |   0.0 |  33M| 210 |   - | 371 | 922 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
15.30/15.39	c  13.2s|120000 | 67958 |     0 |   0.0 |  37M| 210 |   - | 371 |6283 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
21.39/21.45	c  18.9s|130000 | 67586 |     0 |   0.0 |  43M| 210 |   - | 371 |  16k|   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
29.79/29.80	c  27.0s|140000 | 66422 |     0 |   0.0 |  46M| 210 |   - | 371 |  24k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 8.600000e+01 |    Inf 
33.70/33.75	o 81
33.70/33.75	c *30.8s|145291 | 65726 |     0 |   0.0 |  44M| 210 |   - | 371 |  18k|   0 |   0 |   0 | 119k|   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
34.00/34.09	o 79
34.00/34.09	c *31.1s|147146 | 67275 |     0 |   0.0 |  41M| 210 |   - | 371 |5044 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
34.09/34.15	o 77
34.09/34.15	c *31.2s|147600 | 67467 |     0 |   0.0 |  40M| 210 |   - | 371 |3612 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
34.39/34.40	c  31.4s|150000 | 69557 |     0 |   0.0 |  41M| 210 |   - | 371 |2434 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
35.39/35.47	c  32.2s|160000 | 78157 |     0 |   0.0 |  47M| 210 |   - | 371 |3271 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
35.49/35.51	o 11
35.49/35.51	c *32.3s|160191 | 50700 |     0 |   0.0 |  36M| 210 |   - | 371 |3289 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
38.09/38.17	c  34.7s|170000 | 55363 |     0 |   0.0 |  42M| 210 |   - | 371 |7213 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
43.10/43.13	c  39.4s|180000 | 57333 |     0 |   0.0 |  49M| 210 |   - | 371 |  12k|   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
50.09/50.18	c  46.1s|190000 | 57550 |     0 |   0.0 |  55M| 210 |   - | 371 |  15k|   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
59.00/59.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.00/59.06	c  54.5s|200000 | 55682 |     0 |   0.0 |  60M| 210 |   - | 371 |  17k|   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
69.90/69.99	c  65.0s|210000 | 48569 |     0 |   0.0 |  61M| 210 |   - | 371 |  12k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
72.39/72.45	c  67.2s|220000 | 54908 |     0 |   0.0 |  65M| 210 |   - | 371 |4844 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
74.49/74.59	c  69.2s|230000 | 61118 |     0 |   0.0 |  70M| 210 |   - | 371 |5060 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
77.49/77.51	c  71.8s|240000 | 65705 |     0 |   0.0 |  76M| 210 |   - | 371 |5249 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
82.60/82.62	c  76.7s|250000 | 65443 |     0 |   0.0 |  80M| 210 |   - | 371 |  14k|   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
93.90/93.96	c  87.7s|260000 | 62436 |     0 |   0.0 |  75M| 210 |   - | 371 |  16k|   0 |   0 |   0 | 281k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
100.00/100.10	c  93.6s|270000 | 65006 |     0 |   0.0 |  78M| 210 |   - | 371 |  11k|   0 |   0 |   0 | 297k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
106.70/106.77	c   100s|280000 | 66900 |     0 |   0.0 |  82M| 210 |   - | 371 |  16k|   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
115.00/115.08	c   108s|290000 | 68224 |     0 |   0.0 |  86M| 210 |   - | 371 |  20k|   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
125.19/125.27	c   118s|300000 | 69048 |     0 |   0.0 |  90M| 210 |   - | 371 |  25k|   0 |   0 |   0 | 355k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
139.09/139.14	c   131s|310000 | 68217 |     0 |   0.0 |  92M| 210 |   - | 371 |  31k|   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
154.69/154.79	c   147s|320000 | 66677 |     0 |   0.0 |  93M| 210 |   - | 371 |  36k|   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
169.50/169.50	c   161s|330000 | 67808 |     0 |   0.0 |  88M| 210 |   - | 371 |  19k|   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
174.00/174.00	c   165s|340000 | 73869 |     0 |   0.0 |  90M| 210 |   - | 371 |  13k|   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
178.60/178.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
178.60/178.60	c   170s|350000 | 78728 |     0 |   0.0 |  93M| 210 |   - | 371 |  14k|   0 |   0 |   0 | 438k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
184.50/184.54	c   175s|360000 | 82387 |     0 |   0.0 |  97M| 210 |   - | 371 |  16k|   0 |   0 |   0 | 453k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
190.20/190.21	c   181s|370000 | 86626 |     0 |   0.0 | 100M| 210 |   - | 371 |  13k|   0 |   0 |   0 | 467k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
194.89/194.91	c   185s|380000 | 91283 |     0 |   0.0 | 104M| 210 |   - | 371 |  13k|   0 |   0 |   0 | 481k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
200.21/200.28	c   190s|390000 | 95299 |     0 |   0.0 | 108M| 210 |   - | 371 |  14k|   0 |   0 |   0 | 495k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
206.00/206.00	c   196s|400000 | 98971 |     0 |   0.0 | 113M| 210 |   - | 371 |  16k|   0 |   0 |   0 | 511k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
212.00/212.09	c   202s|410000 |102209 |     0 |   0.0 | 118M| 210 |   - | 371 |  16k|   0 |   0 |   0 | 526k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
216.90/216.90	o 8
216.90/216.90	c * 206s|417089 | 93456 |     0 |   0.0 | 109M| 210 |   - | 371 |  15k|   0 |   0 |   0 | 539k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
218.81/218.89	c   208s|420000 | 94165 |     0 |   0.0 | 110M| 210 |   - | 371 |  14k|   0 |   0 |   0 | 544k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
225.10/225.12	c   214s|430000 | 96898 |     0 |   0.0 | 114M| 210 |   - | 371 |  13k|   0 |   0 |   0 | 560k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
231.70/231.75	c   220s|440000 | 98746 |     0 |   0.0 | 118M| 210 |   - | 371 |  14k|   0 |   0 |   0 | 578k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
238.50/238.58	c   227s|450000 | 99733 |     0 |   0.0 | 120M| 210 |   - | 371 |  13k|   0 |   0 |   0 | 596k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
249.00/249.06	c   237s|460000 | 98112 |     0 |   0.0 | 121M| 210 |   - | 371 |8884 |   0 |   0 |   0 | 619k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
257.50/257.59	c   245s|470000 | 95919 |     0 |   0.0 | 123M| 210 |   - | 371 |  16k|   0 |   0 |   0 | 647k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
270.51/270.59	c   258s|480000 | 92435 |     0 |   0.0 | 123M| 210 |   - | 371 |  23k|   0 |   0 |   0 | 677k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
288.70/288.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.70/288.74	c   275s|490000 | 86925 |     0 |   0.0 | 118M| 210 |   - | 371 |  28k|   0 |   0 |   0 | 706k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
297.89/297.91	c   284s|500000 | 88700 |     0 |   0.0 | 115M| 210 |   - | 371 |  11k|   0 |   0 |   0 | 725k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
304.20/304.28	c   290s|510000 | 91161 |     0 |   0.0 | 119M| 210 |   - | 371 |  12k|   0 |   0 |   0 | 742k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
311.50/311.51	c   297s|520000 | 92707 |     0 |   0.0 | 123M| 210 |   - | 371 |  15k|   0 |   0 |   0 | 761k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
319.90/319.97	c   305s|530000 | 93518 |     0 |   0.0 | 127M| 210 |   - | 371 |  17k|   0 |   0 |   0 | 780k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
330.01/330.04	c   315s|540000 | 92946 |     0 |   0.0 | 130M| 210 |   - | 371 |  18k|   0 |   0 |   0 | 802k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
339.90/339.93	c   325s|550000 | 93416 |     0 |   0.0 | 132M| 210 |   - | 371 |  19k|   0 |   0 |   0 | 822k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
349.80/349.83	c   334s|560000 | 94564 |     0 |   0.0 | 135M| 210 |   - | 371 |  18k|   0 |   0 |   0 | 841k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
359.50/359.59	c   344s|570000 | 95481 |     0 |   0.0 | 139M| 210 |   - | 371 |  21k|   0 |   0 |   0 | 861k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
370.50/370.59	c   354s|580000 | 96324 |     0 |   0.0 | 144M| 210 |   - | 371 |  26k|   0 |   0 |   0 | 882k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
383.10/383.14	c   366s|590000 | 96553 |     0 |   0.0 | 147M| 210 |   - | 371 |  28k|   0 |   0 |   0 | 903k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
395.60/395.69	c   379s|600000 | 97015 |     0 |   0.0 | 151M| 210 |   - | 371 |  30k|   0 |   0 |   0 | 923k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
408.90/408.99	c   392s|610000 | 97416 |     0 |   0.0 | 153M| 210 |   - | 371 |  31k|   0 |   0 |   0 | 944k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
423.00/423.09	c   405s|620000 | 97245 |     0 |   0.0 | 154M| 210 |   - | 371 |  30k|   0 |   0 |   0 | 967k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
436.71/436.70	c   419s|630000 | 97394 |     0 |   0.0 | 155M| 210 |   - | 371 |  28k|   0 |   0 |   0 | 988k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
449.50/449.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.50/449.58	c   431s|640000 | 97969 |     0 |   0.0 | 157M| 210 |   - | 371 |  28k|   0 |   0 |   0 |1009k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
463.60/463.61	c   445s|650000 | 97314 |     0 |   0.0 | 159M| 210 |   - | 371 |  29k|   0 |   0 |   0 |1031k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
476.10/476.19	c   457s|660000 | 98465 |     0 |   0.0 | 157M| 210 |   - | 371 |  19k|   0 |   0 |   0 |1049k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
486.50/486.57	c   467s|670000 | 97927 |     0 |   0.0 | 158M| 210 |   - | 371 |  22k|   0 |   0 |   0 |1072k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
495.40/495.43	c   476s|680000 | 97395 |     0 |   0.0 | 152M| 210 |   - | 371 |  19k|   0 |   0 |   0 |1094k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
508.70/508.71	c   489s|690000 | 94749 |     0 |   0.0 | 148M| 210 |   - | 371 |  20k|   0 |   0 |   0 |1119k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
522.51/522.57	c   502s|700000 | 93583 |     0 |   0.0 | 150M| 210 |   - | 371 |  26k|   0 |   0 |   0 |1142k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
541.40/541.45	c   521s|710000 | 90983 |     0 |   0.0 | 151M| 210 |   - | 371 |  35k|   0 |   0 |   0 |1166k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
563.90/563.97	c   543s|720000 | 88177 |     0 |   0.0 | 152M| 210 |   - | 371 |  41k|   0 |   0 |   0 |1191k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
589.62/589.67	c   568s|730000 | 85031 |     0 |   0.0 | 150M| 210 |   - | 371 |  41k|   0 |   0 |   0 |1216k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
611.81/611.89	c   590s|740000 | 84035 |     0 |   0.0 | 151M| 210 |   - | 371 |  40k|   0 |   0 |   0 |1238k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
633.41/633.44	c   611s|750000 | 83469 |     0 |   0.0 | 153M| 210 |   - | 371 |  42k|   0 |   0 |   0 |1261k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
656.71/656.70	c   634s|760000 | 82470 |     0 |   0.0 | 155M| 210 |   - | 371 |  44k|   0 |   0 |   0 |1284k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
680.50/680.52	c   658s|770000 | 81191 |     0 |   0.0 | 157M| 210 |   - | 371 |  47k|   0 |   0 |   0 |1307k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
704.10/704.16	c   681s|780000 | 79900 |     0 |   0.0 | 158M| 210 |   - | 371 |  50k|   0 |   0 |   0 |1330k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
728.12/728.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.12/728.18	c   705s|790000 | 78654 |     0 |   0.0 | 159M| 210 |   - | 371 |  52k|   0 |   0 |   0 |1354k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
756.21/756.29	c   732s|800000 | 76630 |     0 |   0.0 | 158M| 210 |   - | 371 |  53k|   0 |   0 |   0 |1378k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
785.31/785.36	c   761s|810000 | 74567 |     0 |   0.0 | 157M| 210 |   - | 371 |  52k|   0 |   0 |   0 |1400k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
814.71/814.73	c   790s|820000 | 72233 |     0 |   0.0 | 150M| 210 |   - | 371 |  39k|   0 |   0 |   0 |1422k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
827.81/827.81	c   803s|830000 | 74991 |     0 |   0.0 | 148M| 210 |   - | 371 |  26k|   0 |   0 |   0 |1439k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
842.11/842.18	c   817s|840000 | 73447 |     0 |   0.0 | 146M| 210 |   - | 371 |  33k|   0 |   0 |   0 |1463k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
860.31/860.35	c   835s|850000 | 71263 |     0 |   0.0 | 143M| 210 |   - | 371 |  34k|   0 |   0 |   0 |1487k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
874.42/874.49	c   849s|860000 | 73366 |     0 |   0.0 | 138M| 210 |   - | 371 |  21k|   0 |   0 |   0 |1505k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
880.02/880.04	c   854s|870000 | 79335 |     0 |   0.0 | 141M| 210 |   - | 371 |  17k|   0 |   0 |   0 |1517k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
890.31/890.31	c   864s|880000 | 77976 |     0 |   0.0 | 139M| 210 |   - | 371 |  22k|   0 |   0 |   0 |1538k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
911.01/911.07	c   884s|890000 | 72281 |     0 |   0.0 | 138M| 210 |   - | 371 |  33k|   0 |   0 |   0 |1566k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
919.71/919.77	o 3
919.71/919.77	c * 893s|893681 | 30459 |     0 |   0.0 |  81M| 210 |   - | 371 |  35k|   0 |   0 |   0 |1575k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
939.32/939.36	c   912s|900000 | 26490 |     0 |   0.0 |  77M| 210 |   - | 371 |  38k|   0 |   0 |   0 |1594k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
974.71/974.78	c   947s|910000 | 20528 |     0 |   0.0 |  72M| 210 |   - | 371 |  45k|   0 |   0 |   0 |1624k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1017.81/1017.83	c   990s|920000 | 13679 |     0 |   0.0 |  63M| 210 |   - | 371 |  48k|   0 |   0 |   0 |1654k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1071.72/1071.76	c 
1071.72/1071.76	c SCIP Status        : problem is solved [optimal solution found]
1071.72/1071.76	c Solving Time (sec) : 1043.36
1071.72/1071.76	c Solving Nodes      : 929436
1071.72/1071.76	c Primal Bound       : +3.00000000000000e+00 (15 solutions)
1071.72/1071.76	c Dual Bound         : +3.00000000000000e+00
1071.72/1071.76	c Gap                : 0.00 %
1071.72/1071.76	s OPTIMUM FOUND
1071.72/1071.76	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
1071.72/1071.76	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 
1071.72/1071.76	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 
1071.72/1071.76	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 
1071.72/1071.76	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 
1071.72/1071.76	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 
1071.72/1071.76	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 
1071.72/1071.76	v -x4 -x3 -x2 -x1 
1071.72/1071.76	c SCIP Status        : problem is solved [optimal solution found]
1071.72/1071.76	c Solving Time       :    1043.36
1071.72/1071.76	c Original Problem   :
1071.72/1071.76	c   Problem name     : HOME/instance-2694114-1277923403.wbo
1071.72/1071.76	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1071.72/1071.76	c   Constraints      : 203 initial, 203 maximal
1071.72/1071.76	c Presolved Problem  :
1071.72/1071.76	c   Problem name     : t_HOME/instance-2694114-1277923403.wbo
1071.72/1071.76	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1071.72/1071.76	c   Constraints      : 202 initial, 54237 maximal
1071.72/1071.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1071.72/1071.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   probing          :       0.01          0          0          0          0          0          0          0          0
1071.72/1071.76	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   linear           :       0.00          0          0          0        101          0          1          0          0
1071.72/1071.76	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1071.72/1071.76	c   root node        :          -          0          -          -          0          -          -          -          -
1071.72/1071.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1071.72/1071.76	c   integral         :          0          0          0          0          0          0          0          0          0          0
1071.72/1071.76	c   indicator        :        101          0    2563163          0     574647       1793     433375          0          0          0
1071.72/1071.76	c   linear           :        101          0    2845143          0     626744     405511   15895290          0          0          0
1071.72/1071.76	c   logicor          :          0+         0    1433377          0          0      48605     964456          0          0          0
1071.72/1071.76	c   bounddisjunction :          0+         0     158046          0          0          3        913          0          0          0
1071.72/1071.76	c   countsols        :          0          0          0          0     626756          0          0          0          0          0
1071.72/1071.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1071.72/1071.76	c   integral         :       0.00       0.00       0.00       0.00       0.00
1071.72/1071.76	c   indicator        :       0.87       0.00       0.48       0.00       0.39
1071.72/1071.76	c   linear           :      97.31       0.00      97.25       0.00       0.06
1071.72/1071.76	c   logicor          :     478.89       0.00     478.89       0.00       0.00
1071.72/1071.76	c   bounddisjunction :       0.17       0.00       0.17       0.00       0.00
1071.72/1071.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1071.72/1071.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1071.72/1071.76	c   vbounds          :       0.00          2          0          0
1071.72/1071.76	c   rootredcost      :       0.00          0          0          0
1071.72/1071.76	c   pseudoobj        :       7.26    2847513        751     391349
1071.72/1071.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1071.72/1071.76	c   propagation      :      33.26     454865     454857    2442013       31.2     345156       14.1          -
1071.72/1071.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1071.72/1071.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1071.72/1071.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1071.72/1071.76	c   pseudo solution  :       0.00         26         26        139       31.3         28       11.6          -
1071.72/1071.76	c   applied globally :          -          -          -    1628511       18.3          -          -          -
1071.72/1071.76	c   applied locally  :          -          -          -      56832       38.5          -          -          -
1071.72/1071.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1071.72/1071.76	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1071.72/1071.76	c   redcost          :       0.00          0          0          0          0          0
1071.72/1071.76	c   impliedbounds    :       0.00          0          0          0          0          0
1071.72/1071.76	c   intobj           :       0.00          0          0          0          0          0
1071.72/1071.76	c   cgmip            :       0.00          0          0          0          0          0
1071.72/1071.76	c   gomory           :       0.00          0          0          0          0          0
1071.72/1071.76	c   strongcg         :       0.00          0          0          0          0          0
1071.72/1071.76	c   cmir             :       0.00          0          0          0          0          0
1071.72/1071.76	c   flowcover        :       0.00          0          0          0          0          0
1071.72/1071.76	c   clique           :       0.00          0          0          0          0          0
1071.72/1071.76	c   zerohalf         :       0.00          0          0          0          0          0
1071.72/1071.76	c   mcf              :       0.00          0          0          0          0          0
1071.72/1071.76	c   rapidlearning    :       0.00          0          0          0          0          0
1071.72/1071.76	c Pricers            :       Time      Calls       Vars
1071.72/1071.76	c   problem variables:       0.00          0          0
1071.72/1071.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1071.72/1071.76	c   relpscost        :       0.00          0          0          0          0          0          0
1071.72/1071.76	c   pscost           :       0.00          0          0          0          0          0          0
1071.72/1071.76	c   inference        :       4.44     626744          0          0          0          0    1253488
1071.72/1071.76	c   mostinf          :       0.00          0          0          0          0          0          0
1071.72/1071.76	c   leastinf         :       0.00          0          0          0          0          0          0
1071.72/1071.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1071.72/1071.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1071.72/1071.76	c   random           :       0.00          0          0          0          0          0          0
1071.72/1071.76	c Primal Heuristics  :       Time      Calls      Found
1071.72/1071.76	c   LP solutions     :       0.00          -          0
1071.72/1071.76	c   pseudo solutions :       0.18          -         12
1071.72/1071.76	c   oneopt           :       0.00          0          0
1071.72/1071.76	c   trivial          :       0.00          2          2
1071.72/1071.76	c   simplerounding   :       0.00          0          0
1071.72/1071.76	c   zirounding       :       0.00          0          0
1071.72/1071.76	c   rounding         :       0.00          0          0
1071.72/1071.76	c   shifting         :       0.00          0          0
1071.72/1071.76	c   intshifting      :       0.00          0          0
1071.72/1071.76	c   twoopt           :       0.00          0          0
1071.72/1071.76	c   fixandinfer      :       0.00          0          0
1071.72/1071.76	c   feaspump         :       0.00          0          0
1071.72/1071.76	c   coefdiving       :       0.00          0          0
1071.72/1071.76	c   pscostdiving     :       0.00          0          0
1071.72/1071.76	c   fracdiving       :       0.00          0          0
1071.72/1071.76	c   veclendiving     :       0.00          0          0
1071.72/1071.76	c   intdiving        :       0.00          0          0
1071.72/1071.76	c   actconsdiving    :       0.00          0          0
1071.72/1071.76	c   objpscostdiving  :       0.00          0          0
1071.72/1071.76	c   rootsoldiving    :       0.00          0          0
1071.72/1071.76	c   linesearchdiving :       0.00          0          0
1071.72/1071.76	c   guideddiving     :       0.00          0          0
1071.72/1071.76	c   octane           :       0.00          0          0
1071.72/1071.76	c   rens             :       0.00          0          0
1071.72/1071.76	c   rins             :       0.00          0          0
1071.72/1071.76	c   localbranching   :       0.00          0          0
1071.72/1071.76	c   mutation         :       0.00          0          0
1071.72/1071.76	c   crossover        :       0.00          0          0
1071.72/1071.76	c   dins             :       0.00          0          0
1071.72/1071.76	c   undercover       :       0.00          0          0
1071.72/1071.76	c   nlp              :       0.00          0          0
1071.72/1071.76	c   trysol           :       0.00          1          1
1071.72/1071.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1071.72/1071.76	c   primal LP        :       0.00          0          0       0.00          -
1071.72/1071.76	c   dual LP          :       0.00          0          0       0.00          -
1071.72/1071.76	c   lex dual LP      :       0.00          0          0       0.00          -
1071.72/1071.76	c   barrier LP       :       0.00          0          0       0.00          -
1071.72/1071.76	c   diving/probing LP:       0.00          0          0       0.00          -
1071.72/1071.76	c   strong branching :       0.00          0          0       0.00          -
1071.72/1071.76	c     (at root node) :          -          0          0       0.00          -
1071.72/1071.76	c   conflict analysis:       0.00          0          0       0.00          -
1071.72/1071.76	c B&B Tree           :
1071.72/1071.76	c   number of runs   :          1
1071.72/1071.76	c   nodes            :     929436
1071.72/1071.76	c   nodes (total)    :     929436
1071.72/1071.76	c   nodes left       :          0
1071.72/1071.76	c   max depth        :        210
1071.72/1071.76	c   max depth (total):        210
1071.72/1071.76	c   backtracks       :     320703 (34.5%)
1071.72/1071.76	c   delayed cutoffs  :     216783
1071.72/1071.76	c   repropagations   :     986556 (5321169 domain reductions, 154009 cutoffs)
1071.72/1071.76	c   avg switch length:      24.28
1071.72/1071.76	c   switching time   :     336.32
1071.72/1071.76	c Solution           :
1071.72/1071.76	c   Solutions found  :         15 (13 improvements)
1071.72/1071.76	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1071.72/1071.76	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 893681 nodes, 892.84 seconds, depth 67, found by <relaxation>)
1071.72/1071.76	c   Dual Bound       : +3.00000000000000e+00
1071.72/1071.76	c   Gap              :       0.00 %
1071.72/1071.76	c   Root Dual Bound  : +0.00000000000000e+00
1071.72/1071.76	c   Root Iterations  :          0
1071.82/1071.82	c Time complete: 1071.84.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694114-1277923403/watcher-2694114-1277923403 -o /tmp/evaluation-result-2694114-1277923403/solver-2694114-1277923403 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694114-1277923403.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.97 1.99 1.99 4/178 15042
/proc/meminfo: memFree=31567892/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=8256 CPUtime=0
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 1553 0 0 0 0 0 0 0 21 0 1 0 133636917 8454144 1476 4089446400 4194304 7136930 140736961825088 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15042/statm: 2064 1476 275 719 0 1343 0

[startup+0.01445 s]
/proc/loadavg: 1.97 1.99 1.99 4/178 15042
/proc/meminfo: memFree=31567892/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=11136 CPUtime=0.01
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 2713 0 0 0 1 0 0 0 21 0 1 0 133636917 11403264 2026 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 2784 2026 368 719 0 2063 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11136

[startup+0.100514 s]
/proc/loadavg: 1.97 1.99 1.99 4/178 15042
/proc/meminfo: memFree=31567892/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=13756 CPUtime=0.09
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 3404 0 0 0 8 1 0 0 21 0 1 0 133636917 14086144 2717 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 3439 2717 390 719 0 2718 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13756

[startup+0.300451 s]
/proc/loadavg: 1.97 1.99 1.99 4/178 15042
/proc/meminfo: memFree=31567892/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=16212 CPUtime=0.29
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 4016 0 0 0 25 4 0 0 21 0 1 0 133636917 16601088 3329 4089446400 4194304 7136930 140736961825088 18446744073709551615 4923153 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 4053 3329 390 719 0 3332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16212

[startup+0.700432 s]
/proc/loadavg: 1.97 1.99 1.99 4/178 15042
/proc/meminfo: memFree=31567892/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=18916 CPUtime=0.69
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 4701 0 0 0 62 7 0 0 22 0 1 0 133636917 19369984 4014 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 4729 4014 390 719 0 4008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18916

[startup+1.50029 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 15043
/proc/meminfo: memFree=31551392/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=21740 CPUtime=1.49
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 5433 0 0 0 135 14 0 0 25 0 1 0 133636917 22261760 4746 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 5435 4746 390 719 0 4714 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21740

[startup+3.10101 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 15043
/proc/meminfo: memFree=31546416/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=29068 CPUtime=3.09
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 7278 0 0 0 269 40 0 0 25 0 1 0 133636917 29765632 6591 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 7267 6591 390 719 0 6546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29068

[startup+6.30039 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 15043
/proc/meminfo: memFree=31536744/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=36052 CPUtime=6.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 9012 0 0 0 570 60 0 0 25 0 1 0 133636917 36917248 8325 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 9013 8325 390 719 0 8292 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 36052

[startup+12.7002 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 15043
/proc/meminfo: memFree=31515696/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=62124 CPUtime=12.69
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 15230 0 0 0 1090 179 0 0 25 0 1 0 133636917 63614976 14543 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 15531 14543 391 719 0 14810 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62124

[startup+25.501 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 15043
/proc/meminfo: memFree=31490180/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=78276 CPUtime=25.49
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 19217 0 0 0 2285 264 0 0 25 0 1 0 133636917 80154624 18530 4089446400 4194304 7136930 140736961825088 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 19569 18530 391 719 0 18848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78276

[startup+51.1006 s]
/proc/loadavg: 1.99 1.99 1.99 3/179 15098
/proc/meminfo: memFree=31595464/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=94164 CPUtime=51.09
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 23045 0 0 0 4694 415 0 0 25 0 1 0 133636917 96423936 22358 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 23541 22358 393 719 0 22820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94164

[startup+102.308 s]
/proc/loadavg: 2.07 2.01 2.00 3/179 15099
/proc/meminfo: memFree=31492612/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=126056 CPUtime=102.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 30734 0 0 0 9569 661 0 0 25 0 1 0 133636917 129081344 30047 4089446400 4194304 7136930 140736961825088 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 31514 30047 393 719 0 30793 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 126056

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 15101
/proc/meminfo: memFree=31453472/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=138956 CPUtime=162.29
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 33869 0 0 0 15402 827 0 0 25 0 1 0 133636917 142290944 33182 4089446400 4194304 7136930 140736961825088 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 34739 33182 393 719 0 34018 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138956

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15103
/proc/meminfo: memFree=31414436/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=170508 CPUtime=222.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 41715 0 0 0 21128 1102 0 0 25 0 1 0 133636917 174600192 41028 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 42627 41028 393 719 0 41906 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 170508

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15104
/proc/meminfo: memFree=31393520/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=179424 CPUtime=282.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 43969 0 0 0 26905 1325 0 0 25 0 1 0 133636917 183730176 43282 4089446400 4194304 7136930 140736961825088 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 44856 43282 393 719 0 44135 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 179424

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15105
/proc/meminfo: memFree=31369520/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=188556 CPUtime=342.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 46262 0 0 0 32684 1546 0 0 25 0 1 0 133636917 193081344 45575 4089446400 4194304 7136930 140736961825088 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 47139 45575 393 719 0 46418 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 188556

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15107
/proc/meminfo: memFree=31332240/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=207428 CPUtime=402.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 50969 0 0 0 38511 1719 0 0 25 0 1 0 133636917 212406272 50282 4089446400 4194304 7136930 140736961825088 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 51857 50282 393 719 0 51136 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 207428

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15109
/proc/meminfo: memFree=31307628/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=215596 CPUtime=462.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 52971 0 0 0 44370 1860 0 0 25 0 1 0 133636917 220770304 52284 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 53899 52284 393 719 0 53178 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 215596

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15111
/proc/meminfo: memFree=31297244/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=218244 CPUtime=522.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 53613 0 0 0 50194 2036 0 0 25 0 1 0 133636917 223481856 52926 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 54561 52926 393 719 0 53840 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 218244

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15112
/proc/meminfo: memFree=31287284/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=220308 CPUtime=582.3
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 54122 0 0 0 56101 2129 0 0 25 0 1 0 133636917 225595392 53435 4089446400 4194304 7136930 140736961825088 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 55077 53435 393 719 0 54356 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 220308

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15113
/proc/meminfo: memFree=31277420/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=222032 CPUtime=642.31
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 54546 0 0 0 62013 2218 0 0 25 0 1 0 133636917 227360768 53859 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 55508 53859 393 719 0 54787 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 222032

[startup+702.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15115
/proc/meminfo: memFree=31267564/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=227376 CPUtime=702.31
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 55834 0 0 0 67924 2307 0 0 25 0 1 0 133636917 232833024 55147 4089446400 4194304 7136930 140736961825088 18446744073709551615 4999772 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 56844 55147 393 719 0 56123 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 227376

[startup+762.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15117
/proc/meminfo: memFree=31256340/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=230000 CPUtime=762.32
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 56456 0 0 0 73843 2389 0 0 25 0 1 0 133636917 235520000 55769 4089446400 4194304 7136930 140736961825088 18446744073709551615 4644801 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 57500 55769 393 719 0 56779 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 230000

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15119
/proc/meminfo: memFree=31246948/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=231612 CPUtime=822.32
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 56791 0 0 0 79762 2470 0 0 25 0 1 0 133636917 237170688 56104 4089446400 4194304 7136930 140736961825088 18446744073709551615 4219844 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 57903 56104 393 719 0 57182 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 231612

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15120
/proc/meminfo: memFree=31238680/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232624 CPUtime=882.31
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57050 0 0 0 85623 2608 0 0 25 0 1 0 133636917 238206976 56363 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58156 56363 393 719 0 57435 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 232624

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15121
/proc/meminfo: memFree=31228944/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232804 CPUtime=942.32
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57075 0 0 0 91520 2712 0 0 25 0 1 0 133636917 238391296 56388 4089446400 4194304 7136930 140736961825088 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58201 56388 393 719 0 57480 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 232804

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15123
/proc/meminfo: memFree=31217000/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232804 CPUtime=1002.31
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57091 0 0 0 97455 2776 0 0 25 0 1 0 133636917 238391296 56404 4089446400 4194304 7136930 140736961825088 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58201 56404 393 719 0 57480 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 232804

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15134
/proc/meminfo: memFree=31205044/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232804 CPUtime=1062.31
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57123 0 0 0 103399 2832 0 0 25 0 1 0 133636917 238391296 56436 4089446400 4194304 7136930 140736961825088 18446744073709551615 4212430 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58201 56436 393 719 0 57480 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 232804

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

[startup+1068.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15134
/proc/meminfo: memFree=31201560/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232804 CPUtime=1068.72
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57123 0 0 0 104033 2839 0 0 25 0 1 0 133636917 238391296 56436 4089446400 4194304 7136930 140736961825088 18446744073709551615 4209075 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58201 56436 393 719 0 57480 0
Current children cumulated CPU time (s) 1068.72
Current children cumulated vsize (KiB) 232804

[startup+1070.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15134
/proc/meminfo: memFree=31201604/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232804 CPUtime=1070.32
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57123 0 0 0 104192 2840 0 0 25 0 1 0 133636917 238391296 56436 4089446400 4194304 7136930 140736961825088 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58201 56436 393 719 0 57480 0
Current children cumulated CPU time (s) 1070.32
Current children cumulated vsize (KiB) 232804

[startup+1071.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15134
/proc/meminfo: memFree=31201604/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232804 CPUtime=1071.12
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57123 0 0 0 104271 2841 0 0 25 0 1 0 133636917 238391296 56436 4089446400 4194304 7136930 140736961825088 18446744073709551615 4221204 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58201 56436 393 719 0 57480 0
Current children cumulated CPU time (s) 1071.12
Current children cumulated vsize (KiB) 232804

[startup+1071.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15134
/proc/meminfo: memFree=31200736/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232804 CPUtime=1071.52
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57123 0 0 0 104310 2842 0 0 25 0 1 0 133636917 238391296 56436 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58201 56436 393 719 0 57480 0
Current children cumulated CPU time (s) 1071.52
Current children cumulated vsize (KiB) 232804

[startup+1071.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15134
/proc/meminfo: memFree=31200736/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=232544 CPUtime=1071.72
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57123 0 0 0 104330 2842 0 0 25 0 1 0 133636917 238125056 56371 4089446400 4194304 7136930 140736961825088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15042/statm: 58136 56371 393 719 0 57415 0
Current children cumulated CPU time (s) 1071.72
Current children cumulated vsize (KiB) 232544

[startup+1071.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15134
/proc/meminfo: memFree=31200736/32950928 swapFree=67111528/67111528
[pid=15042] ppid=15040 vsize=229064 CPUtime=1071.82
/proc/15042/stat : 15042 (pbscip.linux.x8) R 15040 15042 13477 0 -1 4202496 57165 0 0 0 104340 2842 0 0 25 0 1 0 133636917 234561536 55507 4089446400 4194304 7136930 140736961825088 18446744073709551615 4997767 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15042/statm: 57266 55507 399 719 0 56545 0
Current children cumulated CPU time (s) 1071.82
Current children cumulated vsize (KiB) 229064

Child status: 0
Real time (s): 1071.82
CPU time (s): 1071.85
CPU user time (s): 1043.42
CPU system time (s): 28.4337
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 232804

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

runsolver used 1.81272 second user time and 3.88441 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 20:43:23
IDJOB=2694114
IDBENCH=79205
IDSOLVER=1206
FILE ID=node125/2694114-1277923403
PBS_JOBID= 11197320
Free space on /tmp= 74204 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.1111220767--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-2694114-1277923403/watcher-2694114-1277923403 -o /tmp/evaluation-result-2694114-1277923403/solver-2694114-1277923403 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694114-1277923403.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 43acf8f13d56436057772fd6366e1bde
RANDOM SEED=1298155579

node125.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.822
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.64
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.822
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.822
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.822
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.822
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.822
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.74
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.822
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.75
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.822
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31567800 kB
Buffers:        206992 kB
Cached:         798840 kB
SwapCached:          0 kB
Active:         671168 kB
Inactive:       569028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31567800 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3140 kB
Writeback:           0 kB
AnonPages:      234572 kB
Mapped:          16244 kB
Slab:            78728 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   377580 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= 74200 MiB
End job on node125 at 2010-06-30 21:01:15