Trace number 2700273

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 123.848 123.847

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh17_wcsp.wbo
MD5SUM57d73bec44a40d3308f5eb2ba913b45c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.269958
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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: Clp 1.11.1] [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-2700273-1278534566.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
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, 1050 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	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.06	c t 0.0s|     1 |     0 |     0 |     - |6124k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6521k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    43 |     - |6562k|   0 |   0 |1800 |1700 |1800 |  71 |  71 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   149 |     - |6619k|   0 |  55 |1800 |1700 |1800 | 128 | 128 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   185 |     - |6850k|   0 |  49 |1800 |1700 |1800 | 166 | 166 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   220 |     - |6928k|   0 |  67 |1800 |1700 |1800 | 176 | 176 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   280 |     - |6964k|   0 |  60 |1800 |1700 |1800 | 187 | 187 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   370 |     - |6993k|   0 |  59 |1800 |1700 |1800 | 194 | 194 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.46	c   0.4s|     1 |     2 |   563 |     - |7045k|   0 |  59 |1800 |1700 |1800 | 194 | 194 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
5.79/5.80	o 5306
5.79/5.80	c * 5.6s|  4890 |  2967 | 12872 |   2.6 |  12M| 847 |   - |1800 |1714 |1800 | 315 | 976 |  14 | 696 | 0.000000e+00 | 5.306000e+03 |    Inf 
6.99/7.09	o 4957
6.99/7.09	c * 6.8s|  6391 |  4110 | 17597 |   2.7 |  14M| 847 |   - |1800 |2403 |1800 | 302 |1495 | 703 | 702 | 0.000000e+00 | 4.957000e+03 |    Inf 
8.10/8.16	o 4874
8.10/8.16	c * 7.9s|  7581 |  4959 | 21388 |   2.8 |  16M| 847 |   - |1800 |3549 |1800 | 262 |1921 |1850 | 712 | 0.000000e+00 | 4.874000e+03 |    Inf 
8.10/8.16	o 4832
8.10/8.16	c * 7.9s|  7582 |  4941 | 21394 |   2.8 |  16M| 847 |   - |1800 |3549 |1800 | 262 |1921 |1850 | 712 | 0.000000e+00 | 4.832000e+03 |    Inf 
8.89/8.96	o 4830
8.89/8.96	c * 8.7s|  8365 |  5518 | 24696 |   2.9 |  17M| 847 |   - |1800 |4383 |1800 | 310 |2276 |2689 | 725 | 0.000000e+00 | 4.830000e+03 |    Inf 
10.29/10.39	c  10.0s| 10000 |  6837 | 29336 |   2.9 |  19M| 847 |   0 |1800 |4992 |1800 | 251 |2706 |3791 | 730 | 0.000000e+00 | 4.830000e+03 |    Inf 
13.49/13.51	o 4693
13.49/13.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.49/13.52	c *13.1s| 13764 |  9765 | 39135 |   2.8 |  24M| 847 |   - |1800 |5090 |1800 | 257 |3709 |6475 | 730 | 0.000000e+00 | 4.693000e+03 |    Inf 
13.49/13.54	o 4543
13.49/13.54	c *13.1s| 13796 |  9635 | 39332 |   2.8 |  24M| 847 |   - |1800 |5114 |1800 | 253 |3714 |6504 | 730 | 0.000000e+00 | 4.543000e+03 |    Inf 
13.49/13.57	o 4494
13.49/13.57	c *13.1s| 13817 |  9584 | 39404 |   2.8 |  24M| 847 |   - |1800 |5120 |1800 | 254 |3715 |6514 | 730 | 0.000000e+00 | 4.494000e+03 |    Inf 
13.49/13.57	o 4307
13.49/13.57	c *13.1s| 13818 |  9331 | 39410 |   2.8 |  23M| 847 |   - |1800 |5120 |1800 | 254 |3715 |6514 | 730 | 0.000000e+00 | 4.307000e+03 |    Inf 
14.89/14.92	o 4069
14.89/14.92	c *14.4s| 15271 | 10030 | 44627 |   2.9 |  24M| 847 |   - |1800 |5420 |1800 | 308 |4171 |7859 | 744 | 0.000000e+00 | 4.069000e+03 |    Inf 
14.89/14.92	o 4036
14.89/14.92	c *14.4s| 15272 |  9955 | 44628 |   2.9 |  24M| 847 |   - |1800 |5420 |1800 | 308 |4171 |7859 | 744 | 0.000000e+00 | 4.036000e+03 |    Inf 
15.69/15.73	o 3991
15.69/15.73	c *15.2s| 16193 | 10581 | 47326 |   2.9 |  25M| 847 |   - |1800 |5501 |1800 | 310 |4452 |8644 | 746 | 0.000000e+00 | 3.991000e+03 |    Inf 
15.69/15.74	o 3404
15.69/15.74	c *15.2s| 16194 |  9174 | 47328 |   2.9 |  21M| 847 |   - |1800 |5501 |1800 | 310 |4452 |8644 | 746 | 0.000000e+00 | 3.404000e+03 |    Inf 
19.39/19.49	c  18.9s| 20000 | 11945 | 64136 |   3.2 |  27M| 847 |   - |1800 |6396 |   0 |   0 |6237 |  12k| 750 | 0.000000e+00 | 3.404000e+03 |    Inf 
23.00/23.08	o 3342
23.00/23.08	c *22.4s| 23858 | 14702 | 77766 |   3.2 |  32M| 847 |   - |1800 |5446 |1800 | 300 |7697 |  15k| 751 | 0.000000e+00 | 3.342000e+03 |    Inf 
23.00/23.08	o 3339
23.00/23.08	c *22.4s| 23859 | 14694 | 77767 |   3.2 |  32M| 847 |   - |1800 |5446 |1800 | 300 |7697 |  15k| 751 | 0.000000e+00 | 3.339000e+03 |    Inf 
28.99/29.00	c  28.1s| 30000 | 19359 |102342 |   3.4 |  41M| 847 |   0 |1800 |4795 |1800 | 238 |  10k|  19k| 752 | 0.000000e+00 | 3.339000e+03 |    Inf 
39.09/39.11	c  37.9s| 40000 | 26658 |142191 |   3.5 |  55M| 847 |   0 |1800 |6082 |1800 | 259 |  14k|  28k| 753 | 0.000000e+00 | 3.339000e+03 |    Inf 
39.19/39.21	o 3260
39.19/39.21	c *38.0s| 40120 | 26417 |142355 |   3.5 |  55M| 847 |   - |1800 |6180 |1800 | 267 |  14k|  28k| 753 | 0.000000e+00 | 3.260000e+03 |    Inf 
41.59/41.69	o 2815
41.59/41.69	c *40.5s| 42674 | 25836 |152222 |   3.6 |  55M| 847 |   - |1800 |5725 |1800 | 294 |  15k|  30k| 753 | 0.000000e+00 | 2.815000e+03 |    Inf 
41.70/41.79	o 2652
41.70/41.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.70/41.79	c *40.5s| 42779 | 24695 |152749 |   3.6 |  52M| 847 |   - |1800 |5721 |1800 | 269 |  15k|  30k| 753 | 0.000000e+00 | 2.652000e+03 |    Inf 
41.80/41.80	o 2557
41.80/41.80	c *40.6s| 42780 | 23924 |152809 |   3.6 |  50M| 847 |   - |1800 |5718 |1800 | 269 |  15k|  30k| 753 | 0.000000e+00 | 2.557000e+03 |    Inf 
48.69/48.73	o 2452
48.69/48.73	c *47.3s| 49372 | 27254 |184353 |   3.7 |  56M| 847 |   - |1800 |5526 |1800 | 295 |  19k|  36k| 753 | 0.000000e+00 | 2.452000e+03 |    Inf 
49.40/49.48	c  48.0s| 50000 | 27656 |187961 |   3.8 |  57M| 847 |   0 |1800 |5849 |1800 | 214 |  19k|  37k| 753 | 0.000000e+00 | 2.452000e+03 |    Inf 
56.49/56.53	o 2432
56.49/56.53	c *54.9s| 56631 | 31845 |220004 |   3.9 |  68M| 847 |   - |1800 |5953 |1800 | 293 |  23k|  44k| 753 | 0.000000e+00 | 2.432000e+03 |    Inf 
59.99/60.02	o 2377
59.99/60.02	c *58.3s| 59751 | 33189 |236102 |   3.9 |  71M| 847 |   - |1800 |5560 |1800 | 245 |  25k|  47k| 753 | 0.000000e+00 | 2.377000e+03 |    Inf 
59.99/60.02	o 2374
59.99/60.02	c *58.3s| 59752 | 33163 |236102 |   3.9 |  71M| 847 |   - |1800 |5559 |1800 | 245 |  25k|  47k| 753 | 0.000000e+00 | 2.374000e+03 |    Inf 
60.19/60.22	o 2372
60.19/60.22	c *58.5s| 59948 | 33296 |237146 |   3.9 |  71M| 847 |   - |1800 |5591 |1800 | 253 |  25k|  47k| 753 | 0.000000e+00 | 2.372000e+03 |    Inf 
60.19/60.29	c  58.5s| 60000 | 33335 |237428 |   4.0 |  71M| 847 |   0 |1800 |5621 |1800 | 247 |  25k|  47k| 753 | 0.000000e+00 | 2.372000e+03 |    Inf 
61.29/61.36	o 2255
61.29/61.36	c *59.6s| 60864 | 32246 |243027 |   4.0 |  69M| 847 |   - |1800 |5998 |1800 | 248 |  25k|  48k| 753 | 0.000000e+00 | 2.255000e+03 |    Inf 
61.29/61.36	o 2252
61.29/61.36	c *59.6s| 60865 | 32199 |243027 |   4.0 |  68M| 847 |   - |1800 |5998 |1800 | 248 |  25k|  48k| 753 | 0.000000e+00 | 2.252000e+03 |    Inf 
69.99/70.09	o 2179
69.99/70.09	c *68.1s| 68714 | 35963 |282403 |   4.1 |  78M| 847 |   - |1800 |5630 |1800 | 286 |  30k|  56k| 759 | 0.000000e+00 | 2.179000e+03 |    Inf 
69.99/70.09	o 2176
69.99/70.09	c *68.1s| 68715 | 35893 |282403 |   4.1 |  78M| 847 |   - |1800 |5629 |1800 | 286 |  30k|  56k| 759 | 0.000000e+00 | 2.176000e+03 |    Inf 
71.39/71.43	c  69.4s| 70000 | 36774 |287700 |   4.1 |  80M| 847 |   - |1800 |5285 |1800 | 223 |  30k|  57k| 762 | 0.000000e+00 | 2.176000e+03 |    Inf 
72.20/72.29	o 1935
72.20/72.29	c *70.2s| 70711 | 33595 |292427 |   4.1 |  74M| 847 |   - |1800 |5600 |1800 | 276 |  31k|  58k| 764 | 0.000000e+00 | 1.935000e+03 |    Inf 
72.29/72.32	o 1831
72.29/72.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
72.29/72.32	c *70.3s| 70738 | 31766 |292567 |   4.1 |  70M| 847 |   - |1800 |5589 |1800 | 277 |  31k|  58k| 764 | 0.000000e+00 | 1.831000e+03 |    Inf 
83.89/83.94	c  81.5s| 80000 | 36977 |354768 |   4.4 |  87M| 847 |   - |1800 |5607 |   0 |   0 |  38k|  68k| 828 | 0.000000e+00 | 1.831000e+03 |    Inf 
89.19/89.26	o 1785
89.19/89.26	c *86.7s| 84135 | 38819 |391089 |   4.6 |  94M| 847 |   - |1800 |5951 |1800 | 273 |  41k|  72k| 889 | 0.000000e+00 | 1.785000e+03 |    Inf 
96.80/96.82	c  94.1s| 90000 | 42260 |437339 |   4.9 | 105M| 847 |   - |1800 |4559 |   0 |   0 |  45k|  77k| 958 | 0.000000e+00 | 1.785000e+03 |    Inf 
98.00/98.02	o 1709
98.00/98.02	c *95.2s| 90918 | 41366 |444915 |   4.9 | 103M| 847 |   - |1800 |4652 |1800 | 279 |  46k|  78k| 974 | 0.000000e+00 | 1.709000e+03 |    Inf 
98.00/98.05	o 1629
98.00/98.05	c *95.3s| 90928 | 39684 |445075 |   4.9 |  98M| 847 |   - |1800 |4677 |1800 | 286 |  46k|  78k| 974 | 0.000000e+00 | 1.629000e+03 |    Inf 
98.00/98.09	o 1498
98.00/98.09	c *95.3s| 90950 | 36478 |445191 |   4.9 |  90M| 847 |   - |1800 |4697 |1800 | 286 |  46k|  78k| 974 | 0.000000e+00 | 1.498000e+03 |    Inf 
98.09/98.11	o 1299
98.09/98.11	c *95.3s| 90957 | 31440 |445234 |   4.9 |  78M| 847 |   - |1800 |4697 |1800 | 287 |  46k|  78k| 974 | 0.000000e+00 | 1.299000e+03 |    Inf 
98.09/98.12	o 1258
98.09/98.12	c *95.3s| 90961 | 30264 |445327 |   4.9 |  75M| 847 |   - |1800 |4707 |1800 | 287 |  46k|  78k| 974 | 0.000000e+00 | 1.258000e+03 |    Inf 
98.09/98.14	o 1215
98.09/98.14	c *95.3s| 90964 | 29035 |445402 |   4.9 |  72M| 847 |   - |1800 |4711 |1800 | 284 |  46k|  78k| 974 | 0.000000e+00 | 1.215000e+03 |    Inf 
98.09/98.14	o 1174
98.09/98.14	c *95.4s| 90965 | 27927 |445418 |   4.9 |  69M| 847 |   - |1800 |4711 |1800 | 284 |  46k|  78k| 974 | 0.000000e+00 | 1.174000e+03 |    Inf 
98.09/98.19	o 1048
98.09/98.19	c *95.4s| 90984 | 24764 |445633 |   4.9 |  60M| 847 |   - |1800 |4744 |1800 | 277 |  46k|  78k| 974 | 0.000000e+00 | 1.048000e+03 |    Inf 
100.80/100.82	o 1040
100.80/100.82	c *98.0s| 92601 | 25224 |465069 |   5.0 |  65M| 847 |   - |1800 |5401 |1800 | 298 |  48k|  81k|1004 | 0.000000e+00 | 1.040000e+03 |    Inf 
105.40/105.49	o 986
105.40/105.49	c * 102s| 95190 | 24694 |508102 |   5.3 |  69M| 847 |   - |1800 |4964 |1800 | 283 |  52k|  84k|1068 | 0.000000e+00 | 9.860000e+02 |    Inf 
107.99/108.04	o 950
107.99/108.04	c * 105s| 96452 | 23863 |530311 |   5.5 |  70M| 847 |   - |1800 |3979 |1800 | 277 |  54k|  86k|1109 | 0.000000e+00 | 9.500000e+02 |    Inf 
114.69/114.79	o 948
114.69/114.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.69/114.79	c * 112s| 99857 | 24772 |590779 |   5.9 |  82M| 847 |   - |1800 |4075 |1800 | 270 |  60k|  92k|1210 | 0.000000e+00 | 9.480000e+02 |    Inf 
114.99/115.00	c   112s|100000 | 24840 |592080 |   5.9 |  82M| 847 |   0 |1800 |4279 |1800 | 273 |  60k|  92k|1210 | 0.000000e+00 | 9.480000e+02 |    Inf 
115.29/115.31	o 875
115.29/115.31	c * 112s|100188 | 22320 |593600 |   5.9 |  76M| 847 |   - |1800 |4791 |1800 | 303 |  60k|  93k|1210 | 0.000000e+00 | 8.750000e+02 |    Inf 
118.50/118.54	o 868
118.50/118.54	c * 115s|101789 | 22631 |623838 |   6.1 |  80M| 847 |   - |1800 |4646 |1800 | 277 |  63k|  95k|1249 | 0.000000e+00 | 8.680000e+02 |    Inf 
118.59/118.60	o 829
118.59/118.60	c * 115s|101823 | 21676 |624169 |   6.1 |  78M| 847 |   - |1800 |4655 |1800 | 292 |  63k|  96k|1249 | 0.000000e+00 | 8.290000e+02 |    Inf 
118.59/118.60	o 826
118.59/118.60	c * 115s|101824 | 21607 |624169 |   6.1 |  78M| 847 |   - |1800 |4655 |1800 | 292 |  63k|  96k|1249 | 0.000000e+00 | 8.260000e+02 |    Inf 
120.19/120.26	o 744
120.19/120.26	c * 117s|102625 | 19855 |638444 |   6.2 |  75M| 847 |   - |1800 |4555 |1800 | 285 |  65k|  97k|1278 | 0.000000e+00 | 7.440000e+02 |    Inf 
120.39/120.41	o 708
120.39/120.41	c * 117s|102682 | 18653 |639977 |   6.2 |  72M| 847 |   - |1800 |4450 |1800 | 280 |  65k|  97k|1280 | 0.000000e+00 | 7.080000e+02 |    Inf 
120.49/120.54	o 695
120.49/120.54	c * 117s|102735 | 18311 |641146 |   6.2 |  72M| 847 |   - |1800 |4343 |1800 | 289 |  65k|  97k|1282 | 0.000000e+00 | 6.950000e+02 |    Inf 
121.80/121.85	o 617
121.80/121.85	c * 118s|103295 | 15574 |653955 |   6.3 |  68M| 847 |   - |1800 |4038 |1800 | 252 |  66k|  98k|1297 | 0.000000e+00 | 6.170000e+02 |    Inf 
121.80/121.85	o 582
121.80/121.85	c * 118s|103296 | 14350 |653969 |   6.3 |  65M| 847 |   - |1800 |4038 |1800 | 252 |  66k|  98k|1297 | 0.000000e+00 | 5.820000e+02 |    Inf 
122.60/122.68	o 532
122.60/122.68	c * 119s|103592 | 13152 |662977 |   6.4 |  63M| 847 |   - |1800 |3464 |1800 | 263 |  67k|  99k|1298 | 0.000000e+00 | 5.320000e+02 |    Inf 
122.69/122.73	o 526
122.69/122.73	c * 119s|103609 | 13029 |663461 |   6.4 |  63M| 847 |   - |1800 |3395 |1800 | 280 |  67k|  99k|1306 | 0.000000e+00 | 5.260000e+02 |    Inf 
122.69/122.75	o 491
122.69/122.75	c * 119s|103616 | 12276 |663469 |   6.4 |  61M| 847 |   - |1800 |3368 |1800 | 280 |  67k|  99k|1306 | 0.000000e+00 | 4.910000e+02 |    Inf 
122.89/122.93	o 430
122.89/122.93	c * 119s|103735 | 10824 |664473 |   6.4 |  57M| 847 |   - |1800 |3209 |1800 | 286 |  67k|  99k|1306 | 0.000000e+00 | 4.300000e+02 |    Inf 
122.89/122.94	o 371
122.89/122.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.89/122.94	c * 119s|103736 |  8931 |664475 |   6.4 |  51M| 847 |   - |1800 |3209 |1800 | 286 |  67k|  99k|1306 | 0.000000e+00 | 3.710000e+02 |    Inf 
122.89/122.96	o 358
122.89/122.96	c * 119s|103743 |  8116 |664528 |   6.4 |  48M| 847 |   - |1800 |3071 |1800 | 287 |  67k|  99k|1306 | 0.000000e+00 | 3.580000e+02 |    Inf 
122.89/122.96	o 355
122.89/122.96	c * 119s|103744 |  8083 |664530 |   6.4 |  48M| 847 |   - |1800 |3071 |1800 | 287 |  67k|  99k|1306 | 0.000000e+00 | 3.550000e+02 |    Inf 
123.19/123.22	o 320
123.19/123.22	c * 120s|103807 |  6625 |667169 |   6.4 |  43M| 847 |   - |1800 |2971 |1800 | 225 |  68k|  99k|1324 | 0.000000e+00 | 3.200000e+02 |    Inf 
123.59/123.61	o 318
123.59/123.61	c * 120s|103956 |  6335 |672569 |   6.5 |  42M| 847 |   - |1800 |2825 |1800 | 256 |  68k|  99k|1343 | 0.000000e+00 | 3.180000e+02 |    Inf 
123.59/123.63	o 238
123.59/123.63	c * 120s|103976 |  4888 |672623 |   6.5 |  37M| 847 |   - |1800 |2795 |1800 | 255 |  68k|  99k|1343 | 0.000000e+00 | 2.380000e+02 |    Inf 
123.59/123.63	o 235
123.59/123.63	c * 120s|103977 |  4788 |672623 |   6.5 |  37M| 847 |   - |1800 |2795 |1800 | 255 |  68k|  99k|1343 | 0.000000e+00 | 2.350000e+02 |    Inf 
123.59/123.68	o 152
123.59/123.68	c * 120s|103998 |  3167 |672779 |   6.5 |  29M| 847 |   - |1800 |1931 |1800 | 254 |  68k|  99k|1343 | 0.000000e+00 | 1.520000e+02 |    Inf 
123.59/123.68	o 149
123.59/123.68	c * 120s|103999 |  3137 |672779 |   6.5 |  29M| 847 |   - |1800 |1931 |1800 | 254 |  68k|  99k|1343 | 0.000000e+00 | 1.490000e+02 |    Inf 
123.70/123.74	o 120
123.70/123.74	c * 120s|104022 |  1044 |673215 |   6.5 |  19M| 847 |   - |1800 |1747 |1800 | 253 |  68k|  99k|1348 | 0.000000e+00 | 1.200000e+02 |    Inf 
123.70/123.74	o 117
123.70/123.74	c * 120s|104023 |  1040 |673215 |   6.5 |  19M| 847 |   - |1800 |1747 |1800 | 253 |  68k|  99k|1348 | 0.000000e+00 | 1.170000e+02 |    Inf 
123.70/123.75	o 56
123.70/123.75	c * 120s|104034 |   415 |673225 |   6.5 |  14M| 847 |   - |1800 |1483 |1800 | 253 |  68k|  99k|1348 | 0.000000e+00 | 5.600000e+01 |    Inf 
123.70/123.76	o 53
123.70/123.76	c * 120s|104035 |   414 |673225 |   6.5 |  14M| 847 |   - |1800 |1483 |1800 | 253 |  68k|  99k|1348 | 0.000000e+00 | 5.300000e+01 |    Inf 
123.70/123.77	o 33
123.70/123.77	c * 120s|104042 |   307 |673239 |   6.5 |  14M| 847 |   - |1800 |1379 |1800 | 253 |  68k|  99k|1348 | 0.000000e+00 | 3.300000e+01 |    Inf 
123.70/123.77	o 30
123.70/123.77	c * 120s|104043 |   304 |673239 |   6.5 |  14M| 847 |   - |1800 |1379 |1800 | 253 |  68k|  99k|1348 | 0.000000e+00 | 3.000000e+01 |    Inf 
123.79/123.82	o 23
123.79/123.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.79/123.82	c * 120s|104067 |     7 |674077 |   6.5 |  11M| 847 |   - |1800 |1267 |1800 | 221 |  68k|  99k|1351 | 0.000000e+00 | 2.300000e+01 |    Inf 
123.79/123.82	o 0
123.79/123.82	c * 120s|104068 |     0 |674078 |   6.5 |  11M| 847 |   - |1800 |1267 |1800 | 221 |  68k|  99k|1351 | 0.000000e+00 | 0.000000e+00 |   0.00%
123.79/123.82	c 
123.79/123.82	c SCIP Status        : problem is solved [optimal solution found]
123.79/123.82	c Solving Time (sec) : 120.28
123.79/123.82	c Solving Nodes      : 104068
123.79/123.82	c Primal Bound       : +0.00000000000000e+00 (217 solutions)
123.79/123.82	c Dual Bound         : +0.00000000000000e+00
123.79/123.82	c Gap                : 0.00 %
123.79/123.83	s OPTIMUM FOUND
123.79/123.83	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 
123.79/123.83	v x176 -x175 x174 -x173 -x172 x171 -x170 x169 -x168 x167 x166 -x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 x156 -x155 
123.79/123.83	v x154 -x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 
123.79/123.83	v -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 x114 -x113 -x112 x111 x110 -x109 
123.79/123.83	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 
123.79/123.83	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 
123.79/123.83	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 
123.79/123.83	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 
123.79/123.83	c SCIP Status        : problem is solved [optimal solution found]
123.79/123.83	c Solving Time       :     120.28
123.79/123.83	c Original Problem   :
123.79/123.83	c   Problem name     : HOME/instance-2700273-1278534566.wbo
123.79/123.83	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
123.79/123.83	c   Constraints      : 1801 initial, 1801 maximal
123.79/123.83	c Presolved Problem  :
123.79/123.83	c   Problem name     : t_HOME/instance-2700273-1278534566.wbo
123.79/123.83	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
123.79/123.83	c   Constraints      : 1700 initial, 6831 maximal
123.79/123.83	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
123.79/123.83	c   trivial          :       0.00          0          0          0          0          0          0          0          0
123.79/123.83	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
123.79/123.83	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
123.79/123.83	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
123.79/123.83	c   implics          :       0.00          0          0          0          0          0          0          0          0
123.79/123.83	c   probing          :       0.02          0          0          0          0          0          0          0          0
123.79/123.83	c   indicator        :       0.00          0          0          0          0          0          0          0          0
123.79/123.83	c   linear           :       0.02          0        100          0        850          0        101          0          0
123.79/123.83	c   logicor          :       0.00          0          0          0          0          0          0          0          0
123.79/123.83	c   root node        :          -        850          -          -       1682          -          -          -          -
123.79/123.83	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
123.79/123.83	c   integral         :          0          0          0     108823          0          0          4          0          0       9138
123.79/123.83	c   indicator        :        850          0     313074     104248          0        246    3603383          0          0          0
123.79/123.83	c   linear           :        850          6     312572     104184          0       3630     292047      68880          0          0
123.79/123.83	c   logicor          :          0+         0     196817          0          0        847     143594          0          0          0
123.79/123.83	c   countsols        :          0          0          0      84720          0          0          0          0          0          0
123.79/123.83	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
123.79/123.83	c   integral         :       3.16       0.00       0.00       3.16       0.00
123.79/123.83	c   indicator        :       9.72       0.01       4.99       4.72       0.00
123.79/123.83	c   linear           :       8.69       0.00       5.32       3.37       0.00
123.79/123.83	c   logicor          :       3.79       0.00       3.79       0.00       0.00
123.79/123.83	c   countsols        :       0.02       0.00       0.00       0.02       0.00
123.79/123.83	c Propagators        :       Time      Calls    Cutoffs    DomReds
123.79/123.83	c   vbounds          :       0.07          2          0          0
123.79/123.83	c   rootredcost      :       0.05         72          0        835
123.79/123.83	c   pseudoobj        :       8.63     328423      15531    3129759
123.79/123.83	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
123.79/123.83	c   propagation      :       1.21      20008      19996      62755       23.4      53256        3.5          -
123.79/123.83	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
123.79/123.83	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
123.79/123.83	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
123.79/123.83	c   pseudo solution  :       0.01         29         29        117       16.2        110        3.7          -
123.79/123.83	c   applied globally :          -          -          -      99811       11.5          -          -          -
123.79/123.83	c   applied locally  :          -          -          -          0        0.0          -          -          -
123.79/123.83	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
123.79/123.83	c   cut pool         :       0.00          3          -          -         57          -    (maximal pool size: 67)
123.79/123.83	c   redcost          :       4.36     114456          0     421747          0          0
123.79/123.83	c   impliedbounds    :       0.00          4          0          0          0          0
123.79/123.83	c   intobj           :       0.00          0          0          0          0          0
123.79/123.83	c   cgmip            :       0.00          0          0          0          0          0
123.79/123.83	c   gomory           :       0.01          4          0          0         67          0
123.79/123.83	c   strongcg         :       0.01          4          0          0          0          0
123.79/123.83	c   cmir             :       0.00          4          0          0          0          0
123.79/123.83	c   flowcover        :       0.02          4          0          0          0          0
123.79/123.83	c   clique           :       0.00          1          0          0          0          0
123.79/123.83	c   zerohalf         :       0.00          0          0          0          0          0
123.79/123.83	c   mcf              :       0.00          1          0          0          0          0
123.79/123.83	c   rapidlearning    :       0.00          0          0          0          0          0
123.79/123.83	c Pricers            :       Time      Calls       Vars
123.79/123.83	c   problem variables:       0.00          0          0
123.79/123.83	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
123.79/123.83	c   relpscost        :       3.12       4573          0          4          0          0       9138
123.79/123.83	c   pscost           :       0.00          0          0          0          0          0          0
123.79/123.83	c   inference        :       5.85      84647          0          0          0          0     169294
123.79/123.83	c   mostinf          :       0.00          0          0          0          0          0          0
123.79/123.83	c   leastinf         :       0.00          0          0          0          0          0          0
123.79/123.83	c   fullstrong       :       0.00          0          0          0          0          0          0
123.79/123.83	c   allfullstrong    :       0.00          0          0          0          0          0          0
123.79/123.83	c   random           :       0.00          0          0          0          0          0          0
123.79/123.83	c Primal Heuristics  :       Time      Calls      Found
123.79/123.83	c   LP solutions     :       0.16          -         73
123.79/123.83	c   pseudo solutions :       0.00          -          0
123.79/123.83	c   feaspump         :       0.00          0          0
123.79/123.83	c   oneopt           :       0.16         53          0
123.79/123.83	c   fracdiving       :       0.03         23          0
123.79/123.83	c   linesearchdiving :       0.02         23          0
123.79/123.83	c   guideddiving     :       0.02         23          0
123.79/123.83	c   coefdiving       :       0.01         23          0
123.79/123.83	c   pscostdiving     :       0.01         23          0
123.79/123.83	c   veclendiving     :       0.00         24          0
123.79/123.83	c   objpscostdiving  :       0.01         20          0
123.79/123.83	c   rootsoldiving    :       0.00         21          0
123.79/123.83	c   crossover        :       0.70         51          5
123.79/123.83	c   trivial          :       0.00          2          1
123.79/123.83	c   simplerounding   :       0.08       5160          0
123.79/123.83	c   zirounding       :       0.02       1000          0
123.79/123.83	c   rounding         :       0.11        955          0
123.79/123.83	c   shifting         :       0.11        270          0
123.79/123.83	c   intshifting      :       0.01          2          0
123.79/123.83	c   twoopt           :       0.00          0          0
123.79/123.83	c   fixandinfer      :       0.00          0          0
123.79/123.83	c   intdiving        :       0.00          0          0
123.79/123.83	c   actconsdiving    :       0.00          0          0
123.79/123.83	c   octane           :       0.00          0          0
123.79/123.83	c   rens             :       0.01          1          0
123.79/123.83	c   rins             :       0.00          0          0
123.79/123.83	c   localbranching   :       0.00          0          0
123.79/123.83	c   mutation         :       0.00          0          0
123.79/123.83	c   dins             :       0.00          0          0
123.79/123.83	c   undercover       :       0.00          0          0
123.79/123.83	c   nlp              :       0.03          0          0
123.79/123.83	c   trysol           :       0.12        488        138
123.79/123.83	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
123.79/123.83	c   primal LP        :       0.00          0          0       0.00          -
123.79/123.83	c   dual LP          :      48.88      46497     669588      14.40   13698.61
123.79/123.83	c   lex dual LP      :       0.00          0          0       0.00          -
123.79/123.83	c   barrier LP       :       0.00          0          0       0.00          -
123.79/123.83	c   diving/probing LP:       0.10         54       4490      83.15   44900.00
123.79/123.83	c   strong branching :       3.11       1351      77742      57.54   24997.43
123.79/123.83	c     (at root node) :          -         33       8049     243.91          -
123.79/123.83	c   conflict analysis:       0.00          0          0       0.00          -
123.79/123.83	c B&B Tree           :
123.79/123.83	c   number of runs   :          1
123.79/123.83	c   nodes            :     104068
123.79/123.83	c   nodes (total)    :     104068
123.79/123.83	c   nodes left       :          0
123.79/123.83	c   max depth        :        847
123.79/123.83	c   max depth (total):        847
123.79/123.83	c   backtracks       :       7222 (6.9%)
123.79/123.83	c   delayed cutoffs  :       8622
123.79/123.83	c   repropagations   :      45618 (2005377 domain reductions, 5504 cutoffs)
123.79/123.83	c   avg switch length:       6.55
123.79/123.83	c   switching time   :       9.12
123.79/123.83	c Solution           :
123.79/123.83	c   Solutions found  :        217 (74 improvements)
123.79/123.83	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
123.79/123.83	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 104068 nodes, 120.28 seconds, depth 11, found by <relaxation>)
123.79/123.83	c   Dual Bound       : +0.00000000000000e+00
123.79/123.83	c   Gap              :       0.00 %
123.79/123.83	c   Root Dual Bound  : +0.00000000000000e+00
123.79/123.83	c   Root Iterations  :        370
123.79/123.84	c Time complete: 123.84.

