Trace number 2705645

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.18 1790.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552735--soft-66-100-0.wbo
MD5SUMfc51ff1d1c737b59f1aece9b373640d1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark586.641
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705645-1278572964.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 906 impl, 0 cont) and 3614 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.04/0.07	c (round 2) 0 del vars, 115 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.04/0.08	c (round 3) 55 del vars, 170 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.04/0.09	c (round 4) 110 del vars, 210 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.09/0.12	c    (0.1s) probing: 101/1082 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  110 deleted vars, 210 deleted constraints, 906 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
0.09/0.12	c  1903 implications, 12 cliques
0.09/0.12	c presolved problem has 1933 variables (1082 bin, 0 int, 851 impl, 0 cont) and 3404 constraints
0.09/0.12	c      78 constraints of type <setppc>
0.09/0.12	c     851 constraints of type <linear>
0.09/0.12	c     851 constraints of type <indicator>
0.09/0.12	c    1624 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    40 |     - |8866k|   0 |  35 |1933 |3404 |1933 |1702 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    82 |     - |8982k|   0 |  52 |1933 |3404 |1933 |1719 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   199 |     - |9681k|   0 |  62 |1933 |3404 |1933 |1737 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   406 |     - |9769k|   0 |  67 |1933 |3404 |1933 |1755 |  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |  1240 |     - |  10M|   0 |  65 |1933 |3404 |1933 |1766 |  64 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.81	c   0.8s|     1 |     0 |  1759 |     - |  11M|   0 | 151 |1933 |3404 |1933 |1791 |  89 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.31	c   1.3s|     1 |     0 |  3882 |     - |  11M|   0 | 108 |1933 |3404 |1933 |1810 | 108 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.39/3.48	c   3.5s|     1 |     2 |  3882 |     - |  11M|   0 | 108 |1933 |3404 |1933 |1810 | 108 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
4.79/4.87	o 41732
4.79/4.87	c y 4.8s|    18 |    17 |  4799 |  53.9 |  11M|  16 |   - |1933 |3404 |   0 |   0 | 121 |   0 | 232 | 0.000000e+00 | 4.173200e+04 |    Inf 
21.99/22.06	c  22.0s| 10000 |  9933 | 18750 |   1.5 |  30M| 107 |   0 |1933 |3534 |1933 |1813 |1590 | 136 |1307 | 0.000000e+00 | 4.173200e+04 |    Inf 
32.69/32.79	c  32.8s| 20000 | 19892 | 30821 |   1.3 |  44M| 107 |   0 |1933 |3567 |1933 |1812 |2688 | 198 |1401 | 0.000000e+00 | 4.173200e+04 |    Inf 
42.49/42.56	c  42.5s| 30000 | 29857 | 37689 |   1.1 |  58M| 107 |   0 |1933 |3615 |1933 |1802 |3482 | 267 |1421 | 0.000000e+00 | 4.173200e+04 |    Inf 
52.09/52.16	c  52.1s| 40000 | 39837 | 43288 |   1.0 |  72M| 135 |   0 |1933 |3614 |1933 |1818 |4200 | 291 |1448 | 0.000000e+00 | 4.173200e+04 |    Inf 
60.98/61.08	c  61.1s| 50000 | 49827 | 45637 |   0.8 |  86M| 137 |   0 |1933 |3629 |1933 |1802 |4451 | 313 |1451 | 0.000000e+00 | 4.173200e+04 |    Inf 
70.29/70.33	c  70.3s| 60000 | 59795 | 50552 |   0.8 | 100M| 137 |   0 |1933 |3678 |1933 |1815 |5164 | 377 |1454 | 0.000000e+00 | 4.173200e+04 |    Inf 
79.39/79.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.39/79.42	c  79.4s| 70000 | 69778 | 54047 |   0.7 | 114M| 137 |   0 |1933 |3696 |1933 |1798 |5588 | 410 |1456 | 0.000000e+00 | 4.173200e+04 |    Inf 
88.29/88.30	c  88.3s| 80000 | 79758 | 56539 |   0.7 | 128M| 163 |   0 |1933 |3709 |1933 |1811 |5902 | 440 |1457 | 0.000000e+00 | 4.173200e+04 |    Inf 
93.89/93.96	o 6
93.89/93.96	c *93.9s| 86531 |   698 | 57878 |   0.6 |  17M| 864 |   - |1933 |3706 |1933 |1811 |6066 | 444 |1459 | 0.000000e+00 | 6.000000e+00 |    Inf 
100.69/100.70	c   101s| 90000 |   454 |105053 |   1.1 |  18M| 864 |  22 |1933 |6172 |1933 |1787 |6391 |4790 |1626 | 0.000000e+00 | 6.000000e+00 |    Inf 
118.09/118.15	c   118s|100000 |   452 |221815 |   2.2 |  20M| 864 |  14 |1933 |  11k|1933 |1787 |7403 |  17k|1666 | 0.000000e+00 | 6.000000e+00 |    Inf 
137.19/137.28	c   137s|110000 |   385 |336886 |   3.0 |  22M| 864 |   - |1933 |  16k|   0 |   0 |8504 |  29k|1704 | 0.000000e+00 | 6.000000e+00 |    Inf 
160.09/160.19	c   160s|120000 |   377 |457400 |   3.8 |  24M| 864 |  25 |1933 |  21k|1933 |1787 |9727 |  42k|2023 | 0.000000e+00 | 6.000000e+00 |    Inf 
183.19/183.22	c   183s|130000 |   392 |578392 |   4.4 |  27M| 864 |   - |1933 |  28k|   0 |   0 |  11k|  56k|2445 | 0.000000e+00 | 6.000000e+00 |    Inf 
209.69/209.75	c   210s|140000 |   413 |730785 |   5.2 |  29M| 864 |  20 |1933 |  32k|1933 |1787 |  12k|  69k|2889 | 0.000000e+00 | 6.000000e+00 |    Inf 
234.79/234.89	c   235s|150000 |   398 |866907 |   5.8 |  32M| 864 |   - |1933 |  38k|1933 |1787 |  13k|  83k|3268 | 0.000000e+00 | 6.000000e+00 |    Inf 
261.20/261.22	c   261s|160000 |   439 |  1001k|   6.2 |  33M| 864 |   - |1933 |  40k|1933 |1787 |  15k|  97k|3697 | 0.000000e+00 | 6.000000e+00 |    Inf 
288.09/288.10	c   288s|170000 |   495 |  1138k|   6.7 |  34M| 864 |   - |1933 |  40k|1933 |1787 |  16k| 110k|4068 | 0.000000e+00 | 6.000000e+00 |    Inf 
315.19/315.24	c   315s|180000 |   477 |  1281k|   7.1 |  33M| 864 |  23 |1933 |  39k|1933 |1787 |  18k| 124k|4348 | 0.000000e+00 | 6.000000e+00 |    Inf 
342.49/342.56	c   343s|190000 |   448 |  1413k|   7.4 |  34M| 864 |   - |1933 |  41k|1933 |1787 |  19k| 137k|4673 | 0.000000e+00 | 6.000000e+00 |    Inf 
369.19/369.27	c   369s|200000 |   405 |  1544k|   7.7 |  34M| 864 |   - |1933 |  42k|1933 |1787 |  21k| 151k|4923 | 0.000000e+00 | 6.000000e+00 |    Inf 
396.88/396.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.88/396.94	c   397s|210000 |   378 |  1672k|   7.9 |  35M| 864 |   - |1933 |  43k|   0 |   0 |  22k| 164k|5221 | 0.000000e+00 | 6.000000e+00 |    Inf 
424.59/424.65	c   425s|220000 |   382 |  1791k|   8.1 |  37M| 864 |   - |1933 |  48k|1933 |1787 |  24k| 178k|5463 | 0.000000e+00 | 6.000000e+00 |    Inf 
453.79/453.82	c   454s|230000 |   375 |  1920k|   8.3 |  37M| 864 |   - |1933 |  48k|1933 |1787 |  26k| 191k|5641 | 0.000000e+00 | 6.000000e+00 |    Inf 
483.79/483.83	c   484s|240000 |   339 |  2047k|   8.5 |  36M| 864 |   - |1933 |  43k|   0 |   0 |  27k| 205k|6290 | 0.000000e+00 | 6.000000e+00 |    Inf 
512.49/512.56	c   513s|250000 |   374 |  2176k|   8.7 |  38M| 864 |  16 |1933 |  47k|1933 |1787 |  28k| 218k|6467 | 0.000000e+00 | 6.000000e+00 |    Inf 
540.29/540.31	c   540s|260000 |   274 |  2306k|   8.9 |  36M| 864 |   - |1933 |  42k|   0 |   0 |  30k| 231k|6636 | 0.000000e+00 | 6.000000e+00 |    Inf 
567.69/567.77	c   568s|270000 |   307 |  2436k|   9.0 |  37M| 864 |  24 |1933 |  46k|1933 |1787 |  31k| 244k|6789 | 0.000000e+00 | 6.000000e+00 |    Inf 
596.10/596.15	c   596s|280000 |   266 |  2563k|   9.1 |  38M| 864 |   - |1933 |  47k|   0 |   0 |  33k| 257k|6945 | 0.000000e+00 | 6.000000e+00 |    Inf 
624.00/624.04	c   624s|290000 |   323 |  2676k|   9.2 |  40M| 864 |  20 |1933 |  52k|1933 |1787 |  34k| 271k|7115 | 0.000000e+00 | 6.000000e+00 |    Inf 
654.60/654.67	c   655s|300000 |   270 |  2816k|   9.4 |  40M| 864 |  20 |1933 |  52k|1933 |1787 |  36k| 284k|7338 | 0.000000e+00 | 6.000000e+00 |    Inf 
686.00/686.08	c   686s|310000 |   290 |  2958k|   9.5 |  42M| 864 |   - |1933 |  57k|1933 |1793 |  38k| 297k|7538 | 0.000000e+00 | 6.000000e+00 |    Inf 
716.80/716.89	c   717s|320000 |   267 |  3084k|   9.6 |  43M| 864 |   - |1933 |  60k|   0 |   0 |  39k| 310k|7673 | 0.000000e+00 | 6.000000e+00 |    Inf 
750.90/750.94	c   751s|330000 |   413 |  3220k|   9.7 |  46M| 864 |  20 |1933 |  65k|1933 |1787 |  40k| 323k|7831 | 0.000000e+00 | 6.000000e+00 |    Inf 
782.90/782.95	c   783s|340000 |   389 |  3347k|   9.8 |  46M| 864 |   - |1933 |  66k|   0 |   0 |  42k| 337k|7994 | 0.000000e+00 | 6.000000e+00 |    Inf 
817.60/817.68	c   818s|350000 |   327 |  3476k|   9.9 |  46M| 864 |  25 |1933 |  66k|1933 |1787 |  43k| 350k|8131 | 0.000000e+00 | 6.000000e+00 |    Inf 
851.01/851.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.01/851.00	c   851s|360000 |   306 |  3607k|  10.0 |  47M| 864 |   - |1933 |  67k|   0 |   0 |  44k| 364k|8280 | 0.000000e+00 | 6.000000e+00 |    Inf 
885.10/885.15	c   885s|370000 |   235 |  3741k|  10.1 |  42M| 864 |   - |1933 |  55k|   0 |   0 |  45k| 377k|8568 | 0.000000e+00 | 6.000000e+00 |    Inf 
915.30/915.32	c   915s|380000 |   221 |  3863k|  10.2 |  42M| 864 |   - |1933 |  56k|   0 |   0 |  46k| 390k|8694 | 0.000000e+00 | 6.000000e+00 |    Inf 
945.11/945.17	c   945s|390000 |   213 |  3987k|  10.2 |  41M| 864 |   - |1933 |  52k|1933 |1787 |  48k| 403k|8809 | 0.000000e+00 | 6.000000e+00 |    Inf 
973.21/973.24	c   973s|400000 |   221 |  4101k|  10.2 |  42M| 864 |   - |1933 |  54k|   0 |   0 |  49k| 415k|8907 | 0.000000e+00 | 6.000000e+00 |    Inf 
1003.51/1003.59	c  1004s|410000 |   241 |  4228k|  10.3 |  43M| 864 |  27 |1933 |  55k|1933 |1787 |  49k| 428k|9040 | 0.000000e+00 | 6.000000e+00 |    Inf 
1031.91/1031.92	c  1032s|420000 |   290 |  4345k|  10.3 |  44M| 864 |  16 |1933 |  59k|1933 |1787 |  50k| 442k|9155 | 0.000000e+00 | 6.000000e+00 |    Inf 
1062.81/1062.85	c  1063s|430000 |   273 |  4470k|  10.4 |  44M| 864 |  13 |1933 |  58k|1933 |1787 |  51k| 455k|9320 | 0.000000e+00 | 6.000000e+00 |    Inf 
1096.31/1096.34	c  1096s|440000 |   284 |  4606k|  10.5 |  45M| 864 |   - |1933 |  59k|   0 |   0 |  52k| 469k|9478 | 0.000000e+00 | 6.000000e+00 |    Inf 
1129.51/1129.57	c  1130s|450000 |   284 |  4725k|  10.5 |  46M| 864 |   - |1933 |  61k|   0 |   0 |  53k| 482k|9609 | 0.000000e+00 | 6.000000e+00 |    Inf 
1161.21/1161.23	c  1161s|460000 |   383 |  4843k|  10.5 |  48M| 864 |   1 |1933 |  66k|1933 |1787 |  53k| 495k|9717 | 0.000000e+00 | 6.000000e+00 |    Inf 
1191.91/1191.97	c  1192s|470000 |   323 |  4956k|  10.5 |  47M| 864 |   1 |1933 |  63k|1933 |1787 |  54k| 510k|9781 | 0.000000e+00 | 6.000000e+00 |    Inf 
1221.11/1221.15	c  1221s|480000 |   352 |  5072k|  10.6 |  49M| 864 |   - |1933 |  66k|1933 |1787 |  55k| 524k|9865 | 0.000000e+00 | 6.000000e+00 |    Inf 
1254.32/1254.34	c  1254s|490000 |   335 |  5204k|  10.6 |  49M| 864 |  15 |1933 |  66k|1933 |1787 |  57k| 538k|9997 | 0.000000e+00 | 6.000000e+00 |    Inf 
1285.81/1285.85	c  1286s|500000 |   376 |  5316k|  10.6 |  50M| 864 |   - |1933 |  68k|1933 |1787 |  57k| 550k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1319.21/1319.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1319.21/1319.29	c  1319s|510000 |   350 |  5439k|  10.7 |  49M| 864 |  26 |1933 |  65k|1933 |1787 |  58k| 564k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1353.03/1353.08	c  1353s|520000 |   206 |  5574k|  10.7 |  46M| 864 |  24 |1933 |  61k|1933 |1787 |  60k| 577k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1385.52/1385.52	c  1385s|530000 |   247 |  5714k|  10.8 |  47M| 864 |   - |1933 |  65k|   0 |   0 |  62k| 590k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1418.82/1418.82	c  1419s|540000 |   213 |  5842k|  10.8 |  48M| 864 |   - |1933 |  68k|   0 |   0 |  64k| 604k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1454.41/1454.50	c  1454s|550000 |   301 |  5982k|  10.9 |  49M| 864 |   - |1933 |  70k|   0 |   0 |  66k| 617k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1490.12/1490.16	c  1490s|560000 |   367 |  6117k|  10.9 |  51M| 864 |   - |1933 |  73k|   0 |   0 |  68k| 630k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1527.02/1527.07	c  1527s|570000 |   387 |  6256k|  11.0 |  51M| 864 |   - |1933 |  72k|1933 |1787 |  70k| 644k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1563.03/1563.04	c  1563s|580000 |   440 |  6396k|  11.0 |  53M| 864 |  39 |1933 |  74k|1933 |1800 |  72k| 658k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1599.22/1599.30	c  1599s|590000 |   375 |  6541k|  11.1 |  52M| 864 |   - |1933 |  72k|1933 |1787 |  73k| 672k|  11k| 0.000000e+00 | 6.000000e+00 |    Inf 
1635.32/1635.37	c  1635s|600000 |   375 |  6687k|  11.1 |  51M| 864 |  20 |1933 |  69k|1933 |1787 |  75k| 685k|  11k| 0.000000e+00 | 6.000000e+00 |    Inf 
1672.52/1672.50	c  1672s|610000 |   306 |  6820k|  11.2 |  47M| 864 |   - |1933 |  58k|   0 |   0 |  76k| 699k|  11k| 0.000000e+00 | 6.000000e+00 |    Inf 
1703.83/1703.82	c  1704s|620000 |   320 |  6958k|  11.2 |  47M| 864 |  18 |1933 |  58k|1933 |1787 |  78k| 712k|  11k| 0.000000e+00 | 6.000000e+00 |    Inf 
1736.52/1736.59	c  1737s|630000 |   348 |  7099k|  11.3 |  48M| 864 |   - |1933 |  62k|   0 |   0 |  79k| 725k|  11k| 0.000000e+00 | 6.000000e+00 |    Inf 
1770.63/1770.69	c  1771s|640000 |   379 |  7225k|  11.3 |  50M| 864 |   - |1933 |  67k|1933 |1787 |  79k| 739k|  11k| 0.000000e+00 | 6.000000e+00 |    Inf 
1790.02/1790.00	c 
1790.02/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.00	c Solving Time (sec) : 1789.98
1790.02/1790.00	c Solving Nodes      : 645470
1790.02/1790.00	c Primal Bound       : +6.00000000000000e+00 (101 solutions)
1790.02/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.00	c Gap                : infinite
1790.02/1790.01	s SATISFIABLE
1790.02/1790.01	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1790.02/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.02/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.02/1790.01	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.02/1790.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1790.02/1790.01	v -x124 -x123 x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.02/1790.01	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1790.02/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 
1790.02/1790.01	v -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 
1790.02/1790.01	v -x28 -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 
1790.02/1790.01	v -x1 
1790.02/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.01	c Solving Time       :    1789.98
1790.02/1790.01	c Original Problem   :
1790.02/1790.01	c   Problem name     : HOME/instance-2705645-1278572964.wbo
1790.02/1790.01	c   Variables        : 2043 (1137 binary, 0 integer, 906 implicit integer, 0 continuous)
1790.02/1790.01	c   Constraints      : 3614 initial, 3614 maximal
1790.02/1790.01	c Presolved Problem  :
1790.02/1790.01	c   Problem name     : t_HOME/instance-2705645-1278572964.wbo
1790.02/1790.01	c   Variables        : 1933 (1082 binary, 0 integer, 851 implicit integer, 0 continuous)
1790.02/1790.01	c   Constraints      : 3404 initial, 75553 maximal
1790.02/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.01	c   trivial          :       0.00         55          0          0          0          0          0          0          0
1790.02/1790.01	c   dualfix          :       0.00         55          0          0          0          0          0          0          0
1790.02/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.01	c   setppc           :       0.00          0          0          0          0          0         40          0          0
1790.02/1790.01	c   linear           :       0.05          0          0          0        906          0        115         55          0
1790.02/1790.01	c   indicator        :       0.00          0          0          0          0          0         55          0          0
1790.02/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.02/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   root node        :          -       1598          -          -       1598          -          -          -          -
1790.02/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.01	c   integral         :          0          0          0     396260          0        543       4710          0          0     587424
1790.02/1790.01	c   setppc           :         78          6    2563807      22802          1      44798    1700851          0          0          0
1790.02/1790.01	c   linear           :        851          6    2620723      97534          1      57202    8626387      80530          0          0
1790.02/1790.01	c   indicator        :        851          0    2563891      98122          1          6     124264          0          0          0
1790.02/1790.01	c   logicor          :       1624+         6    1283725      84984          1      67213    4526581          0          0          0
1790.02/1790.01	c   bounddisjunction :          0+         0      91194          0          0        549       2574          0          0          0
1790.02/1790.01	c   countsols        :          0          0          0      84984          1          0          0          0          0          0
1790.02/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.01	c   integral         :      39.13       0.00       0.00      39.13       0.00
1790.02/1790.01	c   setppc           :      14.96       0.00      14.95       0.01       0.00
1790.02/1790.01	c   linear           :      56.47       0.00      55.78       0.69       0.00
1790.02/1790.01	c   indicator        :      13.55       0.01       8.11       5.42       0.00
1790.02/1790.01	c   logicor          :     400.81       0.00     400.37       0.44       0.00
1790.02/1790.01	c   bounddisjunction :       0.17       0.00       0.17       0.00       0.00
1790.02/1790.01	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.02/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.01	c   vbounds          :       0.47      15514          0       8543
1790.02/1790.01	c   rootredcost      :       0.42          2          0        799
1790.02/1790.01	c   pseudoobj        :      35.81    2666027         41      56610
1790.02/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.01	c   propagation      :       7.60     169803     169287    1032417       26.4       4589       23.3          -
1790.02/1790.01	c   infeasible LP    :      22.00     122022     122019     942517       41.8       1140       15.7          0
1790.02/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.01	c   applied globally :          -          -          -     746528       29.0          -          -          -
1790.02/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.01	c   cut pool         :       0.00          5          -          -         68          -    (maximal pool size: 1115)
1790.02/1790.01	c   redcost          :      14.11     396362          0        666          0          0
1790.02/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.02/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.01	c   gomory           :       0.22          6          0          0       1811          0
1790.02/1790.01	c   strongcg         :       0.18          6          0          0       2241          0
1790.02/1790.01	c   cmir             :       0.04          6          0          0          1          0
1790.02/1790.01	c   flowcover        :       0.05          6          0          0          2          0
1790.02/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.02/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.02/1790.01	c Pricers            :       Time      Calls       Vars
1790.02/1790.01	c   problem variables:       0.00          0          0
1790.02/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.01	c   relpscost        :      38.85     298133        543       4710          0          0     587424
1790.02/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   inference        :      10.43      84984          0          0          0          0     169970
1790.02/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.01	c   LP solutions     :       0.08          -          1
1790.02/1790.01	c   pseudo solutions :       0.00          -          0
1790.02/1790.01	c   oneopt           :       0.19          2          0
1790.02/1790.01	c   feaspump         :       0.02          1          0
1790.02/1790.01	c   crossover        :       0.35          8          0
1790.02/1790.01	c   linesearchdiving :       1.15       1414          0
1790.02/1790.01	c   guideddiving     :       1.16       1414          0
1790.02/1790.01	c   fracdiving       :       1.21       1415          0
1790.02/1790.01	c   veclendiving     :       1.17       1415          0
1790.02/1790.01	c   coefdiving       :       1.23       1415          0
1790.02/1790.01	c   pscostdiving     :       1.16       1415          0
1790.02/1790.01	c   rootsoldiving    :       1.04       1343          0
1790.02/1790.01	c   objpscostdiving  :       0.94       1343          0
1790.02/1790.01	c   trivial          :       0.00          2          0
1790.02/1790.01	c   simplerounding   :       0.48     298122          0
1790.02/1790.01	c   zirounding       :       0.18       1000          0
1790.02/1790.01	c   rounding         :       0.69       7636          0
1790.02/1790.01	c   shifting         :       0.70       2405          0
1790.02/1790.01	c   intshifting      :       0.01          0          0
1790.02/1790.01	c   twoopt           :       0.00          0          0
1790.02/1790.01	c   fixandinfer      :       0.00          0          0
1790.02/1790.01	c   intdiving        :       0.00          0          0
1790.02/1790.01	c   actconsdiving    :       0.00          0          0
1790.02/1790.01	c   octane           :       0.00          0          0
1790.02/1790.01	c   rens             :       0.04          1          0
1790.02/1790.01	c   rins             :       0.00          0          0
1790.02/1790.01	c   localbranching   :       0.00          0          0
1790.02/1790.01	c   mutation         :       0.00          0          0
1790.02/1790.01	c   dins             :       0.00          0          0
1790.02/1790.01	c   undercover       :       0.00          0          0
1790.02/1790.01	c   nlp              :       0.11          0          0
1790.02/1790.01	c   trysol           :       0.22       1331        100
1790.02/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.01	c   dual LP          :     721.56     433610    7297098      16.83   10113.01
1790.02/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.01	c   diving/probing LP:       1.40        967       8358       8.64    5966.23
1790.02/1790.01	c   strong branching :      35.79      11576     354822      30.65    9913.35
1790.02/1790.01	c     (at root node) :          -         15      14141     942.73          -
1790.02/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.01	c B&B Tree           :
1790.02/1790.01	c   number of runs   :          1
1790.02/1790.01	c   nodes            :     645470
1790.02/1790.01	c   nodes (total)    :     645470
1790.02/1790.01	c   nodes left       :        411
1790.02/1790.01	c   max depth        :        864
1790.02/1790.01	c   max depth (total):        864
1790.02/1790.01	c   backtracks       :      73054 (11.3%)
1790.02/1790.01	c   delayed cutoffs  :      25927
1790.02/1790.01	c   repropagations   :     989377 (2331032 domain reductions, 24465 cutoffs)
1790.02/1790.01	c   avg switch length:       4.55
1790.02/1790.01	c   switching time   :     260.30
1790.02/1790.01	c Solution           :
1790.02/1790.01	c   Solutions found  :        101 (2 improvements)
1790.02/1790.01	c   First Solution   : +4.17320000000000e+04   (in run 1, after 17 nodes, 4.84 seconds, depth 17, found by <trysol>)
1790.02/1790.01	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 86531 nodes, 93.86 seconds, depth 864, found by <relaxation>)
1790.02/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.01	c   Gap              :   infinite
1790.02/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.01	c   Root Iterations  :       3882
1790.12/1790.14	c Time complete: 1790.17.

