Trace number 2699986

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 17.0134 17.0128

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2699986-1278533867.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c lp/solvefreq = -1
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	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.05	c t 0.0s|     1 |     0 |     0 |     - |5795k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     2 |     0 |     - |5746k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.19	o 9534
0.09/0.19	c * 0.2s|  1221 |  1200 |     0 |   0.0 |6685k| 815 |   - |1700 |1667 |   0 |   0 |   0 |  67 |   0 | 0.000000e+00 | 9.534000e+03 |    Inf 
1.69/1.70	c   1.6s| 10000 |  9805 |     0 |   0.0 |  10M| 815 |   - |1700 |2268 |   0 |   0 |   0 | 693 |   0 | 1.000000e+00 | 9.534000e+03 |  Large 
3.19/3.29	c   3.1s| 20000 | 19786 |     0 |   0.0 |  14M| 815 |   - |1700 |2237 |   0 |   0 |   0 | 783 |   0 | 1.000000e+00 | 9.534000e+03 |  Large 
4.89/4.93	c   4.7s| 30000 | 29678 |     0 |   0.0 |  19M| 815 |   - |1700 |2305 |   0 |   0 |   0 |1303 |   0 | 1.000000e+00 | 9.534000e+03 |  Large 
6.49/6.50	c   6.2s| 40000 | 39647 |     0 |   0.0 |  23M| 815 |   - |1700 |2045 |   0 |   0 |   0 |1461 |   0 | 1.000000e+00 | 9.534000e+03 |  Large 
7.99/8.03	c   7.7s| 50000 | 49630 |     0 |   0.0 |  27M| 815 |   - |1700 |1979 |   0 |   0 |   0 |1541 |   0 | 1.000000e+00 | 9.534000e+03 |  Large 
8.19/8.24	o 2205
8.19/8.24	c * 7.9s| 51287 | 15055 |     0 |   0.0 |  14M| 815 |   - |1700 |2004 |   0 |   0 |   0 |1571 |   0 | 1.000000e+00 | 2.205000e+03 |  Large 
9.80/9.82	o 2119
9.80/9.82	c * 9.4s| 56265 | 18131 |     0 |   0.0 |  20M| 815 |   - |1700 |4136 |   0 |   0 |   0 |5395 |   0 | 1.000000e+00 | 2.119000e+03 |  Large 
10.09/10.14	o 2051
10.09/10.14	c * 9.7s| 57286 | 18449 |     0 |   0.0 |  21M| 815 |   - |1700 |4452 |   0 |   0 |   0 |6163 |   0 | 1.000000e+00 | 2.051000e+03 |  Large 
10.29/10.30	o 1983
10.29/10.30	c * 9.9s| 57823 | 18488 |     0 |   0.0 |  21M| 815 |   - |1700 |4597 |   0 |   0 |   0 |6588 |   0 | 1.000000e+00 | 1.983000e+03 |  Large 
10.49/10.55	o 1902
10.49/10.55	c *10.1s| 58647 | 18625 |     0 |   0.0 |  22M| 815 |   - |1700 |4651 |   0 |   0 |   0 |7109 |   0 | 1.000000e+00 | 1.902000e+03 |  Large 
11.00/11.01	c  10.6s| 60000 | 19609 |     0 |   0.0 |  24M| 815 |   - |1700 |4796 |   0 |   0 |   0 |8252 |   0 | 1.000000e+00 | 1.902000e+03 |  Large 
11.00/11.01	o 1830
11.00/11.01	c *10.6s| 60014 | 19149 |     0 |   0.0 |  23M| 815 |   - |1700 |4796 |   0 |   0 |   0 |8252 |   0 | 1.000000e+00 | 1.830000e+03 |  Large 
11.19/11.25	o 1796
11.19/11.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.25	c *10.8s| 60687 | 19397 |     0 |   0.0 |  24M| 815 |   - |1700 |5059 |   0 |   0 |   0 |8913 |   0 | 1.000000e+00 | 1.796000e+03 |  Large 
11.19/11.25	o 1699
11.19/11.25	c *10.8s| 60688 | 18665 |     0 |   0.0 |  23M| 815 |   - |1700 |5059 |   0 |   0 |   0 |8913 |   0 | 1.000000e+00 | 1.699000e+03 |  Large 
11.39/11.46	o 1609
11.39/11.46	c *11.0s| 61275 | 18352 |     0 |   0.0 |  23M| 815 |   - |1700 |5208 |   0 |   0 |   0 |9409 |   0 | 1.000000e+00 | 1.609000e+03 |  Large 
11.60/11.62	o 1466
11.60/11.62	c *11.2s| 61737 | 17291 |     0 |   0.0 |  22M| 815 |   - |1700 |5243 |   0 |   0 |   0 |9755 |   0 | 1.000000e+00 | 1.466000e+03 |  Large 
11.69/11.74	o 1457
11.69/11.74	c *11.3s| 62044 | 17373 |     0 |   0.0 |  22M| 815 |   - |1700 |5259 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.457000e+03 |  Large 
11.69/11.75	o 1356
11.69/11.75	c *11.3s| 62071 | 16173 |     0 |   0.0 |  21M| 815 |   - |1700 |5260 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.356000e+03 |  Large 
12.10/12.19	o 1265
12.10/12.19	c *11.7s| 63237 | 16141 |     0 |   0.0 |  21M| 815 |   - |1700 |5337 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 1.265000e+03 |  Large 
12.59/12.65	o 1247
12.59/12.65	c *12.2s| 64296 | 16603 |     0 |   0.0 |  23M| 815 |   - |1700 |5561 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.247000e+03 |  Large 
12.59/12.68	o 1232
12.59/12.68	c *12.2s| 64371 | 16536 |     0 |   0.0 |  23M| 815 |   - |1700 |5623 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.232000e+03 |  Large 
12.99/13.02	o 1166
12.99/13.02	c *12.5s| 65162 | 16313 |     0 |   0.0 |  22M| 815 |   - |1700 |5681 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.166000e+03 |  Large 
12.99/13.05	o 1098
12.99/13.05	c *12.6s| 65257 | 15601 |     0 |   0.0 |  22M| 815 |   - |1700 |5715 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.098000e+03 |  Large 
13.20/13.26	o 963
13.20/13.26	c *12.8s| 65698 | 13947 |     0 |   0.0 |  21M| 815 |   - |1700 |5800 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.630000e+02 |  Large 
13.20/13.29	o 952
13.20/13.29	c *12.8s| 65762 | 13684 |     0 |   0.0 |  21M| 815 |   - |1700 |5796 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.520000e+02 |  Large 
13.20/13.29	o 926
13.20/13.29	c *12.8s| 65763 | 13406 |     0 |   0.0 |  21M| 815 |   - |1700 |5796 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.260000e+02 |  Large 
13.59/13.61	o 818
13.59/13.61	c *13.1s| 66333 | 12224 |     0 |   0.0 |  20M| 815 |   - |1700 |5777 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 8.180000e+02 |  Large 
13.59/13.69	o 811
13.59/13.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.59/13.69	c *13.2s| 66446 | 12187 |     0 |   0.0 |  20M| 815 |   - |1700 |5785 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 8.110000e+02 |  Large 
13.79/13.81	o 784
13.79/13.81	c *13.3s| 66647 | 11995 |     0 |   0.0 |  20M| 815 |   - |1700 |5872 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 7.840000e+02 |  Large 
13.79/13.81	o 775
13.79/13.81	c *13.3s| 66648 | 11912 |     0 |   0.0 |  20M| 815 |   - |1700 |5872 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 7.750000e+02 |  Large 
13.79/13.83	o 714
13.79/13.83	c *13.3s| 66675 | 10787 |     0 |   0.0 |  19M| 815 |   - |1700 |5870 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 7.140000e+02 |  Large 
13.79/13.87	o 712
13.79/13.87	c *13.3s| 66761 | 10817 |     0 |   0.0 |  20M| 815 |   - |1700 |5920 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 7.120000e+02 |  Large 
13.79/13.87	o 664
13.79/13.87	c *13.3s| 66763 |  9923 |     0 |   0.0 |  19M| 815 |   - |1700 |5920 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 6.640000e+02 |  Large 
13.79/13.88	o 655
13.79/13.88	c *13.3s| 66777 |  9867 |     0 |   0.0 |  19M| 815 |   - |1700 |5934 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 6.550000e+02 |  Large 
13.79/13.89	o 652
13.79/13.89	c *13.4s| 66795 |  9846 |     0 |   0.0 |  19M| 815 |   - |1700 |5959 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 6.520000e+02 |  Large 
13.89/13.90	o 619
13.89/13.90	c *13.4s| 66809 |  9377 |     0 |   0.0 |  19M| 815 |   - |1700 |5954 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 6.190000e+02 |  Large 
13.89/13.90	o 603
13.89/13.90	c *13.4s| 66810 |  9250 |     0 |   0.0 |  19M| 815 |   - |1700 |5954 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 6.030000e+02 |  Large 
13.99/14.05	o 587
13.99/14.05	c *13.5s| 66965 |  9063 |     0 |   0.0 |  19M| 815 |   - |1700 |6050 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 5.870000e+02 |  Large 
14.39/14.45	o 549
14.39/14.45	c *13.9s| 67364 |  8695 |     0 |   0.0 |  20M| 815 |   - |1700 |5003 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 5.490000e+02 |  Large 
14.39/14.45	o 526
14.39/14.45	c *13.9s| 67365 |  8639 |     0 |   0.0 |  20M| 815 |   - |1700 |5003 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 5.260000e+02 |  Large 
14.49/14.55	o 520
14.49/14.55	c *14.0s| 67440 |  8614 |     0 |   0.0 |  21M| 815 |   - |1700 |4958 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 5.200000e+02 |  Large 
14.59/14.62	o 513
14.59/14.62	c *14.1s| 67511 |  8425 |     0 |   0.0 |  21M| 815 |   - |1700 |5029 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 5.130000e+02 |  Large 
14.59/14.63	o 416
14.59/14.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.59/14.63	c *14.1s| 67546 |  7385 |     0 |   0.0 |  20M| 815 |   - |1700 |5033 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 4.160000e+02 |  Large 
14.59/14.65	o 406
14.59/14.65	c *14.1s| 67574 |  7100 |     0 |   0.0 |  20M| 815 |   - |1700 |5059 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 4.060000e+02 |  Large 
14.59/14.68	o 393
14.59/14.68	c *14.1s| 67595 |  7006 |     0 |   0.0 |  20M| 815 |   - |1700 |5097 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 3.930000e+02 |  Large 
14.89/14.90	o 383
14.89/14.90	c *14.3s| 67819 |  6985 |     0 |   0.0 |  21M| 815 |   - |1700 |4552 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 3.830000e+02 |  Large 
14.89/14.99	o 346
14.89/14.99	c *14.4s| 67923 |  6653 |     0 |   0.0 |  21M| 815 |   - |1700 |4406 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 3.460000e+02 |  Large 
15.19/15.27	o 329
15.19/15.27	c *14.7s| 68202 |  6555 |     0 |   0.0 |  22M| 815 |   - |1700 |3487 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 3.290000e+02 |  Large 
15.19/15.29	o 247
15.19/15.29	c *14.7s| 68210 |  5904 |     0 |   0.0 |  21M| 815 |   - |1700 |3483 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 2.470000e+02 |  Large 
15.49/15.52	o 235
15.49/15.52	c *14.9s| 68345 |  5349 |     0 |   0.0 |  22M| 815 |   - |1700 |3586 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 2.350000e+02 |  Large 
15.79/15.80	o 230
15.79/15.80	c *15.2s| 68551 |  4577 |     0 |   0.0 |  22M| 815 |   - |1700 |4027 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 2.300000e+02 |  Large 
15.79/15.89	o 165
15.79/15.89	c *15.3s| 68607 |  3043 |     0 |   0.0 |  20M| 815 |   - |1700 |4160 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.650000e+02 |  Large 
16.19/16.26	o 162
16.19/16.26	c *15.7s| 68948 |  2631 |     0 |   0.0 |  21M| 815 |   - |1700 |3772 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.620000e+02 |  Large 
16.19/16.28	o 145
16.19/16.28	c *15.7s| 68971 |  2560 |     0 |   0.0 |  21M| 815 |   - |1700 |3788 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.450000e+02 |  Large 
16.69/16.78	o 139
16.69/16.78	c *16.2s| 69454 |  1508 |     0 |   0.0 |  19M| 815 |   - |1700 |3812 |   0 |   0 |   0 |  21k|   0 | 6.000000e+00 | 1.390000e+02 |2216.67%
16.89/16.92	o 134
16.89/16.92	c *16.3s| 69616 |  1448 |     0 |   0.0 |  19M| 815 |   - |1700 |3893 |   0 |   0 |   0 |  22k|   0 | 9.000000e+00 | 1.340000e+02 |1388.89%
16.89/16.92	o 131
16.89/16.92	c *16.3s| 69622 |  1417 |     0 |   0.0 |  19M| 815 |   - |1700 |3888 |   0 |   0 |   0 |  22k|   0 | 9.000000e+00 | 1.310000e+02 |1355.56%
16.89/16.95	o 130
16.89/16.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.89/16.95	c *16.4s| 69655 |  1410 |     0 |   0.0 |  19M| 815 |   - |1700 |3860 |   0 |   0 |   0 |  22k|   0 | 1.100000e+01 | 1.300000e+02 |1081.82%
16.89/16.98	o 94
16.89/16.98	c *16.4s| 69681 |  1308 |     0 |   0.0 |  18M| 815 |   - |1700 |3833 |   0 |   0 |   0 |  22k|   0 | 1.100000e+01 | 9.400000e+01 | 754.55%
16.89/16.98	o 51
16.89/16.98	c *16.4s| 69693 |   172 |     0 |   0.0 |  10M| 815 |   - |1700 |3843 |   0 |   0 |   0 |  22k|   0 | 1.100000e+01 | 5.100000e+01 | 363.64%
16.89/16.99	o 12
16.89/16.99	c *16.4s| 69698 |     5 |     0 |   0.0 |9057k| 815 |   - |1700 |3845 |   0 |   0 |   0 |  22k|   0 | 1.100000e+01 | 1.200000e+01 |   9.09%
16.89/16.99	c 
16.89/16.99	c SCIP Status        : problem is solved [optimal solution found]
16.89/16.99	c Solving Time (sec) : 16.40
16.89/16.99	c Solving Nodes      : 69699
16.89/16.99	c Primal Bound       : +1.20000000000000e+01 (58 solutions)
16.89/16.99	c Dual Bound         : +1.20000000000000e+01
16.89/16.99	c Gap                : 0.00 %
16.89/17.00	s OPTIMUM FOUND
16.89/17.00	v -x200 x199 x198 -x197 -x196 x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
16.89/17.00	v -x176 x175 -x174 x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 
16.89/17.00	v -x154 x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
16.89/17.00	v x131 x130 -x129 -x128 x127 x126 -x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 -x114 x113 x112 -x111 x110 -x109 
16.89/17.00	v -x108 x107 x106 -x105 -x104 x103 -x102 x101 x100 -x99 -x98 x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 x88 -x87 -x86 x85 x84 
16.89/17.00	v -x83 x82 -x81 x80 -x79 -x78 x77 x76 -x75 x74 -x73 x72 -x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 -x62 x61 -x60 x59 x58 -x57 -x56 
16.89/17.00	v x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 x44 -x43 -x42 x41 x40 -x39 x38 -x37 x36 -x35 -x34 x33 x32 -x31 -x30 x29 -x28 
16.89/17.00	v x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 x10 -x9 -x8 x7 -x6 x5 -x4 x3 x2 -x1 
16.99/17.00	c SCIP Status        : problem is solved [optimal solution found]
16.99/17.00	c Solving Time       :      16.40
16.99/17.00	c Original Problem   :
16.99/17.00	c   Problem name     : HOME/instance-2699986-1278533867.wbo
16.99/17.00	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
16.99/17.00	c   Constraints      : 1701 initial, 1701 maximal
16.99/17.00	c Presolved Problem  :
16.99/17.00	c   Problem name     : t_HOME/instance-2699986-1278533867.wbo
16.99/17.00	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
16.99/17.00	c   Constraints      : 1600 initial, 6098 maximal
16.99/17.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
16.99/17.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
16.99/17.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
16.99/17.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
16.99/17.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
16.99/17.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
16.99/17.00	c   probing          :       0.02          0          0          0          0          0          0          0          0
16.99/17.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
16.99/17.00	c   linear           :       0.02          0        100          0        800          0        101          0          0
16.99/17.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
16.99/17.00	c   root node        :          -        497          -          -        994          -          -          -          -
16.99/17.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
16.99/17.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
16.99/17.00	c   indicator        :        800          0     141397          0      66712         90     700925          0          0          0
16.99/17.00	c   linear           :        800          0     141745          0      66760       1497     110694          0          0          0
16.99/17.00	c   logicor          :          0+         0      71595          0          0        643      48612          0          0          0
16.99/17.00	c   countsols        :          0          0          0          0      66790          0          0          0          0          0
16.99/17.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
16.99/17.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
16.99/17.00	c   indicator        :       3.37       0.00       1.17       0.00       2.20
16.99/17.00	c   linear           :       2.31       0.00       2.25       0.00       0.06
16.99/17.00	c   logicor          :       1.05       0.00       1.05       0.00       0.00
16.99/17.00	c   countsols        :       0.01       0.00       0.00       0.00       0.01
16.99/17.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
16.99/17.00	c   vbounds          :       0.03          2          0          0
16.99/17.00	c   rootredcost      :       0.05          0          0          0
16.99/17.00	c   pseudoobj        :       2.63     144069       2386     658921
16.99/17.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
16.99/17.00	c   propagation      :       0.30       4526       4520      19947       22.8      10743        3.7          -
16.99/17.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
16.99/17.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
16.99/17.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
16.99/17.00	c   pseudo solution  :       0.00         35         35        171       22.6        215        4.1          -
16.99/17.00	c   applied globally :          -          -          -      22243       12.1          -          -          -
16.99/17.00	c   applied locally  :          -          -          -          5      145.4          -          -          -
16.99/17.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
16.99/17.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
16.99/17.00	c   redcost          :       0.00          0          0          0          0          0
16.99/17.00	c   impliedbounds    :       0.00          0          0          0          0          0
16.99/17.00	c   intobj           :       0.00          0          0          0          0          0
16.99/17.00	c   cgmip            :       0.00          0          0          0          0          0
16.99/17.00	c   gomory           :       0.00          0          0          0          0          0
16.99/17.00	c   strongcg         :       0.00          0          0          0          0          0
16.99/17.00	c   cmir             :       0.00          0          0          0          0          0
16.99/17.00	c   flowcover        :       0.00          0          0          0          0          0
16.99/17.00	c   clique           :       0.00          0          0          0          0          0
16.99/17.00	c   zerohalf         :       0.00          0          0          0          0          0
16.99/17.00	c   mcf              :       0.00          0          0          0          0          0
16.99/17.00	c   rapidlearning    :       0.00          0          0          0          0          0
16.99/17.00	c Pricers            :       Time      Calls       Vars
16.99/17.00	c   problem variables:       0.00          0          0
16.99/17.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
16.99/17.00	c   relpscost        :       0.00          0          0          0          0          0          0
16.99/17.00	c   pscost           :       0.00          0          0          0          0          0          0
16.99/17.00	c   inference        :       3.56      66734          0          0          0          0     133468
16.99/17.00	c   mostinf          :       0.00          0          0          0          0          0          0
16.99/17.00	c   leastinf         :       0.00          0          0          0          0          0          0
16.99/17.00	c   fullstrong       :       0.00          0          0          0          0          0          0
16.99/17.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
16.99/17.00	c   random           :       0.00          0          0          0          0          0          0
16.99/17.00	c Primal Heuristics  :       Time      Calls      Found
16.99/17.00	c   LP solutions     :       0.00          -          0
16.99/17.00	c   pseudo solutions :       0.06          -         56
16.99/17.00	c   oneopt           :       0.03          0          0
16.99/17.00	c   trivial          :       0.00          2          1
16.99/17.00	c   simplerounding   :       0.00          0          0
16.99/17.00	c   zirounding       :       0.00          0          0
16.99/17.00	c   rounding         :       0.00          0          0
16.99/17.00	c   shifting         :       0.00          0          0
16.99/17.00	c   intshifting      :       0.00          0          0
16.99/17.00	c   twoopt           :       0.00          0          0
16.99/17.00	c   fixandinfer      :       0.00          0          0
16.99/17.00	c   feaspump         :       0.00          0          0
16.99/17.00	c   coefdiving       :       0.00          0          0
16.99/17.00	c   pscostdiving     :       0.00          0          0
16.99/17.00	c   fracdiving       :       0.00          0          0
16.99/17.00	c   veclendiving     :       0.00          0          0
16.99/17.00	c   intdiving        :       0.00          0          0
16.99/17.00	c   actconsdiving    :       0.00          0          0
16.99/17.00	c   objpscostdiving  :       0.00          0          0
16.99/17.00	c   rootsoldiving    :       0.00          0          0
16.99/17.00	c   linesearchdiving :       0.00          0          0
16.99/17.00	c   guideddiving     :       0.00          0          0
16.99/17.00	c   octane           :       0.00          0          0
16.99/17.00	c   rens             :       0.00          0          0
16.99/17.00	c   rins             :       0.00          0          0
16.99/17.00	c   localbranching   :       0.00          0          0
16.99/17.00	c   mutation         :       0.00          0          0
16.99/17.00	c   crossover        :       0.00          0          0
16.99/17.00	c   dins             :       0.00          0          0
16.99/17.00	c   undercover       :       0.00          0          0
16.99/17.00	c   nlp              :       0.04          0          0
16.99/17.00	c   trysol           :       0.00          1          1
16.99/17.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
16.99/17.00	c   primal LP        :       0.00          0          0       0.00          -
16.99/17.00	c   dual LP          :       0.00          0          0       0.00          -
16.99/17.00	c   lex dual LP      :       0.00          0          0       0.00          -
16.99/17.00	c   barrier LP       :       0.00          0          0       0.00          -
16.99/17.00	c   diving/probing LP:       0.00          0          0       0.00          -
16.99/17.00	c   strong branching :       0.00          0          0       0.00          -
16.99/17.00	c     (at root node) :          -          0          0       0.00          -
16.99/17.00	c   conflict analysis:       0.00          0          0       0.00          -
16.99/17.00	c B&B Tree           :
16.99/17.00	c   number of runs   :          1
16.99/17.00	c   nodes            :      69699
16.99/17.00	c   nodes (total)    :      69699
16.99/17.00	c   nodes left       :          0
16.99/17.00	c   max depth        :        815
16.99/17.00	c   max depth (total):        815
16.99/17.00	c   backtracks       :       2769 (4.0%)
16.99/17.00	c   delayed cutoffs  :       3996
16.99/17.00	c   repropagations   :      12939 (449222 domain reductions, 1742 cutoffs)
16.99/17.00	c   avg switch length:       3.73
16.99/17.00	c   switching time   :       1.98
16.99/17.00	c Solution           :
16.99/17.00	c   Solutions found  :         58 (57 improvements)
16.99/17.00	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
16.99/17.00	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 69698 nodes, 16.39 seconds, depth 149, found by <relaxation>)
16.99/17.00	c   Dual Bound       : +1.20000000000000e+01
16.99/17.00	c   Gap              :       0.00 %
16.99/17.00	c   Root Dual Bound  : +0.00000000000000e+00
16.99/17.00	c   Root Iterations  :          0
16.99/17.01	c Time complete: 17.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699986-1278533867/watcher-2699986-1278533867 -o /tmp/evaluation-result-2699986-1278533867/solver-2699986-1278533867 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2699986-1278533867.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: 0.99 0.28 0.09 4/178 17362
/proc/meminfo: memFree=30724168/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=8268 CPUtime=0
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 1553 0 0 0 0 0 0 0 23 0 1 0 21599019 8466432 1476 4089446400 4194304 7136930 140734552183504 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17362/statm: 2067 1477 275 719 0 1346 0