Verifier Data

OK	0

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.88 2.05 4/182 18178
/proc/meminfo: memFree=30148176/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=10976 CPUtime=0
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 1680 0 0 0 0 0 0 0 25 0 1 0 21669895 11239424 1600 4089446400 4194304 9819077 140733332720656 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18178/statm: 2744 1600 392 1374 0 1365 0

[startup+0.0983441 s]
/proc/loadavg: 1.99 2.88 2.05 4/182 18178
/proc/meminfo: memFree=30148176/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=26332 CPUtime=0.09
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 6419 0 0 0 9 0 0 0 25 0 1 0 21669895 26963968 5156 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 6583 5156 674 1374 0 5204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26332

[startup+0.100357 s]
/proc/loadavg: 1.99 2.88 2.05 4/182 18178
/proc/meminfo: memFree=30148176/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=26332 CPUtime=0.09
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 6419 0 0 0 9 0 0 0 25 0 1 0 21669895 26963968 5156 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 6583 5156 674 1374 0 5204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26332

[startup+0.300311 s]
/proc/loadavg: 1.99 2.88 2.05 4/182 18178
/proc/meminfo: memFree=30148176/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=31048 CPUtime=0.29
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 12109 0 0 0 28 1 0 0 25 0 1 0 21669895 31793152 6093 4089446400 4194304 9819077 140733332720656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 7762 6093 695 1374 0 6383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31048