Verifier Data

OK	6

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.54 0.13 0.04 4/178 21742
/proc/meminfo: memFree=29963964/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=12548 CPUtime=0
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 1973 0 0 0 0 0 0 0 25 0 1 0 25508673 12849152 1891 4089446400 4194304 10345943 140734729537600 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21742/statm: 3137 1891 429 1502 0 1630 0

[startup+0.055672 s]
/proc/loadavg: 0.54 0.13 0.04 4/178 21742
/proc/meminfo: memFree=29963964/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=26416 CPUtime=0.04
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 5637 0 0 0 4 0 0 0 25 0 1 0 25508673 27049984 5201 4089446400 4194304 10345943 140734729537600 18446744073709551615 5018803 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 6604 5201 534 1502 0 5097 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26416

[startup+0.100677 s]
/proc/loadavg: 0.54 0.13 0.04 4/178 21742
/proc/meminfo: memFree=29963964/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=27440 CPUtime=0.09
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 5943 0 0 0 9 0 0 0 25 0 1 0 25508673 28098560 5507 4089446400 4194304 10345943 140734729537600 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 6860 5507 562 1502 0 5353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27440

[startup+0.300629 s]
/proc/loadavg: 0.54 0.13 0.04 4/178 21742
/proc/meminfo: memFree=29963964/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=37532 CPUtime=0.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 12110 0 0 0 28 1 0 0 25 0 1 0 25508673 38432768 7837 4089446400 4194304 10345943 140734729537600 18446744073709551615 6148701 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 9383 7837 747 1502 0 7876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37532