[startup+0.0867609 s]
/proc/loadavg: 0.99 0.28 0.09 4/178 17362
/proc/meminfo: memFree=30724168/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=20264 CPUtime=0.08
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 5552 0 0 0 8 0 0 0 18 0 1 0 21599019 20750336 4350 4089446400 4194304 7136930 140734552183504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 5066 4350 387 719 0 4345 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20264

[startup+0.100759 s]
/proc/loadavg: 0.99 0.28 0.09 4/178 17362
/proc/meminfo: memFree=30724168/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=20420 CPUtime=0.09
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 5561 0 0 0 9 0 0 0 18 0 1 0 21599019 20910080 4359 4089446400 4194304 7136930 140734552183504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 5105 4359 387 719 0 4384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20420

[startup+0.300722 s]
/proc/loadavg: 0.99 0.28 0.09 4/178 17362
/proc/meminfo: memFree=30724168/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=21340 CPUtime=0.29
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 5798 0 0 0 28 1 0 0 18 0 1 0 21599019 21852160 4596 4089446400 4194304 7136930 140734552183504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 5335 4596 394 719 0 4614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21340

[startup+0.700661 s]
/proc/loadavg: 0.99 0.28 0.09 4/178 17362
/proc/meminfo: memFree=30724168/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=23136 CPUtime=0.69
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 6254 0 0 0 66 3 0 0 18 0 1 0 21599019 23691264 5052 4089446400 4194304 7136930 140734552183504 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 5784 5052 394 719 0 5063 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23136