[startup+0.700251 s]
/proc/loadavg: 1.99 2.88 2.05 4/182 18178
/proc/meminfo: memFree=30148176/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=31072 CPUtime=0.69
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 16559 0 0 0 67 2 0 0 25 0 1 0 21669895 31817728 6097 4089446400 4194304 9819077 140733332720656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 7768 6097 700 1374 0 6389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31072

[startup+1.50111 s]
/proc/loadavg: 1.99 2.88 2.05 3/183 18179
/proc/meminfo: memFree=30125724/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=31032 CPUtime=1.49
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 29504 0 0 0 143 6 0 0 25 0 1 0 21669895 31776768 6097 4089446400 4194304 9819077 140733332720656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 7758 6097 702 1374 0 6379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31032

[startup+3.10084 s]
/proc/loadavg: 1.99 2.88 2.05 3/183 18179
/proc/meminfo: memFree=30126592/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=31616 CPUtime=3.09
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 51957 0 0 0 298 11 0 0 25 0 1 0 21669895 32374784 6430 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 7904 6430 703 1374 0 6525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31616

[startup+6.30025 s]
/proc/loadavg: 1.99 2.87 2.05 3/183 18179
/proc/meminfo: memFree=30120652/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=39252 CPUtime=6.29
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 78745 0 0 0 607 22 0 0 25 0 1 0 21669895 40194048 8230 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 9813 8230 707 1374 0 8434 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39252