[startup+0.70056 s]
/proc/loadavg: 0.54 0.13 0.04 4/178 21742
/proc/meminfo: memFree=29963964/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=42328 CPUtime=0.69
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 13325 0 0 0 68 1 0 0 25 0 1 0 25508673 43343872 9046 4089446400 4194304 10345943 140734729537600 18446744073709551615 6123320 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 10582 9046 749 1502 0 9075 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42328

[startup+1.50041 s]
/proc/loadavg: 0.54 0.13 0.04 3/179 21743
/proc/meminfo: memFree=29926880/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=47052 CPUtime=1.49
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 17422 0 0 0 147 2 0 0 25 0 1 0 25508673 48181248 9706 4089446400 4194304 10345943 140734729537600 18446744073709551615 6566402 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 11763 9706 795 1502 0 10256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47052

[startup+3.10113 s]
/proc/loadavg: 0.54 0.13 0.04 3/179 21743
/proc/meminfo: memFree=29924988/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=47024 CPUtime=3.09
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 18408 0 0 0 306 3 0 0 25 0 1 0 25508673 48152576 9666 4089446400 4194304 10345943 140734729537600 18446744073709551615 7569820 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 11756 9666 795 1502 0 10249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47024

[startup+6.30057 s]
/proc/loadavg: 0.66 0.16 0.05 3/179 21743
/proc/meminfo: memFree=29914448/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=45616 CPUtime=6.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 23068 0 0 0 623 6 0 0 25 0 1 0 25508673 46710784 9573 4089446400 4194304 10345943 140734729537600 18446744073709551615 7576642 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 11404 9573 797 1502 0 9897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45616

