Trace number 3447969

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.07 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh220_wcsp.wbo
MD5SUM862c57b9a103de4e976a73e17aca1258
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.004998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447969-1307902671.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 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 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.1s) 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, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1000 implications, 0 cliques
0.00/0.06	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.06	c     800 constraints of type <linear>
0.00/0.06	c     800 constraints of type <indicator>
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 2.0.1.4
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 = 1800
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 = 13950
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
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 # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = 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.05/0.06	o 394238
0.05/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.05/0.06	c t 0.1s|     1 |     0 |     0 |     - |4707k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |   130 |     - |5778k|   0 |  77 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   403 |     - |9230k|   0 |  85 |1700 |2400 |1700 | 822 |  22 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   457 |     - |  11M|   0 |  84 |1700 |2400 |1700 | 841 |  41 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.55	c   0.6s|     1 |     0 |   523 |     - |  12M|   0 |  83 |1700 |2400 |1700 | 851 |  51 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   590 |     - |  14M|   0 |  88 |1700 |2400 |1700 | 862 |  62 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |   669 |     - |  16M|   0 |  85 |1700 |2400 |1700 | 868 |  68 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.99/1.03	c   1.0s|     1 |     0 |   720 |     - |  17M|   0 |  85 |1700 |2400 |1700 | 874 |  74 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
2.09/2.14	c   2.1s|     1 |     2 |   720 |     - |  18M|   0 |  85 |1700 |2400 |1700 | 874 |  74 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
12.19/12.27	o 11781
12.19/12.27	c *12.3s|  1598 |  1597 | 48620 |  30.0 |  23M|  62 |   - |1700 |2400 |1700 | 957 | 926 |   0 |1190 | 0.000000e+00 | 1.178100e+04 |    Inf 
26.09/26.14	o 6832
26.09/26.14	c *26.1s|  4572 |  4541 |151441 |  33.0 |  26M|  62 |   - |1700 |2400 |1700 | 924 |6402 |   0 |1693 | 0.000000e+00 | 6.832000e+03 |    Inf 
28.19/28.20	o 5174
28.19/28.20	c *28.2s|  4959 |  4833 |166588 |  33.5 |  26M|  62 |   - |1700 |2400 |1700 | 935 |7361 |   0 |1733 | 0.000000e+00 | 5.174000e+03 |    Inf 
36.89/36.99	o 3641
36.89/36.99	c *37.0s|  6374 |  5577 |227319 |  35.6 |  27M|  62 |   - |1700 |2441 |1700 | 921 |  12k|  41 |1880 | 0.000000e+00 | 3.641000e+03 |    Inf 
38.68/38.78	o 3526
38.68/38.78	c *38.8s|  6763 |  5851 |241890 |  35.7 |  28M|  62 |   - |1700 |2464 |1700 | 912 |  12k|  64 |1887 | 0.000000e+00 | 3.526000e+03 |    Inf 
50.39/50.41	o 3324
50.39/50.41	c *50.4s|  9236 |  7980 |338894 |  36.6 |  30M|  62 |   - |1700 |2605 |1700 | 921 |  16k| 205 |2019 | 0.000000e+00 | 3.324000e+03 |    Inf 
54.39/54.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.39/54.42	c  54.4s| 10000 |  8516 |369930 |  36.9 |  31M|  62 |   7 |1700 |2712 |1700 | 918 |  18k| 312 |2105 | 0.000000e+00 | 3.324000e+03 |    Inf 
107.19/107.21	c   107s| 20000 | 14625 |736619 |  36.8 |  38M|  62 |   3 |1700 |3306 |1700 | 881 |  48k|1765 |3416 | 0.000000e+00 | 3.324000e+03 |    Inf 
154.69/154.70	c   155s| 30000 | 21955 |  1072k|  35.7 |  47M|  62 |   4 |1700 |3083 |1700 | 876 |  74k|2889 |4630 | 0.000000e+00 | 3.324000e+03 |    Inf 
191.09/191.16	o 3084
191.09/191.16	c * 191s| 37587 | 26804 |  1318k|  35.1 |  53M|  62 |   - |1700 |2896 |1700 | 908 |  95k|3936 |5576 | 0.000000e+00 | 3.084000e+03 |    Inf 
202.69/202.77	c   203s| 40000 | 28504 |  1400k|  35.0 |  55M|  62 |  22 |1700 |2756 |1700 | 878 | 101k|4318 |5870 | 0.000000e+00 | 3.084000e+03 |    Inf 
209.49/209.50	o 2969
209.49/209.50	c * 210s| 41393 | 29216 |  1446k|  34.9 |  56M|  62 |   - |1700 |2745 |1700 | 911 | 105k|4554 |5987 | 0.000000e+00 | 2.969000e+03 |    Inf 
250.59/250.69	c   251s| 50000 | 34847 |  1747k|  34.9 |  64M|  62 |   5 |1700 |2695 |1700 | 891 | 125k|5987 |6796 | 0.000000e+00 | 2.969000e+03 |    Inf 
256.10/256.18	o 2840
256.10/256.18	c * 256s| 51063 | 35268 |  1788k|  35.0 |  64M|  62 |   - |1700 |2703 |1700 | 927 | 128k|6184 |6908 | 0.000000e+00 | 2.840000e+03 |    Inf 
269.40/269.47	o 2461
269.40/269.47	c * 269s| 53633 | 36131 |  1888k|  35.2 |  64M|  62 |   - |1700 |2702 |1700 | 915 | 135k|6613 |7159 | 0.000000e+00 | 2.461000e+03 |    Inf 
298.69/298.77	c   299s| 60000 | 39473 |  2095k|  34.9 |  69M|  62 |   7 |1700 |2761 |1700 | 877 | 149k|8441 |7704 | 0.000000e+00 | 2.461000e+03 |    Inf 
345.79/345.83	c   346s| 70000 | 44463 |  2422k|  34.6 |  76M|  62 |   6 |1700 |2792 |1700 | 876 | 172k|  11k|8456 | 0.000000e+00 | 2.461000e+03 |    Inf 
391.70/391.75	c   392s| 80000 | 49793 |  2743k|  34.3 |  84M|  62 |  11 |1700 |2845 |1700 | 883 | 195k|  13k|9230 | 0.000000e+00 | 2.461000e+03 |    Inf 
405.40/405.41	o 2453
405.40/405.41	c * 405s| 83036 | 51433 |  2843k|  34.2 |  86M|  63 |   - |1700 |2806 |1700 | 896 | 201k|  14k|9461 | 0.000000e+00 | 2.453000e+03 |    Inf 
437.81/437.87	c   438s| 90000 | 54986 |  3063k|  34.0 |  91M|  63 |   4 |1700 |2800 |1700 | 895 | 218k|  16k|9998 | 0.000000e+00 | 2.453000e+03 |    Inf 
483.40/483.48	c   483s|100000 | 60069 |  3377k|  33.8 |  99M|  63 |   - |1700 |2824 |1700 | 897 | 241k|  19k|  10k| 0.000000e+00 | 2.453000e+03 |    Inf 
528.20/528.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.20/528.24	c   528s|110000 | 65764 |  3694k|  33.6 | 106M|  63 |  20 |1700 |2797 |1700 | 879 | 263k|  21k|  11k| 0.000000e+00 | 2.453000e+03 |    Inf 
575.50/575.52	c   576s|120000 | 70297 |  3970k|  33.1 | 113M|  63 |  14 |1700 |2849 |1700 | 887 | 294k|  23k|  12k| 0.000000e+00 | 2.453000e+03 |    Inf 
583.90/583.92	o 2368
583.90/583.92	c * 584s|121626 | 70579 |  4018k|  33.0 | 113M|  63 |   - |1700 |2829 |1700 | 904 | 300k|  23k|  12k| 0.000000e+00 | 2.368000e+03 |    Inf 
623.91/623.96	c   624s|130000 | 74135 |  4246k|  32.7 | 118M|  64 |   3 |1700 |2989 |1700 | 859 | 327k|  26k|  12k| 0.000000e+00 | 2.368000e+03 |    Inf 
646.81/646.86	o 2133
646.81/646.86	c * 647s|134848 | 74329 |  4378k|  32.5 | 118M|  64 |   - |1700 |2904 |1700 | 892 | 342k|  27k|  13k| 0.000000e+00 | 2.133000e+03 |    Inf 
650.51/650.52	o 2011
650.51/650.52	c * 651s|135616 | 73317 |  4399k|  32.4 | 116M|  64 |   - |1700 |2939 |1700 | 875 | 344k|  27k|  13k| 0.000000e+00 | 2.011000e+03 |    Inf 
669.81/669.89	c   670s|140000 | 74995 |  4519k|  32.3 | 119M|  64 |   - |1700 |2887 |1700 | 883 | 355k|  28k|  13k| 0.000000e+00 | 2.011000e+03 |    Inf 
712.82/712.86	c   713s|150000 | 78708 |  4788k|  31.9 | 126M|  64 |  19 |1700 |3073 |1700 | 880 | 378k|  32k|  14k| 0.000000e+00 | 2.011000e+03 |    Inf 
755.61/755.66	c   756s|160000 | 82484 |  5053k|  31.6 | 133M|  64 |  17 |1700 |3121 |1700 | 853 | 402k|  35k|  14k| 0.000000e+00 | 2.011000e+03 |    Inf 
799.21/799.29	c   799s|170000 | 86210 |  5312k|  31.2 | 139M|  64 |   6 |1700 |3040 |1700 | 905 | 428k|  39k|  15k| 0.000000e+00 | 2.011000e+03 |    Inf 
842.62/842.67	c   843s|180000 | 90142 |  5578k|  31.0 | 146M|  64 |   7 |1700 |3087 |1700 | 857 | 452k|  42k|  15k| 0.000000e+00 | 2.011000e+03 |    Inf 
887.11/887.14	c   887s|190000 | 93873 |  5839k|  30.7 | 152M|  64 |  18 |1700 |3136 |1700 | 867 | 479k|  45k|  16k| 0.000000e+00 | 2.011000e+03 |    Inf 
930.52/930.52	c   931s|200000 | 97513 |  6107k|  30.5 | 158M|  64 |   8 |1700 |3010 |1700 | 882 | 503k|  49k|  16k| 0.000000e+00 | 2.011000e+03 |    Inf 
973.92/973.92	c   974s|210000 |101245 |  6368k|  30.3 | 165M|  64 |   7 |1700 |3167 |1700 | 879 | 529k|  52k|  17k| 0.000000e+00 | 2.011000e+03 |    Inf 
1018.02/1018.04	c  1018s|220000 |104791 |  6634k|  30.2 | 171M|  66 |   - |1700 |3024 |1700 | 904 | 555k|  56k|  17k| 0.000000e+00 | 2.011000e+03 |    Inf 
1060.12/1060.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.12/1060.17	c  1060s|230000 |109280 |  6879k|  29.9 | 178M|  67 |   - |1700 |3281 |1700 | 877 | 581k|  59k|  18k| 0.000000e+00 | 2.011000e+03 |    Inf 
1104.82/1104.88	c  1105s|240000 |113211 |  7121k|  29.7 | 184M|  67 |   6 |1700 |3273 |1700 | 862 | 611k|  62k|  18k| 0.000000e+00 | 2.011000e+03 |    Inf 
1149.43/1149.42	c  1149s|250000 |117050 |  7377k|  29.5 | 191M|  67 |   3 |1700 |3032 |1700 | 883 | 639k|  66k|  19k| 0.000000e+00 | 2.011000e+03 |    Inf 
1184.92/1184.95	o 1819
1184.92/1184.95	c *1185s|257648 |117022 |  7578k|  29.4 | 191M|  67 |   - |1700 |3011 |1700 | 914 | 661k|  68k|  19k| 0.000000e+00 | 1.819000e+03 |    Inf 
1195.73/1195.76	c  1196s|260000 |117691 |  7636k|  29.4 | 193M|  67 |   7 |1700 |3083 |1700 | 859 | 668k|  69k|  19k| 0.000000e+00 | 1.819000e+03 |    Inf 
1241.63/1241.61	c  1242s|270000 |120691 |  7903k|  29.3 | 199M|  68 |   2 |1700 |3178 |1700 | 866 | 694k|  73k|  20k| 0.000000e+00 | 1.819000e+03 |    Inf 
1287.23/1287.24	c  1287s|280000 |123782 |  8182k|  29.2 | 206M|  68 |   5 |1700 |3194 |1700 | 855 | 718k|  77k|  20k| 0.000000e+00 | 1.819000e+03 |    Inf 
1331.03/1331.01	c  1331s|290000 |126926 |  8438k|  29.1 | 213M|  68 |   - |1700 |3109 |1700 | 879 | 743k|  81k|  20k| 0.000000e+00 | 1.819000e+03 |    Inf 
1331.53/1331.57	o 1773
1331.53/1331.57	c *1332s|290115 |126094 |  8441k|  29.1 | 212M|  68 |   - |1700 |3118 |1700 | 922 | 743k|  81k|  20k| 0.000000e+00 | 1.773000e+03 |    Inf 
1331.53/1331.58	o 1761
1331.53/1331.58	c *1332s|290116 |125924 |  8441k|  29.1 | 212M|  68 |   - |1700 |3118 |1700 | 922 | 743k|  81k|  20k| 0.000000e+00 | 1.761000e+03 |    Inf 
1376.33/1376.39	c  1376s|300000 |128495 |  8691k|  29.0 | 218M|  68 |  10 |1700 |3146 |1700 | 879 | 769k|  86k|  21k| 0.000000e+00 | 1.761000e+03 |    Inf 
1420.73/1420.70	c  1421s|310000 |131245 |  8948k|  28.9 | 225M|  68 |  18 |1700 |3173 |1700 | 873 | 794k|  90k|  21k| 0.000000e+00 | 1.761000e+03 |    Inf 
1464.64/1464.61	c  1465s|320000 |134565 |  9214k|  28.8 | 232M|  68 |  17 |1700 |3334 |1700 | 893 | 819k|  93k|  21k| 0.000000e+00 | 1.761000e+03 |    Inf 
1511.83/1511.89	c  1512s|330000 |137918 |  9528k|  28.9 | 240M|  68 |   - |1700 |3277 |1700 | 878 | 841k|  97k|  22k| 0.000000e+00 | 1.761000e+03 |    Inf 
1557.23/1557.27	c  1557s|340000 |141038 |  9793k|  28.8 | 246M|  68 |  33 |1700 |3495 |1700 | 888 | 867k| 101k|  22k| 0.000000e+00 | 1.761000e+03 |    Inf 
1605.84/1605.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1605.84/1605.83	c  1606s|350000 |145025 | 10130k|  28.9 | 255M|  68 |   - |1700 |3667 |1700 | 897 | 889k| 104k|  22k| 0.000000e+00 | 1.761000e+03 |    Inf 
1654.44/1654.47	c  1654s|360000 |148153 | 10465k|  29.1 | 263M|  68 |   - |1700 |3542 |1700 | 893 | 911k| 108k|  23k| 0.000000e+00 | 1.761000e+03 |    Inf 
1703.64/1703.64	c  1704s|370000 |151000 | 10783k|  29.1 | 270M|  68 |  12 |1700 |3611 |1700 | 878 | 936k| 112k|  23k| 0.000000e+00 | 1.761000e+03 |    Inf 
1751.74/1751.79	c  1752s|380000 |154329 | 11099k|  29.2 | 277M|  68 |   6 |1700 |3635 |1700 | 876 | 960k| 116k|  24k| 0.000000e+00 | 1.761000e+03 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 389896
1800.04/1800.00	c Primal Bound       : +1.76100000000000e+03 (117 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v -x200 x199 -x198 x197 -x196 x195 -x194 x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 -x184 x183 x182 -x181 x180 -x179 -x178 
1800.04/1800.00	v x177 x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 -x166 x165 -x164 x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 
1800.04/1800.00	v x154 -x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 -x132 
1800.04/1800.00	v x131 x130 -x129 x128 -x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1800.04/1800.00	v x108 -x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 x96 -x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 x86 -x85 -x84 
1800.04/1800.00	v x83 x82 -x81 -x80 x79 x78 -x77 x76 -x75 x74 -x73 -x72 x71 -x70 x69 x68 -x67 -x66 x65 -x64 x63 -x62 x61 x60 -x59 x58 -x57 x56 
1800.04/1800.00	v -x55 -x54 x53 -x52 x51 x50 -x49 -x48 x47 x46 -x45 x44 -x43 x42 -x41 x40 -x39 x38 -x37 -x36 x35 -x34 x33 x32 -x31 -x30 x29 x28 
1800.04/1800.00	v -x27 x26 -x25 -x24 x23 x22 -x21 -x20 x19 x18 -x17 x16 -x15 x14 -x13 -x12 x11 x10 -x9 x8 -x7 -x6 x5 x4 -x3 -x2 x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]