[startup+12.7001 s]
/proc/loadavg: 1.99 2.85 2.05 3/183 18179
/proc/meminfo: memFree=30109464/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=51196 CPUtime=12.69
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 128466 0 0 0 1228 41 0 0 25 0 1 0 21669895 52424704 11319 4089446400 4194304 9819077 140733332720656 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 12799 11319 707 1374 0 11420 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51196

[startup+25.5008 s]
/proc/loadavg: 2.07 2.83 2.05 3/183 18180
/proc/meminfo: memFree=30090888/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=71456 CPUtime=25.49
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 212902 0 0 0 2470 79 0 0 25 0 1 0 21669895 73170944 16321 4089446400 4194304 9819077 140733332720656 18446744073709551615 6589176 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 17864 16321 707 1374 0 16485 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71456

[startup+51.1003 s]
/proc/loadavg: 2.04 2.76 2.05 3/183 18180
/proc/meminfo: memFree=30057360/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=106624 CPUtime=51.09
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 348298 0 0 0 4961 148 0 0 25 0 1 0 21669895 109182976 24662 4089446400 4194304 9819077 140733332720656 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 26656 24662 707 1374 0 25277 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106624

[startup+102.306 s]
/proc/loadavg: 2.02 2.64 2.04 3/183 18182
/proc/meminfo: memFree=30000516/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=168892 CPUtime=102.29
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 660934 0 0 0 9939 290 0 0 25 0 1 0 21669895 172945408 38643 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 42223 38643 707 1374 0 40844 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 168892

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