[startup+12.7004 s]
/proc/loadavg: 0.77 0.19 0.06 3/179 21743
/proc/meminfo: memFree=29895728/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=49952 CPUtime=12.68
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 37064 0 0 0 1258 10 0 0 25 0 1 0 25508673 51150848 10668 4089446400 4194304 10345943 140734729537600 18446744073709551615 4871593 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 12488 10668 798 1502 0 10981 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49952

[startup+25.5011 s]
/proc/loadavg: 1.04 0.28 0.09 3/179 21743
/proc/meminfo: memFree=29845588/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=70552 CPUtime=25.49
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 57403 0 0 0 2534 15 0 0 25 0 1 0 25508673 72245248 15959 4089446400 4194304 10345943 140734729537600 18446744073709551615 4601646 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 17638 15959 802 1502 0 16131 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70552

[startup+51.1005 s]
/proc/loadavg: 1.37 0.41 0.14 3/179 21743
/proc/meminfo: memFree=29777208/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=106612 CPUtime=51.09
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 70482 0 0 0 5088 21 0 0 25 0 1 0 25508673 109170688 24845 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 26653 24845 802 1502 0 25146 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106612

[startup+102.306 s]
/proc/loadavg: 1.72 0.65 0.24 3/179 21745
/proc/meminfo: memFree=29689516/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=174188 CPUtime=102.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 90568 0 0 0 10197 32 0 0 25 0 1 0 25508673 178368512 42018 4089446400 4194304 10345943 140734729537600 18446744073709551615 6871854 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 43547 42018 802 1502 0 42040 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 174188

