Trace number 2664832

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.22 1800.77

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	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.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2664832-1276688782.opb>
0.00/0.04	c original problem has 774 variables (774 bin, 0 int, 0 impl, 0 cont) and 994 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 3 del vars, 1 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.06	c (round 2) 3 del vars, 772 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.07	c (round 3) 3 del vars, 772 del conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 222 upgd conss, 1542 impls, 30 clqs
0.09/0.14	c    (0.1s) probing: 101/771 (13.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (4 rounds):
0.09/0.14	c  3 deleted vars, 772 deleted constraints, 3 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  1542 implications, 114 cliques
0.09/0.14	c presolved problem has 771 variables (771 bin, 0 int, 0 impl, 0 cont) and 222 constraints
0.09/0.14	c     192 constraints of type <knapsack>
0.09/0.14	c      30 constraints of type <setppc>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.09
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.97
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 1620
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c   0.1s|     1 |     0 |    78 |     - |3744k|   0 |  15 | 771 | 222 | 771 | 222 |   0 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |   111 |     - |4144k|   0 |  31 | 771 | 222 | 771 | 238 |  16 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |   147 |     - |4432k|   0 |  46 | 771 | 222 | 771 | 252 |  30 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.5s|     1 |     0 |   230 |     - |4603k|   0 |  65 | 771 | 222 | 771 | 264 |  42 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |   310 |     - |4760k|   0 |  56 | 771 | 222 | 771 | 276 |  54 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
0.89/0.90	c   0.8s|     1 |     0 |   373 |     - |4941k|   0 |  57 | 771 | 222 | 771 | 286 |  64 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.00/1.03	c   0.9s|     1 |     0 |   463 |     - |5013k|   0 |  86 | 771 | 222 | 771 | 300 |  78 |   0 |   0 | 3.000000e+00 |      --      |    Inf 
1.40/1.41	c   1.3s|     1 |     2 |   463 |     - |5014k|   0 |  86 | 771 | 222 | 771 | 300 |  78 |   0 |  12 | 3.000000e+00 |      --      |    Inf 
53.97/54.03	c  50.3s| 10000 |   372 |150273 |  15.0 |7388k|  55 |   - | 771 |2580 | 771 | 278 |  78 |6865 |6753 | 3.000000e+00 |      --      |    Inf 
90.07/90.20	c  84.6s| 20000 |   777 |299171 |  14.9 |9048k|  59 |   - | 771 |3455 | 771 | 278 |  78 |  13k|8043 | 3.000000e+00 |      --      |    Inf 
125.15/125.21	c   118s| 30000 |  1244 |437801 |  14.6 |  10M|  59 |   - | 771 |3533 | 771 | 278 |  78 |  22k|8506 | 3.000000e+00 |      --      |    Inf 
161.05/161.12	c   152s| 40000 |  1713 |589875 |  14.7 |  12M|  59 |  29 | 771 |3917 | 771 | 278 |  78 |  31k|8712 | 3.000000e+00 |      --      |    Inf 
196.43/196.51	c   186s| 50000 |  2235 |726962 |  14.5 |  14M|  59 |   - | 771 |3770 |   0 |   0 |  78 |  39k|9789 | 3.000000e+00 |      --      |    Inf 
229.73/229.88	c   218s| 60000 |  2557 |846653 |  14.1 |  16M|  59 |   - | 771 |4382 |   0 |   0 |  78 |  49k|  10k| 3.000000e+00 |      --      |    Inf 
265.11/265.29	c   251s| 70000 |  3051 |977439 |  14.0 |  18M|  59 |   - | 771 |4943 | 771 | 278 |  78 |  58k|  11k| 3.000000e+00 |      --      |    Inf 
302.31/302.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.31/302.43	c   287s| 80000 |  3368 |  1119k|  14.0 |  19M|  59 |  26 | 771 |4284 | 771 | 278 |  78 |  67k|  12k| 3.000000e+00 |      --      |    Inf 
339.49/339.66	c   322s| 90000 |  3798 |  1266k|  14.1 |  21M|  59 |  29 | 771 |5159 | 771 | 278 |  78 |  76k|  12k| 3.000000e+00 |      --      |    Inf 
368.88/369.04	c   350s|100000 |  4111 |  1370k|  13.7 |  23M|  59 |  15 | 771 |6898 | 771 | 278 |  78 |  87k|  13k| 3.000000e+00 |      --      |    Inf 
389.87/390.02	c   370s|110000 |  4134 |  1425k|  13.0 |  24M|  68 |  12 | 771 |9499 | 771 | 278 |  78 |  97k|  13k| 3.000000e+00 |      --      |    Inf 
423.56/423.70	c   402s|120000 |  4341 |  1545k|  12.9 |  24M|  68 |  15 | 771 |6624 | 771 | 278 |  78 | 106k|  14k| 3.000000e+00 |      --      |    Inf 
457.76/457.91	c   435s|130000 |  4398 |  1619k|  12.5 |  25M|  68 |   - | 771 |6708 |   0 |   0 |  78 | 119k|  14k| 3.000000e+00 |      --      |    Inf 
497.24/497.41	c   473s|140000 |  4772 |  1748k|  12.5 |  26M|  68 |   - | 771 |5560 |   0 |   0 |  78 | 129k|  15k| 3.000000e+00 |      --      |    Inf 
526.33/526.55	c   500s|150000 |  4854 |  1844k|  12.3 |  26M|  68 |   - | 771 |5147 | 771 | 278 |  78 | 137k|  16k| 3.000000e+00 |      --      |    Inf 
564.72/564.96	c   537s|160000 |  5302 |  2008k|  12.5 |  28M|  68 |  30 | 771 |4554 | 771 | 278 |  78 | 146k|  16k| 3.000000e+00 |      --      |    Inf 
602.21/602.45	c   573s|170000 |  5575 |  2149k|  12.6 |  29M|  68 |  24 | 771 |4548 | 771 | 278 |  78 | 156k|  17k| 3.000000e+00 |      --      |    Inf 
635.00/635.29	c   604s|180000 |  5786 |  2255k|  12.5 |  30M|  68 |  33 | 771 |4935 | 771 | 278 |  78 | 166k|  17k| 3.000000e+00 |      --      |    Inf 
672.29/672.54	c   640s|190000 |  6176 |  2412k|  12.7 |  32M|  68 |   - | 771 |4997 |   0 |   0 |  78 | 176k|  18k| 3.000000e+00 |      --      |    Inf 
702.18/702.40	c   668s|200000 |  6399 |  2521k|  12.6 |  34M|  68 |  11 | 771 |6933 | 771 | 278 |  78 | 185k|  18k| 3.000000e+00 |      --      |    Inf 
725.37/725.68	c   690s|210000 |  6451 |  2574k|  12.3 |  34M|  68 |   8 | 771 |6400 | 771 | 278 |  78 | 194k|  19k| 3.000000e+00 |      --      |    Inf 
752.56/752.86	c   716s|220000 |  6559 |  2658k|  12.1 |  35M|  71 |  22 | 771 |7744 | 771 | 278 |  78 | 205k|  19k| 3.000000e+00 |      --      |    Inf 
779.86/780.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
779.86/780.17	c   742s|230000 |  6496 |  2743k|  11.9 |  35M|  71 |  11 | 771 |8550 | 771 | 278 |  78 | 213k|  20k| 3.000000e+00 |      --      |    Inf 
814.14/814.44	c   774s|240000 |  6663 |  2849k|  11.9 |  36M|  71 |   - | 771 |8403 |   0 |   0 |  78 | 223k|  20k| 3.000000e+00 |      --      |    Inf 
843.73/844.08	c   803s|250000 |  6592 |  2911k|  11.6 |  35M|  71 |   - | 771 |7667 |   0 |   0 |  78 | 236k|  20k| 3.000000e+00 |      --      |    Inf 
881.02/881.34	c   838s|260000 |  6861 |  3062k|  11.8 |  35M|  84 |  28 | 771 |5414 | 771 | 278 |  78 | 245k|  21k| 3.000000e+00 |      --      |    Inf 
907.01/907.31	c   863s|270000 |  6912 |  3143k|  11.6 |  36M|  93 |   9 | 771 |6413 | 771 | 278 |  78 | 254k|  21k| 3.000000e+00 |      --      |    Inf 
941.51/941.83	c   896s|280000 |  6983 |  3266k|  11.7 |  37M|  93 |  27 | 771 |6401 | 771 | 278 |  78 | 265k|  22k| 3.000000e+00 |      --      |    Inf 
975.59/975.96	c   928s|290000 |  7129 |  3376k|  11.6 |  37M|  93 |  32 | 771 |6151 | 771 | 278 |  78 | 276k|  22k| 3.000000e+00 |      --      |    Inf 
1009.48/1009.83	c   961s|300000 |  7226 |  3505k|  11.7 |  39M|  93 |   - | 771 |7121 |   0 |   0 |  78 | 286k|  22k| 3.000000e+00 |      --      |    Inf 
1035.78/1036.19	c   986s|310000 |  7237 |  3587k|  11.6 |  39M|  93 |   4 | 771 |8935 | 771 | 278 |  78 | 296k|  22k| 3.000000e+00 |      --      |    Inf 
1065.36/1065.75	c  1014s|320000 |  7260 |  3673k|  11.5 |  40M|  93 |  29 | 771 |9378 | 771 | 278 |  78 | 306k|  23k| 3.000000e+00 |      --      |    Inf 
1102.86/1103.28	c  1050s|330000 |  7448 |  3849k|  11.7 |  40M|  93 |   8 | 771 |7260 | 771 | 278 |  78 | 313k|  23k| 3.000000e+00 |      --      |    Inf 
1140.14/1140.50	c  1085s|340000 |  7502 |  4050k|  11.9 |  40M|  93 |  15 | 771 |7163 | 771 | 278 |  78 | 317k|  23k| 3.000000e+00 |      --      |    Inf 
1176.64/1177.02	c  1120s|350000 |  7560 |  4228k|  12.1 |  40M|  93 |   - | 771 |7180 | 771 | 278 |  78 | 324k|  24k| 3.000000e+00 |      --      |    Inf 
1215.22/1215.60	c  1157s|360000 |  7607 |  4436k|  12.3 |  40M|  93 |  21 | 771 |7465 | 771 | 278 |  78 | 331k|  24k| 3.000000e+00 |      --      |    Inf 
1252.70/1253.17	c  1192s|370000 |  7581 |  4639k|  12.5 |  40M|  93 |  10 | 771 |7707 | 771 | 278 |  78 | 337k|  24k| 3.000000e+00 |      --      |    Inf 
1286.80/1287.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1286.80/1287.23	c  1225s|380000 |  7587 |  4807k|  12.7 |  41M|  93 |   - | 771 |8769 | 771 | 278 |  78 | 341k|  25k| 3.000000e+00 |      --      |    Inf 
1322.49/1322.94	c  1258s|390000 |  7587 |  4986k|  12.8 |  41M|  93 |   - | 771 |8190 | 771 | 278 |  78 | 345k|  25k| 3.000000e+00 |      --      |    Inf 
1363.58/1364.06	c  1297s|400000 |  7619 |  5184k|  13.0 |  40M|  93 |   - | 771 |5991 | 771 | 278 |  78 | 350k|  27k| 3.000000e+00 |      --      |    Inf 
1397.46/1397.97	c  1330s|410000 |  7631 |  5324k|  13.0 |  41M|  93 |   - | 771 |7029 | 771 | 278 |  78 | 358k|  27k| 3.000000e+00 |      --      |    Inf 
1431.66/1432.14	c  1362s|420000 |  7619 |  5435k|  12.9 |  40M|  93 |   - | 771 |6245 |   0 |   0 |  78 | 367k|  27k| 3.000000e+00 |      --      |    Inf 
1467.54/1468.06	c  1397s|430000 |  7859 |  5588k|  13.0 |  42M|  93 |  22 | 771 |7293 | 771 | 278 |  78 | 375k|  28k| 3.000000e+00 |      --      |    Inf 
1502.14/1502.62	c  1430s|440000 |  7922 |  5712k|  13.0 |  42M|  93 |  12 | 771 |6509 | 771 | 278 |  78 | 385k|  28k| 3.000000e+00 |      --      |    Inf 
1538.43/1538.96	c  1464s|450000 |  8047 |  5868k|  13.0 |  42M|  93 |  30 | 771 |5662 | 771 | 278 |  78 | 394k|  29k| 3.000000e+00 |      --      |    Inf 
1573.52/1574.00	c  1498s|460000 |  8499 |  5980k|  13.0 |  45M|  93 |   - | 771 |7561 |   0 |   0 |  78 | 405k|  29k| 3.000000e+00 |      --      |    Inf 
1603.80/1604.38	c  1527s|470000 |  8593 |  6071k|  12.9 |  46M|  93 |   - | 771 |8288 | 771 | 278 |  78 | 416k|  29k| 3.000000e+00 |      --      |    Inf 
1630.50/1631.09	c  1552s|480000 |  8602 |  6149k|  12.8 |  47M|  93 |   - | 771 |9855 |   0 |   0 |  78 | 426k|  30k| 3.000000e+00 |      --      |    Inf 
1665.99/1666.55	c  1586s|490000 |  8824 |  6264k|  12.8 |  46M|  93 |   - | 771 |7416 |   0 |   0 |  78 | 437k|  30k| 3.000000e+00 |      --      |    Inf 
1702.07/1702.63	c  1620s|500000 |  8998 |  6398k|  12.8 |  47M|  93 |   - | 771 |6221 |   0 |   0 |  78 | 445k|  30k| 3.000000e+00 |      --      |    Inf 
1737.76/1738.36	c  1655s|510000 |  9173 |  6517k|  12.8 |  48M|  93 |   - | 771 |7322 | 771 | 278 |  78 | 456k|  30k| 3.000000e+00 |      --      |    Inf 
1772.05/1772.65	c  1687s|520000 |  9249 |  6642k|  12.8 |  49M|  93 |  22 | 771 |7401 | 771 | 278 |  78 | 465k|  31k| 3.000000e+00 |      --      |    Inf 
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.62	c 
1800.05/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.62	c Solving Time (sec) : 1714.10
1800.05/1800.62	c Solving Nodes      : 527605
1800.05/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.62	c Dual Bound         : +3.00000000000000e+00
1800.05/1800.62	c Gap                : infinite
1800.05/1800.62	s UNKNOWN
1800.05/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.62	c Solving Time       :    1714.10
1800.05/1800.62	c Original Problem   :
1800.05/1800.62	c   Problem name     : HOME/instance-2664832-1276688782.opb
1800.05/1800.62	c   Variables        : 774 (774 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.62	c   Constraints      : 994 initial, 994 maximal
1800.05/1800.62	c Presolved Problem  :
1800.05/1800.62	c   Problem name     : t_HOME/instance-2664832-1276688782.opb
1800.05/1800.62	c   Variables        : 771 (771 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.62	c   Constraints      : 222 initial, 10611 maximal
1800.05/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.62	c   knapsack         :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   linear           :       0.02          3          0          0          3          0        772          0          0
1800.05/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.62	c   integral         :          0          0          0     299352          0        344      16388          0          0     578962
1800.05/1800.62	c   knapsack         :        192          6    1973874          0          0      60357   20152538       1132          0          0
1800.05/1800.62	c   setppc           :         30          6    1913517          0          0      60018    3541728          0          0          0
1800.05/1800.62	c   logicor          :          0+         0     842867          0          0      25842     543745          0          0          0
1800.05/1800.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.62	c   integral         :      78.78       0.00       0.00      78.78       0.00
1800.05/1800.62	c   knapsack         :     283.31       0.04     283.27       0.00       0.00
1800.05/1800.62	c   setppc           :      29.25       0.00      29.25       0.00       0.00
1800.05/1800.62	c   logicor          :     103.82       0.00     103.82       0.00       0.00
1800.05/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.62	c   vbounds          :       1.35          2          0          0
1800.05/1800.62	c   rootredcost      :       1.05          0          0          0
1800.05/1800.62	c   pseudoobj        :       0.95          0          0          0
1800.05/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.62	c   propagation      :      22.50     133089     132907    1072413       44.0       3245       29.7          -
1800.05/1800.62	c   infeasible LP    :      51.85     126764      50645     571938       60.5        606       31.3          0
1800.05/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.62	c   applied globally :          -          -          -     472136       32.9          -          -          -
1800.05/1800.62	c   applied locally  :          -          -          -         76      114.8          -          -          -
1800.05/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.62	c   cut pool         :       0.00          5          -          -        682          -    (maximal pool size: 893)
1800.05/1800.62	c   redcost          :       6.26     299028          0          0          0          0
1800.05/1800.62	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.62	c   gomory           :       0.08          6          0          0         72          0
1800.05/1800.62	c   strongcg         :       0.10          6          0          0         76          0
1800.05/1800.62	c   cmir             :       0.19          6          0          0        790          0
1800.05/1800.62	c   flowcover        :       0.27          6          0          0       1183          0
1800.05/1800.62	c   clique           :       0.01          6          0          0          5          0
1800.05/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.62	c   rapidlearning    :       0.07          1          0          0          0          0
1800.05/1800.62	c Pricers            :       Time      Calls       Vars
1800.05/1800.62	c   problem variables:       0.00          0          0
1800.05/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.62	c   relpscost        :      78.14     299352        344      16388          0          0     578962
1800.05/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.62	c   LP solutions     :       0.00          -          0
1800.05/1800.62	c   pseudo solutions :       0.00          -          0
1800.05/1800.62	c   oneopt           :       0.52          0          0
1800.05/1800.62	c   crossover        :       0.34          0          0
1800.05/1800.62	c   guideddiving     :       0.04          0          0
1800.05/1800.62	c   linesearchdiving :       0.28         32          0
1800.05/1800.62	c   pscostdiving     :       0.58         33          0
1800.05/1800.62	c   coefdiving       :       1.41         33          0
1800.05/1800.62	c   fracdiving       :       1.06         33          0
1800.05/1800.62	c   veclendiving     :       0.36         33          0
1800.05/1800.62	c   feaspump         :       0.25         17          0
1800.05/1800.62	c   objpscostdiving  :       0.22         17          0
1800.05/1800.62	c   rootsoldiving    :       0.30         17          0
1800.05/1800.62	c   trivial          :       0.00          2          0
1800.05/1800.62	c   simplerounding   :       0.29          0          0
1800.05/1800.62	c   zirounding       :       0.44       1000          0
1800.05/1800.62	c   rounding         :       0.90       7657          0
1800.05/1800.62	c   shifting         :       3.37       2407          0
1800.05/1800.62	c   intshifting      :       0.01          0          0
1800.05/1800.62	c   twoopt           :       0.00          0          0
1800.05/1800.62	c   fixandinfer      :       0.00          0          0
1800.05/1800.62	c   intdiving        :       0.00          0          0
1800.05/1800.62	c   actconsdiving    :       0.00          0          0
1800.05/1800.62	c   octane           :       0.00          0          0
1800.05/1800.62	c   rens             :       0.04          1          0
1800.05/1800.62	c   rins             :       0.00          0          0
1800.05/1800.62	c   localbranching   :       0.00          0          0
1800.05/1800.62	c   mutation         :       0.00          0          0
1800.05/1800.62	c   dins             :       0.00          0          0
1800.05/1800.62	c   undercover       :       0.00          0          0
1800.05/1800.62	c   nlp              :       0.37          0          0
1800.05/1800.62	c   trysol           :       0.58          0          0
1800.05/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.62	c   dual LP          :     877.71     423654    6739400      15.91    7678.39
1800.05/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.62	c   diving/probing LP:       3.18       2742      11516       4.20    3621.38
1800.05/1800.62	c   strong branching :      70.02      31607     542076      17.15    7741.73
1800.05/1800.62	c     (at root node) :          -         12       2311     192.58          -
1800.05/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.62	c B&B Tree           :
1800.05/1800.62	c   number of runs   :          1
1800.05/1800.62	c   nodes            :     527605
1800.05/1800.62	c   nodes (total)    :     527605
1800.05/1800.62	c   nodes left       :       9359
1800.05/1800.62	c   max depth        :         93
1800.05/1800.62	c   max depth (total):         93
1800.05/1800.62	c   backtracks       :      98437 (18.7%)
1800.05/1800.62	c   delayed cutoffs  :      41999
1800.05/1800.62	c   repropagations   :     653059 (5914678 domain reductions, 34781 cutoffs)
1800.05/1800.62	c   avg switch length:       4.98
1800.05/1800.62	c   switching time   :     143.99
1800.05/1800.62	c Solution           :
1800.05/1800.62	c   Solutions found  :          0 (0 improvements)
1800.05/1800.62	c   Primal Bound     :          -
1800.05/1800.62	c   Dual Bound       : +3.00000000000000e+00
1800.05/1800.62	c   Gap              :   infinite
1800.05/1800.62	c   Root Dual Bound  : +3.00000000000000e+00
1800.05/1800.62	c   Root Iterations  :        463
1800.16/1800.76	c Time complete: 1800.21.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 15905
/proc/meminfo: memFree=1740708/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=10316 CPUtime=0
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 1288 0 0 0 0 0 0 0 18 0 1 0 10170720 10563584 1209 1992294400 4194304 9819077 140735709380688 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15905/statm: 2579 1219 371 1374 0 1200 0

[startup+0.0851959 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 15905
/proc/meminfo: memFree=1740708/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=17588 CPUtime=0.07
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 4066 0 0 0 6 1 0 0 20 0 1 0 10170720 18010112 3118 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 4397 3118 504 1374 0 3018 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17588

[startup+0.101197 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 15905
/proc/meminfo: memFree=1740708/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=17588 CPUtime=0.09
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 4072 0 0 0 8 1 0 0 20 0 1 0 10170720 18010112 3124 1992294400 4194304 9819077 140735709380688 18446744073709551615 4854175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 4397 3124 504 1374 0 3018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17588

[startup+0.301219 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 15905
/proc/meminfo: memFree=1740708/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=32624 CPUtime=0.29
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 8781 0 0 0 26 3 0 0 20 0 1 0 10170720 33406976 6516 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 8156 6516 682 1374 0 6777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32624

[startup+0.701263 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 15905
/proc/meminfo: memFree=1740708/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=24140 CPUtime=0.69
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 10325 0 0 0 65 4 0 0 20 0 1 0 10170720 24719360 4613 1992294400 4194304 9819077 140735709380688 18446744073709551615 6047495 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 6035 4613 698 1374 0 4656 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24140

[startup+1.50135 s]
/proc/loadavg: 0.91 0.98 0.99 2/107 15906
/proc/meminfo: memFree=1724704/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=25524 CPUtime=1.49
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 21480 0 0 0 140 9 0 0 23 0 1 0 10170720 26136576 4731 1992294400 4194304 9819077 140735709380688 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 6381 4736 715 1374 0 5002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25524

[startup+3.10153 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 15906
/proc/meminfo: memFree=1723836/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=24348 CPUtime=3.09
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 48981 0 0 0 288 21 0 0 25 0 1 0 10170720 24932352 4741 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 6087 4741 732 1374 0 4708 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24348

[startup+6.30188 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 15906
/proc/meminfo: memFree=1723464/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=25844 CPUtime=6.29
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 108598 0 0 0 574 55 0 0 25 0 1 0 10170720 26464256 4799 1992294400 4194304 9819077 140735709380688 18446744073709551615 6367498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 6311 4793 733 1374 0 4932 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25844

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 15906
/proc/meminfo: memFree=1722604/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=25988 CPUtime=12.69
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 205063 0 0 0 1159 110 0 0 25 0 1 0 10170720 26611712 5152 1992294400 4194304 9819077 140735709380688 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 6497 5152 733 1374 0 5118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25988

[startup+25.501 s]
/proc/loadavg: 0.94 0.98 0.99 2/107 15906
/proc/meminfo: memFree=1721240/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=27400 CPUtime=25.49
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 333491 0 0 0 2347 202 0 0 25 0 1 0 10170720 28057600 5520 1992294400 4194304 9819077 140735709380688 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 6850 5520 734 1374 0 5471 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27400

[startup+51.1008 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 15906
/proc/meminfo: memFree=1719008/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=29576 CPUtime=51.07
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 510186 0 0 0 4758 349 0 0 25 0 1 0 10170720 30285824 6054 1992294400 4194304 9819077 140735709380688 18446744073709551615 6567612 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 7394 6054 734 1374 0 6015 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29576

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 15908
/proc/meminfo: memFree=1713924/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=34452 CPUtime=102.26
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 816461 0 0 0 9614 612 0 0 25 0 1 0 10170720 35278848 7275 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 8613 7275 734 1374 0 7234 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34452

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15910
/proc/meminfo: memFree=1708220/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=40316 CPUtime=162.24
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 1099563 0 0 0 15349 875 0 0 25 0 1 0 10170720 41283584 8673 1992294400 4194304 9819077 140735709380688 18446744073709551615 5955645 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 10079 8673 734 1374 0 8700 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40316

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15912
/proc/meminfo: memFree=1703260/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=45324 CPUtime=222.23
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 1429555 0 0 0 21048 1175 0 0 25 0 1 0 10170720 46411776 9912 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 11331 9912 734 1374 0 9952 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45324

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15912
/proc/meminfo: memFree=1699912/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=48712 CPUtime=282.21
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 1736149 0 0 0 26762 1459 0 0 25 0 1 0 10170720 49881088 10724 1992294400 4194304 9819077 140735709380688 18446744073709551615 6566494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 12178 10724 734 1374 0 10799 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 48712

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15914
/proc/meminfo: memFree=1695820/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=52796 CPUtime=342.19
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 2049567 0 0 0 32477 1742 0 0 25 0 1 0 10170720 54063104 11733 1992294400 4194304 9819077 140735709380688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 13199 11733 734 1374 0 11820 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 52796

[startup+402.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15916
/proc/meminfo: memFree=1690984/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=59152 CPUtime=402.17
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 2331535 0 0 0 38176 2041 0 0 25 0 1 0 10170720 60571648 12950 1992294400 4194304 9819077 140735709380688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 14788 12950 734 1374 0 13409 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 59152

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15918
/proc/meminfo: memFree=1687760/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=61412 CPUtime=462.15
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 2601559 0 0 0 43906 2309 0 0 25 0 1 0 10170720 62885888 13721 1992294400 4194304 9819077 140735709380688 18446744073709551615 4998697 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 15353 13721 734 1374 0 13974 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 61412

[startup+522.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15920
/proc/meminfo: memFree=1685404/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=64148 CPUtime=522.14
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 2895909 0 0 0 49621 2593 0 0 25 0 1 0 10170720 65687552 14355 1992294400 4194304 9819077 140735709380688 18446744073709551615 5901823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 16037 14355 734 1374 0 14658 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 64148

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15920
/proc/meminfo: memFree=1682180/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=67224 CPUtime=582.11
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 3184623 0 0 0 55357 2854 0 0 25 0 1 0 10170720 68837376 15093 1992294400 4194304 9819077 140735709380688 18446744073709551615 4854116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 16806 15093 734 1374 0 15427 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 67224

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15922
/proc/meminfo: memFree=1680816/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=68596 CPUtime=642.11
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 3467812 0 0 0 61077 3134 0 0 25 0 1 0 10170720 70242304 15407 1992294400 4194304 9819077 140735709380688 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 17149 15407 734 1374 0 15770 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 68596

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15937
/proc/meminfo: memFree=1672756/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=76016 CPUtime=882.02
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 4595543 0 0 0 83912 4290 0 0 25 0 1 0 10170720 77840384 17210 1992294400 4194304 9819077 140735709380688 18446744073709551615 7487787 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 18905 17205 734 1374 0 17526 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 76016

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15939
/proc/meminfo: memFree=1671764/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=77000 CPUtime=942.01
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 4871298 0 0 0 89626 4575 0 0 25 0 1 0 10170720 78848000 17436 1992294400 4194304 9819077 140735709380688 18446744073709551615 7816457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 19250 17436 734 1374 0 17871 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 77000

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15941
/proc/meminfo: memFree=1670276/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=78468 CPUtime=1001.99
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 5144082 0 0 0 95356 4843 0 0 25 0 1 0 10170720 80351232 17781 1992294400 4194304 9819077 140735709380688 18446744073709551615 4637372 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 19617 17781 734 1374 0 18238 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 78468

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15943
/proc/meminfo: memFree=1667300/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=81380 CPUtime=1061.96
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 5408424 0 0 0 101068 5128 0 0 25 0 1 0 10170720 83333120 18534 1992294400 4194304 9819077 140735709380688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 20345 18534 734 1374 0 18966 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 81380

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15945
/proc/meminfo: memFree=1666804/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=81728 CPUtime=1121.95
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 5731322 0 0 0 106784 5411 0 0 25 0 1 0 10170720 83689472 18642 1992294400 4194304 9819077 140735709380688 18446744073709551615 6656904 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 20333 18635 734 1374 0 18954 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 81728

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15945
/proc/meminfo: memFree=1666804/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=81788 CPUtime=1181.93
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 6064789 0 0 0 112487 5706 0 0 25 0 1 0 10170720 83750912 18637 1992294400 4194304 9819077 140735709380688 18446744073709551615 6656806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 20447 18639 734 1374 0 19068 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 81788

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15947
/proc/meminfo: memFree=1666680/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=81784 CPUtime=1241.91
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 6393401 0 0 0 118192 5999 0 0 25 0 1 0 10170720 83746816 18641 1992294400 4194304 9819077 140735709380688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 20446 18641 734 1374 0 19067 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 81784

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15949
/proc/meminfo: memFree=1666556/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=81872 CPUtime=1301.9
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 6735125 0 0 0 123895 6295 0 0 25 0 1 0 10170720 83836928 18659 1992294400 4194304 9819077 140735709380688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 20468 18659 734 1374 0 19089 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 81872

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15951
/proc/meminfo: memFree=1666184/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=82156 CPUtime=1361.87
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 7103138 0 0 0 129584 6603 0 0 25 0 1 0 10170720 84127744 18745 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 20539 18745 734 1374 0 19160 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 82156

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15953
/proc/meminfo: memFree=1664820/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=83600 CPUtime=1421.87
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 7396498 0 0 0 135295 6892 0 0 25 0 1 0 10170720 85606400 19062 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 20900 19062 734 1374 0 19521 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 83600

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15953
/proc/meminfo: memFree=1663704/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=84744 CPUtime=1481.84
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 7668312 0 0 0 141020 7164 0 0 25 0 1 0 10170720 86777856 19321 1992294400 4194304 9819077 140735709380688 18446744073709551615 6180679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 21186 19321 734 1374 0 19807 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 84744

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15955
/proc/meminfo: memFree=1663084/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=86096 CPUtime=1541.82
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 7944907 0 0 0 146756 7426 0 0 25 0 1 0 10170720 88162304 19594 1992294400 4194304 9819077 140735709380688 18446744073709551615 6372771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 21524 19594 734 1374 0 20145 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 86096

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15957
/proc/meminfo: memFree=1661472/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=87792 CPUtime=1601.8
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 8196747 0 0 0 152489 7691 0 0 25 0 1 0 10170720 89899008 19963 1992294400 4194304 9819077 140735709380688 18446744073709551615 6367515 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 21948 19963 734 1374 0 20569 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 87792

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15959
/proc/meminfo: memFree=1659364/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=90120 CPUtime=1661.78
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 8439021 0 0 0 158222 7956 0 0 25 0 1 0 10170720 92282880 20498 1992294400 4194304 9819077 140735709380688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 22530 20498 734 1374 0 21151 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 90120

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15961
/proc/meminfo: memFree=1657876/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=91500 CPUtime=1721.77
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 8733448 0 0 0 163929 8248 0 0 25 0 1 0 10170720 93696000 20834 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 22875 20834 734 1374 0 21496 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 91500

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15961
/proc/meminfo: memFree=1656636/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=92692 CPUtime=1781.75
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 9000622 0 0 0 169661 8514 0 0 25 0 1 0 10170720 94916608 21126 1992294400 4194304 9819077 140735709380688 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 23173 21126 734 1374 0 21794 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 92692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15963
/proc/meminfo: memFree=1656388/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=93140 CPUtime=1800.05
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 9081803 0 0 0 171412 8593 0 0 25 0 1 0 10170720 95375360 21188 1992294400 4194304 9819077 140735709380688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15905/statm: 23285 21188 734 1374 0 21906 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 93140

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.72 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 15963
/proc/meminfo: memFree=1656388/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=93140 CPUtime=1800.16
/proc/15905/stat : 15905 (pbscip.linux.x8) R 15903 15905 15880 0 -1 4202496 9081832 0 0 0 171422 8594 0 0 25 0 1 0 10170720 95375360 21189 1992294400 4194304 9819077 140735709380688 18446744073709551615 4212288 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15905/statm: 23285 21189 735 1374 0 21906 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 93140

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.22
CPU user time (s): 1714.26
CPU system time (s): 85.9549
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 93796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1714.26
system time used= 85.9549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9081836
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= 4
involuntary context switches= 3287

runsolver used 2.96955 second user time and 8.51571 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-16 13:46:22
IDJOB=2664832
IDBENCH=71846
IDSOLVER=1168
FILE ID=node042/2664832-1276688782
PBS_JOBID= 11172614
Free space on /tmp= 62580 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
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-2664832-1276688782/watcher-2664832-1276688782 -o /tmp/evaluation-result-2664832-1276688782/solver-2664832-1276688782 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664832-1276688782.opb -t 1800 -m 1800

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=907617064

node042.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1741236 kB
Buffers:         71072 kB
Cached:         121384 kB
SwapCached:          0 kB
Active:          97616 kB
Inactive:       154120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1741236 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6492 kB
Writeback:           0 kB
AnonPages:       59272 kB
Mapped:          15376 kB
Slab:            44220 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182488 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node042 at 2010-06-16 14:16:25