[startup+115.101 s]
/proc/loadavg: 2.01 2.61 2.04 3/183 18182
/proc/meminfo: memFree=29992696/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=179256 CPUtime=115.1
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 750484 0 0 0 11184 326 0 0 25 0 1 0 21669895 183558144 40832 4089446400 4194304 9819077 140733332720656 18446744073709551615 6513072 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 44814 40832 708 1374 0 43435 0
Current children cumulated CPU time (s) 115.1
Current children cumulated vsize (KiB) 179256

[startup+118.3 s]
/proc/loadavg: 2.01 2.60 2.04 3/183 18182
/proc/meminfo: memFree=29990712/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=181948 CPUtime=118.29
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 773949 0 0 0 11495 334 0 0 25 0 1 0 21669895 186314752 41366 4089446400 4194304 9819077 140733332720656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 45487 41366 708 1374 0 44108 0
Current children cumulated CPU time (s) 118.29
Current children cumulated vsize (KiB) 181948

[startup+121.501 s]
/proc/loadavg: 2.01 2.60 2.04 3/183 18182
/proc/meminfo: memFree=29988728/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=185504 CPUtime=121.49
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 797693 0 0 0 11803 346 0 0 25 0 1 0 21669895 189956096 41756 4089446400 4194304 9819077 140733332720656 18446744073709551615 6361616 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 46376 41756 708 1374 0 44997 0
Current children cumulated CPU time (s) 121.49
Current children cumulated vsize (KiB) 185504