[startup+162.301 s]
/proc/loadavg: 1.90 0.90 0.34 3/179 21747
/proc/meminfo: memFree=29682272/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=174188 CPUtime=162.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 90734 0 0 0 16171 58 0 0 25 0 1 0 25508673 178368512 42184 4089446400 4194304 10345943 140734729537600 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21742/statm: 43547 42184 802 1502 0 42040 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 174188

[startup+222.301 s]
/proc/loadavg: 2.00 1.11 0.45 3/179 21749
/proc/meminfo: memFree=29678484/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=176444 CPUtime=222.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 93117 0 0 0 22147 82 0 0 25 0 1 0 25508673 180678656 42180 4089446400 4194304 10345943 140734729537600 18446744073709551615 9134648 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 44111 42180 802 1502 0 42604 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 176444

[startup+282.301 s]
/proc/loadavg: 2.00 1.27 0.54 3/179 21749
/proc/meminfo: memFree=29674440/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=177100 CPUtime=282.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 100796 0 0 0 28124 105 0 0 25 0 1 0 25508673 181350400 42755 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21742/statm: 44275 42755 802 1502 0 42768 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 177100

[startup+342.3 s]
/proc/loadavg: 2.00 1.40 0.63 3/179 21751
/proc/meminfo: memFree=29668680/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=180448 CPUtime=342.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 112826 0 0 0 34100 129 0 0 25 0 1 0 25508673 184778752 43019 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 45112 43019 802 1502 0 43605 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 180448