[startup+1.5005 s]
/proc/loadavg: 0.99 0.28 0.09 3/179 17363
/proc/meminfo: memFree=30703848/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=25508 CPUtime=1.49
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 6881 0 0 0 143 6 0 0 19 0 1 0 21599019 26120192 5679 4089446400 4194304 7136930 140734552183504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 6377 5679 394 719 0 5656 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25508

[startup+3.10021 s]
/proc/loadavg: 0.99 0.28 0.09 3/179 17363
/proc/meminfo: memFree=30697772/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=31980 CPUtime=3.09
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 8540 0 0 0 297 12 0 0 25 0 1 0 21599019 32747520 7338 4089446400 4194304 7136930 140734552183504 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 7995 7338 394 719 0 7274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31980

[startup+6.30062 s]
/proc/loadavg: 1.15 0.33 0.11 3/179 17363
/proc/meminfo: memFree=30681468/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=40112 CPUtime=6.29
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 10629 0 0 0 604 25 0 0 25 0 1 0 21599019 41074688 9427 4089446400 4194304 7136930 140734552183504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 10028 9427 394 719 0 9307 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40112

[startup+12.7004 s]
/proc/loadavg: 1.21 0.35 0.12 4/179 17364
/proc/meminfo: memFree=30647904/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=67224 CPUtime=12.7
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 17024 0 0 0 1222 48 0 0 25 0 1 0 21599019 68837376 15822 4089446400 4194304 7136930 140734552183504 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 16806 15822 394 719 0 16085 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 67224

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