[startup+123.1 s]
/proc/loadavg: 2.01 2.59 2.04 3/183 18182
/proc/meminfo: memFree=29987608/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=184752 CPUtime=123.1
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 810022 0 0 0 11959 351 0 0 25 0 1 0 21669895 189186048 41905 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 46188 41905 708 1374 0 44809 0
Current children cumulated CPU time (s) 123.1
Current children cumulated vsize (KiB) 184752

[startup+123.5 s]
/proc/loadavg: 2.01 2.59 2.04 3/183 18182
/proc/meminfo: memFree=29987608/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=184776 CPUtime=123.49
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 813260 0 0 0 11997 352 0 0 25 0 1 0 21669895 189210624 41929 4089446400 4194304 9819077 140733332720656 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 46194 41929 708 1374 0 44815 0
Current children cumulated CPU time (s) 123.49
Current children cumulated vsize (KiB) 184776

[startup+123.7 s]
/proc/loadavg: 2.01 2.59 2.04 3/183 18182
/proc/meminfo: memFree=29987608/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=184748 CPUtime=123.7
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 814244 0 0 0 12017 353 0 0 25 0 1 0 21669895 189181952 41916 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 46187 41916 708 1374 0 44808 0
Current children cumulated CPU time (s) 123.7
Current children cumulated vsize (KiB) 184748