[startup+402.3 s]
/proc/loadavg: 2.00 1.51 0.71 3/179 21753
/proc/meminfo: memFree=29661936/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=180332 CPUtime=402.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 118664 0 0 0 40079 150 0 0 25 0 1 0 25508673 184659968 43456 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 45083 43456 802 1502 0 43576 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 180332

[startup+462.301 s]
/proc/loadavg: 2.00 1.59 0.79 3/179 21755
/proc/meminfo: memFree=29653792/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=182708 CPUtime=462.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 126886 0 0 0 46061 168 0 0 25 0 1 0 25508673 187092992 44116 4089446400 4194304 10345943 140734729537600 18446744073709551615 4217192 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 45677 44116 802 1502 0 44170 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 182708

[startup+522.301 s]
/proc/loadavg: 2.00 1.66 0.86 3/179 21756
/proc/meminfo: memFree=29649384/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=188344 CPUtime=522.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 140590 0 0 0 52038 191 0 0 25 0 1 0 25508673 192864256 44898 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085437 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 47086 44898 802 1502 0 45579 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 188344

[startup+582.301 s]
/proc/loadavg: 2.07 1.74 0.94 3/179 21760
/proc/meminfo: memFree=29644960/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=188356 CPUtime=582.29
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 151748 0 0 0 58015 214 0 0 25 0 1 0 25508673 192876544 44948 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 47089 44948 802 1502 0 45582 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 188356