[startup+14.3061 s]
/proc/loadavg: 1.21 0.35 0.12 3/179 17364
/proc/meminfo: memFree=30636148/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=72828 CPUtime=14.3
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 18385 0 0 0 1377 53 0 0 25 0 1 0 21599019 74575872 17183 4089446400 4194304 7136930 140734552183504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 18207 17183 394 719 0 17486 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 72828

[startup+15.9009 s]
/proc/loadavg: 1.28 0.38 0.13 3/179 17364
/proc/meminfo: memFree=30632552/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=78500 CPUtime=15.89
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 19608 0 0 0 1533 56 0 0 25 0 1 0 21599019 80384000 18406 4089446400 4194304 7136930 140734552183504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 19625 18406 394 719 0 18904 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 78500

[startup+16.7007 s]
/proc/loadavg: 1.28 0.38 0.13 3/179 17364
/proc/meminfo: memFree=30627840/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=80108 CPUtime=16.69
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 19949 0 0 0 1611 58 0 0 25 0 1 0 21599019 82030592 18747 4089446400 4194304 7136930 140734552183504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 20027 18747 394 719 0 19306 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 80108

[startup+16.9007 s]
/proc/loadavg: 1.28 0.38 0.13 3/179 17364
/proc/meminfo: memFree=30627840/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=80108 CPUtime=16.89
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 19955 0 0 0 1631 58 0 0 25 0 1 0 21599019 82030592 18753 4089446400 4194304 7136930 140734552183504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17362/statm: 20027 18753 394 719 0 19306 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 80108