Verifier Data

OK	1761

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447969-1307902671/watcher-3447969-1307902671 -o /var/tmp/evaluation-result-3447969-1307902671/solver-3447969-1307902671 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447969-1307902671.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4341
/proc/meminfo: memFree=1206420/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 1510 0 0 0 0 0 0 0 25 0 1 0 901867891 10362880 1463 33554432000 4194304 9128323 140733515603152 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4341/statm: 2530 1466 396 1205 0 1321 0

[startup+0.06337 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4341
/proc/meminfo: memFree=1206420/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=23640 CPUtime=0.05 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 4982 0 0 0 5 0 0 0 25 0 1 0 901867891 24207360 4677 33554432000 4194304 9128323 140733515603152 18446744073709551615 4346320 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 5910 4677 559 1205 0 4701 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23640

[startup+0.100383 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4341
/proc/meminfo: memFree=1206420/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=27184 CPUtime=0.09 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 6040 0 0 0 9 0 0 0 25 0 1 0 901867891 27836416 5701 33554432000 4194304 9128323 140733515603152 18446744073709551615 6637210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 6796 5701 655 1205 0 5587 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27184

[startup+0.300347 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4341
/proc/meminfo: memFree=1206420/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=46572 CPUtime=0.29 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 11959 0 0 0 28 1 0 0 25 0 1 0 901867891 47689728 10563 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 11643 10563 713 1205 0 10434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46572

[startup+0.701266 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4341
/proc/meminfo: memFree=1206420/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=46684 CPUtime=0.69 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 12046 0 0 0 68 1 0 0 25 0 1 0 901867891 47804416 10649 33554432000 4194304 9128323 140733515603152 18446744073709551615 4311831 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 11671 10649 712 1205 0 10462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46684

[startup+1.50106 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4342
/proc/meminfo: memFree=1166012/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=46804 CPUtime=1.49 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 14968 0 0 0 147 2 0 0 25 0 1 0 901867891 47927296 10749 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 11701 10749 719 1205 0 10492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46804

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4342
/proc/meminfo: memFree=1165128/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=46880 CPUtime=3.09 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 14975 0 0 0 304 5 0 0 25 0 1 0 901867891 48005120 10756 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 11720 10756 719 1205 0 10511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46880

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4343
/proc/meminfo: memFree=1164588/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=46880 CPUtime=6.29 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 14976 0 0 0 620 9 0 0 25 0 1 0 901867891 48005120 10757 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 11720 10757 720 1205 0 10511 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46880

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4343
/proc/meminfo: memFree=1160024/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=51364 CPUtime=12.69 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 25593 0 0 0 1253 16 0 0 25 0 1 0 901867891 52596736 11803 33554432000 4194304 9128323 140733515603152 18446744073709551615 7216727 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 12841 11803 721 1205 0 11632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51364

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4343
/proc/meminfo: memFree=1157032/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=54916 CPUtime=25.49 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 36206 0 0 0 2518 31 0 0 25 0 1 0 901867891 56233984 12723 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/4341/statm: 13729 12723 721 1205 0 12520 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54916

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4344
/proc/meminfo: memFree=1150464/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=61284 CPUtime=51.08 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 55102 0 0 0 5050 58 0 0 25 0 1 0 901867891 62754816 14324 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 15321 14324 727 1205 0 14112 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61284

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4345
/proc/meminfo: memFree=1142028/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=68484 CPUtime=102.29 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 71122 0 0 0 10117 112 0 0 25 0 1 0 901867891 70127616 16135 33554432000 4194304 9128323 140733515603152 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 17121 16135 727 1205 0 15912 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 68484

[startup+162.301 s]
/proc/loadavg: 2.08 2.02 1.93 3/178 4347
/proc/meminfo: memFree=1130296/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=79676 CPUtime=162.29 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 77187 0 0 0 16052 177 0 0 25 0 1 0 901867891 81588224 18994 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 19919 18994 727 1205 0 18710 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79676

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 4348
/proc/meminfo: memFree=1104576/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=105692 CPUtime=222.29 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 100899 0 0 0 21990 239 0 0 25 0 1 0 901867891 108228608 25365 33554432000 4194304 9128323 140733515603152 18446744073709551615 6581557 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 26423 25365 727 1205 0 25214 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105692

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 4350
/proc/meminfo: memFree=1103900/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=105304 CPUtime=282.29 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 104718 0 0 0 27922 307 0 0 25 0 1 0 901867891 107831296 25433 33554432000 4194304 9128323 140733515603152 18446744073709551615 7192225 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 26326 25433 727 1205 0 25117 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105304

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4351
/proc/meminfo: memFree=1097004/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=110652 CPUtime=342.3 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 114681 0 0 0 33864 366 0 0 25 0 1 0 901867891 113307648 26829 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 27663 26829 727 1205 0 26454 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 110652

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 4353
/proc/meminfo: memFree=1086752/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=121192 CPUtime=402.29 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 120492 0 0 0 39806 423 0 0 25 0 1 0 901867891 124100608 29455 33554432000 4194304 9128323 140733515603152 18446744073709551615 7205364 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 30298 29455 727 1205 0 29089 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 121192

[startup+462.301 s]
/proc/loadavg: 1.78 1.95 1.91 2/172 4380
/proc/meminfo: memFree=1377840/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=130704 CPUtime=462.3 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 132548 0 0 0 45743 487 0 0 25 0 1 0 901867891 133840896 31874 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 32676 31874 727 1205 0 31467 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 130704

[startup+522.301 s]
/proc/loadavg: 1.28 1.77 1.85 2/172 4381
/proc/meminfo: memFree=1364412/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=143868 CPUtime=522.3 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 142136 0 0 0 51687 543 0 0 25 0 1 0 901867891 147320832 35188 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 35967 35188 727 1205 0 34758 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 143868

[startup+582.301 s]
/proc/loadavg: 1.10 1.63 1.80 2/172 4383
/proc/meminfo: memFree=1356424/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=153684 CPUtime=582.3 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 144103 0 0 0 57635 595 0 0 25 0 1 0 901867891 157372416 37149 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 38421 37149 727 1205 0 37212 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 153684

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.27 1.61 2/172 4389
/proc/meminfo: memFree=1322624/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=188004 CPUtime=822.31 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 180809 0 0 0 81422 809 0 0 25 0 1 0 901867891 192516096 45783 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 47001 45783 728 1205 0 45792 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 188004

[startup+882.301 s]
/proc/loadavg: 1.00 1.22 1.57 2/172 4391
/proc/meminfo: memFree=1310924/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=199548 CPUtime=882.31 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 184754 0 0 0 87367 864 0 0 25 0 1 0 901867891 204337152 48655 33554432000 4194304 9128323 140733515603152 18446744073709551615 5239352 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 49887 48655 728 1205 0 48678 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 199548

[startup+942.301 s]
/proc/loadavg: 1.00 1.18 1.53 2/172 4392
/proc/meminfo: memFree=1301316/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=209120 CPUtime=942.32 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 187207 0 0 0 93318 914 0 0 25 0 1 0 901867891 214138880 51096 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 52280 51096 728 1205 0 51071 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 209120

[startup+1002.3 s]
/proc/loadavg: 1.00 1.14 1.49 2/172 4394
/proc/meminfo: memFree=1289384/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=220804 CPUtime=1002.32 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 190132 0 0 0 99263 969 0 0 25 0 1 0 901867891 226103296 54014 33554432000 4194304 9128323 140733515603152 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 55201 54014 728 1205 0 53992 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 220804

[startup+1062.3 s]
/proc/loadavg: 1.00 1.11 1.46 2/172 4396
/proc/meminfo: memFree=1279408/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=230952 CPUtime=1062.32 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 192717 0 0 0 105210 1022 0 0 25 0 1 0 901867891 236494848 56593 33554432000 4194304 9128323 140733515603152 18446744073709551615 5332984 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 57738 56593 728 1205 0 56529 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 230952

[startup+1122.3 s]
/proc/loadavg: 1.00 1.09 1.43 2/172 4397
/proc/meminfo: memFree=1266460/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=243752 CPUtime=1122.33 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 198853 0 0 0 111156 1077 0 0 25 0 1 0 901867891 249602048 59768 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 60938 59768 728 1205 0 59729 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 243752

[startup+1182.3 s]
/proc/loadavg: 1.00 1.07 1.40 2/172 4399
/proc/meminfo: memFree=1259084/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=251224 CPUtime=1182.32 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 200743 0 0 0 117104 1128 0 0 25 0 1 0 901867891 257253376 61636 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 62806 61636 730 1205 0 61597 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 251224

[startup+1242.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/172 4400
/proc/meminfo: memFree=1252216/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=257580 CPUtime=1242.33 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 212975 0 0 0 123051 1182 0 0 25 0 1 0 901867891 263761920 63245 33554432000 4194304 9128323 140733515603152 18446744073709551615 7217893 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 64395 63245 730 1205 0 63186 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 257580

[startup+1302.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/172 4402
/proc/meminfo: memFree=1239308/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=269868 CPUtime=1302.33 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 220033 0 0 0 129000 1233 0 0 25 0 1 0 901867891 276344832 66319 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 67467 66319 730 1205 0 66258 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 269868

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.32 2/172 4404
/proc/meminfo: memFree=1232376/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=276640 CPUtime=1362.33 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 230455 0 0 0 134949 1284 0 0 25 0 1 0 901867891 283279360 68077 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 69160 68077 730 1205 0 67951 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 276640

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.30 2/172 4405
/proc/meminfo: memFree=1220800/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=288652 CPUtime=1422.34 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 234511 0 0 0 140897 1337 0 0 25 0 1 0 901867891 295579648 71025 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 72163 71025 730 1205 0 70954 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 288652

[startup+1482.3 s]
/proc/loadavg: 1.05 1.03 1.28 2/172 4407
/proc/meminfo: memFree=1210336/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=299812 CPUtime=1482.33 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 238359 0 0 0 146843 1390 0 0 25 0 1 0 901867891 307007488 73809 33554432000 4194304 9128323 140733515603152 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 74953 73809 730 1205 0 73744 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 299812

[startup+1542.3 s]
/proc/loadavg: 1.02 1.03 1.26 2/172 4408
/proc/meminfo: memFree=1201140/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=308156 CPUtime=1542.34 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 240498 0 0 0 152792 1442 0 0 25 0 1 0 901867891 315551744 75933 33554432000 4194304 9128323 140733515603152 18446744073709551615 6890092 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 77039 75933 730 1205 0 75830 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 308156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/172 4410
/proc/meminfo: memFree=1188652/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=320592 CPUtime=1602.34 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 244731 0 0 0 158737 1497 0 0 25 0 1 0 901867891 328286208 79061 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 80148 79061 730 1205 0 78939 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 320592

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/172 4412
/proc/meminfo: memFree=1176744/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=332260 CPUtime=1662.34 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 247675 0 0 0 164681 1553 0 0 25 0 1 0 901867891 340234240 81986 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 83065 81986 730 1205 0 81856 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 332260

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/172 4413
/proc/meminfo: memFree=1165308/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=343844 CPUtime=1722.34 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 250528 0 0 0 170630 1604 0 0 25 0 1 0 901867891 352096256 84832 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 85961 84832 730 1205 0 84752 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 343844

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/172 4415
/proc/meminfo: memFree=1155432/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=353616 CPUtime=1782.34 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 252973 0 0 0 176576 1658 0 0 25 0 1 0 901867891 362102784 87254 33554432000 4194304 9128323 140733515603152 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/4341/statm: 88404 87254 730 1205 0 87195 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 353616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 4415
/proc/meminfo: memFree=1150724/32951124 swapFree=67056684/67111528
[pid=4341] ppid=4339 vsize=358344 CPUtime=1800.04 cores=0,2,4,6
/proc/4341/stat : 4341 (scip-2.0.1.4.li) R 4339 4341 2586 0 -1 4202496 254139 0 0 0 178329 1675 0 0 25 0 1 0 901867891 366944256 88403 33554432000 4194304 9128323 140733515603152 18446744073709551615 4693424 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4341/statm: 89586 88403 730 1205 0 88377 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 358344

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1783.3
CPU system time (s): 16.7754
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 358344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.3
system time used= 16.7754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254140
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= 5
involuntary context switches= 2084

runsolver used 2.54761 second user time and 5.65214 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-12 20:17:51
IDJOB=3447969
IDBENCH=79425
IDSOLVER=1944
FILE ID=node109/3447969-1307902671
RUNJOBID= node109-1307897711-3964
PBS_JOBID= 13559594
Free space on /var/tmp= 2876 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh220_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447969-1307902671/watcher-3447969-1307902671 -o /var/tmp/evaluation-result-3447969-1307902671/solver-3447969-1307902671 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447969-1307902671.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 862c57b9a103de4e976a73e17aca1258
RANDOM SEED=979783390

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1206476 kB
Buffers:         55868 kB
Cached:       30431184 kB
SwapCached:       8608 kB
Active:       15929164 kB
Inactive:     14861696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1206476 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           12044 kB
Writeback:           0 kB
AnonPages:      301444 kB
Mapped:          16092 kB
Slab:           889540 kB
PageTables:       5636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   498824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2876 MiB
End job on node109 at 2011-06-12 20:47:53