[startup+123.8 s]
/proc/loadavg: 2.01 2.59 2.04 3/183 18182
/proc/meminfo: memFree=29987608/32951124 swapFree=67111528/67111528
[pid=18178] ppid=18176 vsize=183724 CPUtime=123.79
/proc/18178/stat : 18178 (pbscip.linux.x8) R 18176 18178 17268 0 -1 4202496 814949 0 0 0 12026 353 0 0 25 0 1 0 21669895 188133376 41661 4089446400 4194304 9819077 140733332720656 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18178/statm: 45931 41661 708 1374 0 44552 0
Current children cumulated CPU time (s) 123.79
Current children cumulated vsize (KiB) 183724

Child status: 0
Real time (s): 123.847
CPU time (s): 123.848
CPU user time (s): 120.307
CPU system time (s): 3.54146
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 194536

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

runsolver used 0.164974 second user time and 0.409937 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-07 22:29:26
IDJOB=2700273
IDBENCH=79414
IDSOLVER=1205
FILE ID=node132/2700273-1278534566
PBS_JOBID= 11239214
Free space on /tmp= 73580 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh17_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700273-1278534566/watcher-2700273-1278534566 -o /tmp/evaluation-result-2700273-1278534566/solver-2700273-1278534566 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700273-1278534566.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 57d73bec44a40d3308f5eb2ba913b45c
RANDOM SEED=1502005912

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951124 kB
MemFree:      30148704 kB
Buffers:        129836 kB
Cached:        2450300 kB
SwapCached:          0 kB
Active:         921536 kB
Inactive:      1732252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30148704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6492 kB
Writeback:           0 kB
AnonPages:       73936 kB
Mapped:          15476 kB
Slab:            82560 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73572 MiB
End job on node132 at 2010-07-07 22:31:30