[startup+642.3 s]
/proc/loadavg: 2.02 1.78 1.00 3/179 21762
/proc/meminfo: memFree=29638192/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=188620 CPUtime=642.3
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 161831 0 0 0 63992 238 0 0 25 0 1 0 25508673 193146880 44986 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 47155 44986 802 1502 0 45648 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 188620

[startup+702.301 s]

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

/proc/meminfo: memFree=29618836/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=196676 CPUtime=1002.31
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 174005 0 0 0 99890 341 0 0 25 0 1 0 25508673 201396224 46761 4089446400 4194304 10345943 140734729537600 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 49169 46761 802 1502 0 47662 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 196676

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/179 21774
/proc/meminfo: memFree=29618652/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=198480 CPUtime=1062.31
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 175544 0 0 0 105874 357 0 0 25 0 1 0 25508673 203243520 46908 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 49620 46908 802 1502 0 48113 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 198480

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/179 21776
/proc/meminfo: memFree=29617836/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=197680 CPUtime=1122.31
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 177293 0 0 0 111856 375 0 0 25 0 1 0 25508673 202424320 46908 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 49420 46908 802 1502 0 47913 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 197680

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.43 3/179 21776
/proc/meminfo: memFree=29618272/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=199000 CPUtime=1182.31
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 180324 0 0 0 117839 392 0 0 25 0 1 0 25508673 203776000 46922 4089446400 4194304 10345943 140734729537600 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 49750 46922 802 1502 0 48243 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 199000

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.46 3/179 21778
/proc/meminfo: memFree=29617468/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=198704 CPUtime=1242.32
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 184849 0 0 0 123822 410 0 0 25 0 1 0 25508673 203472896 46988 4089446400 4194304 10345943 140734729537600 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 49676 46988 802 1502 0 48169 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 198704

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/179 21780
/proc/meminfo: memFree=29615184/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=198968 CPUtime=1302.32
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 188046 0 0 0 129804 428 0 0 25 0 1 0 25508673 203743232 47362 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 49742 47362 802 1502 0 48235 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 198968

[startup+1362.3 s]
/proc/loadavg: 2.03 1.98 1.52 3/179 21782
/proc/meminfo: memFree=29613000/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=199500 CPUtime=1362.32
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 195228 0 0 0 135783 449 0 0 25 0 1 0 25508673 204288000 47472 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 49875 47472 802 1502 0 48368 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 199500