[startup+17.0006 s]
/proc/loadavg: 1.28 0.38 0.13 3/179 17364
/proc/meminfo: memFree=30627840/32951124 swapFree=67111528/67111528
[pid=17362] ppid=17360 vsize=80244 CPUtime=16.99
/proc/17362/stat : 17362 (pbscip.linux.x8) R 17360 17362 16776 0 -1 4202496 20000 0 0 0 1641 58 0 0 25 0 1 0 21599019 82169856 18798 4089446400 4194304 7136930 140734552183504 18446744073709551615 6357248 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17362/statm: 20061 18798 395 719 0 19340 0
Current children cumulated CPU time (s) 16.99
Current children cumulated vsize (KiB) 80244

Child status: 0
Real time (s): 17.0128
CPU time (s): 17.0134
CPU user time (s): 16.4255
CPU system time (s): 0.58791
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 80244

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

runsolver used 0.029995 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-07 22:17:47
IDJOB=2699986
IDBENCH=79390
IDSOLVER=1206
FILE ID=node147/2699986-1278533867
PBS_JOBID= 11239183
Free space on /tmp= 73820 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh216_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699986-1278533867/watcher-2699986-1278533867 -o /tmp/evaluation-result-2699986-1278533867/solver-2699986-1278533867 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2699986-1278533867.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 830bcbfbc6ad7e0fb8e641f5751577e3
RANDOM SEED=345539729

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30724820 kB
Buffers:        132020 kB
Cached:        1867688 kB
SwapCached:          0 kB
Active:         883212 kB
Inactive:      1203596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30724820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9720 kB
Writeback:           0 kB
AnonPages:       86740 kB
Mapped:          16916 kB
Slab:            74084 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   228768 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= 73820 MiB
End job on node147 at 2010-07-07 22:18:05