[startup+1422.31 s]
/proc/loadavg: 2.01 1.98 1.55 3/179 21784
/proc/meminfo: memFree=29609468/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=201256 CPUtime=1422.32
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 198804 0 0 0 141767 465 0 0 25 0 1 0 25508673 206086144 47732 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 50314 47732 802 1502 0 48807 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 201256

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.58 3/179 21784
/proc/meminfo: memFree=29607784/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=202632 CPUtime=1482.32
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 202220 0 0 0 147747 485 0 0 25 0 1 0 25508673 207495168 48004 4089446400 4194304 10345943 140734729537600 18446744073709551615 6003044 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 50658 48004 802 1502 0 49151 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 202632

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.60 3/179 21786
/proc/meminfo: memFree=29605388/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=203272 CPUtime=1542.33
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 206054 0 0 0 153731 502 0 0 25 0 1 0 25508673 208150528 48211 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 50818 48211 802 1502 0 49311 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 203272

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.62 3/179 21788
/proc/meminfo: memFree=29604824/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=203572 CPUtime=1602.32
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 209943 0 0 0 159712 520 0 0 25 0 1 0 25508673 208457728 48260 4089446400 4194304 10345943 140734729537600 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 50893 48260 802 1502 0 49386 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 203572

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.64 3/179 21790
/proc/meminfo: memFree=29603284/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=204120 CPUtime=1662.32
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 211748 0 0 0 165694 538 0 0 25 0 1 0 25508673 209018880 48548 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 51030 48548 802 1502 0 49523 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 204120

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.66 3/179 21791
/proc/meminfo: memFree=29602960/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=206272 CPUtime=1722.33
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 215438 0 0 0 171675 558 0 0 25 0 1 0 25508673 211222528 48675 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 51568 48675 802 1502 0 50061 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 206272

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.68 2/174 21809
/proc/meminfo: memFree=29842260/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=206268 CPUtime=1782.33
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 217269 0 0 0 177656 577 0 0 25 0 1 0 25508673 211218432 48694 4089446400 4194304 10345943 140734729537600 18446744073709551615 4216689 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 51567 48694 802 1502 0 50060 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 206268

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

[startup+1785.5 s]
/proc/loadavg: 1.92 1.97 1.67 2/174 21810
/proc/meminfo: memFree=29842260/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=206268 CPUtime=1785.53
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 217269 0 0 0 177976 577 0 0 25 0 1 0 25508673 211218432 48694 4089446400 4194304 10345943 140734729537600 18446744073709551615 5086861 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21742/statm: 51567 48694 802 1502 0 50060 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 206268

[startup+1788.7 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 21820
/proc/meminfo: memFree=29786216/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=204652 CPUtime=1788.73
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 217353 0 0 0 178295 578 0 0 25 0 1 0 25508673 209563648 48676 4089446400 4194304 10345943 140734729537600 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21742/statm: 51163 48676 802 1502 0 49656 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 204652

[startup+1789.5 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 21820
/proc/meminfo: memFree=29786216/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=204652 CPUtime=1789.52
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 217360 0 0 0 178374 578 0 0 25 0 1 0 25508673 209563648 48683 4089446400 4194304 10345943 140734729537600 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21742/statm: 51163 48683 802 1502 0 49656 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 204652

[startup+1789.9 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 21820
/proc/meminfo: memFree=29786216/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=205676 CPUtime=1789.92
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 217372 0 0 0 178414 578 0 0 25 0 1 0 25508673 210612224 48695 4089446400 4194304 10345943 140734729537600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21742/statm: 51419 48695 802 1502 0 49912 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 205676

[startup+1790.1 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 21820
/proc/meminfo: memFree=29786216/32951124 swapFree=67111528/67111528
[pid=21742] ppid=21740 vsize=205876 CPUtime=1790.12
/proc/21742/stat : 21742 (pbscip.linux.x8) R 21740 21742 21566 0 -1 4202496 217647 0 0 0 178434 578 0 0 18 0 1 0 25508673 210817024 48970 4089446400 4194304 10345943 140734729537600 18446744073709551615 5083217 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21742/statm: 51469 48970 803 1502 0 49962 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 205876

Child status: 0
Real time (s): 1790.14
CPU time (s): 1790.18
CPU user time (s): 1784.38
CPU system time (s): 5.79612
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 207076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.38
system time used= 5.79612
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217650
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1640

runsolver used 3.51347 second user time and 6.16806 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-08 09:09:24
IDJOB=2705645
IDBENCH=78965
IDSOLVER=1214
FILE ID=node145/2705645-1278572964
PBS_JOBID= 11240165
Free space on /tmp= 73596 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552735--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705645-1278572964/watcher-2705645-1278572964 -o /tmp/evaluation-result-2705645-1278572964/solver-2705645-1278572964 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705645-1278572964.wbo -t 1800 -m 3800

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

MD5SUM BENCH= fc51ff1d1c737b59f1aece9b373640d1
RANDOM SEED=1379954573

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29964492 kB
Buffers:        156736 kB
Cached:        2558052 kB
SwapCached:          0 kB
Active:        1516212 kB
Inactive:      1320180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29964492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25848 kB
Writeback:           0 kB
AnonPages:      122332 kB
Mapped:          17748 kB
Slab:            86092 kB
PageTables:       4596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73584 MiB
End job on node145 at 2010-07-08 09:39:15