Trace number 2663400

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1801.4 1801.93

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2663400-1276688405.opb>
0.09/0.12	c original problem has 3216 variables (3216 bin, 0 int, 0 impl, 0 cont) and 3658 constraints
0.09/0.12	c problem read
0.09/0.12	c presolving settings loaded
0.09/0.12	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.09/0.16	c presolving:
0.19/0.20	c (round 1) 6 del vars, 1 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.19/0.21	c (round 2) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.19/0.25	c (round 3) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 447 upgd conss, 6420 impls, 63 clqs
0.69/0.73	c    (0.6s) probing: 101/3210 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.73	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.69/0.73	c presolving (4 rounds):
0.69/0.73	c  6 deleted vars, 3211 deleted constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.73	c  6420 implications, 447 cliques
0.69/0.73	c presolved problem has 3210 variables (3210 bin, 0 int, 0 impl, 0 cont) and 447 constraints
0.69/0.73	c     384 constraints of type <knapsack>
0.69/0.73	c      63 constraints of type <setppc>
0.69/0.73	c transformed objective value is always integral (scale: 1)
0.69/0.73	c Presolving Time: 0.56
0.69/0.73	c - non default parameters ----------------------------------------------------------------------
0.69/0.73	c # SCIP version 1.2.1.2
0.69/0.73	c 
0.69/0.73	c # frequency for displaying node information lines
0.69/0.73	c # [type: int, range: [-1,2147483647], default: 100]
0.69/0.73	c display/freq = 10000
0.69/0.73	c 
0.69/0.73	c # maximal time in seconds to run
0.69/0.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.73	c limits/time = 1799.89
0.69/0.73	c 
0.69/0.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.73	c limits/memory = 1620
0.69/0.73	c 
0.69/0.73	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.69/0.73	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.73	c lp/solvefreq = -1
0.69/0.73	c 
0.69/0.73	c # should presolving try to simplify inequalities
0.69/0.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.73	c constraints/linear/simplifyinequalities = TRUE
0.69/0.73	c 
0.69/0.73	c # should presolving try to simplify knapsacks
0.69/0.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.73	c constraints/knapsack/simplifyinequalities = TRUE
0.69/0.73	c 
0.69/0.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.73	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.73	c separating/rapidlearning/freq = 0
0.69/0.73	c 
0.69/0.73	c -----------------------------------------------------------------------------------------------
0.69/0.73	c start solving
0.69/0.73	c 
0.69/0.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.74	c   0.6s|     1 |     2 |     0 |     - |  12M|   0 |   - |3210 | 447 |   0 |   0 |   0 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
25.19/25.29	c  24.9s| 10000 |  9840 |     0 |   0.0 |  18M|2486 |   - |3210 |1035 |   0 |   0 |   0 | 588 |   0 | 6.000000e+00 |      --      |    Inf 
51.37/51.47	c  50.9s| 20000 | 19375 |     0 |   0.0 |  27M|2486 |   - |3210 |2155 |   0 |   0 |   0 |2184 |   0 | 6.000000e+00 |      --      |    Inf 
82.27/82.36	c  81.4s| 30000 | 28296 |     0 |   0.0 |  40M|2486 |   - |3210 |2507 |   0 |   0 |   0 |5016 |   0 | 6.000000e+00 |      --      |    Inf 
109.87/109.98	c   109s| 40000 | 37900 |     0 |   0.0 |  45M|2486 |   - |3210 |1009 |   0 |   0 |   0 |6084 |   0 | 6.000000e+00 |      --      |    Inf 
137.26/137.39	c   136s| 50000 | 47615 |     0 |   0.0 |  52M|2486 |   - |3210 | 945 |   0 |   0 |   0 |7253 |   0 | 6.000000e+00 |      --      |    Inf 
164.15/164.26	c   163s| 60000 | 57341 |     0 |   0.0 |  60M|2486 |   - |3210 | 965 |   0 |   0 |   0 |8421 |   0 | 6.000000e+00 |      --      |    Inf 
190.93/191.09	c   189s| 70000 | 67037 |     0 |   0.0 |  67M|2486 |   - |3210 | 904 |   0 |   0 |   0 |9659 |   0 | 6.000000e+00 |      --      |    Inf 
218.13/218.26	c   216s| 80000 | 76751 |     0 |   0.0 |  75M|2486 |   - |3210 | 894 |   0 |   0 |   0 |  10k|   0 | 6.000000e+00 |      --      |    Inf 
245.72/245.85	c   244s| 90000 | 86390 |     0 |   0.0 |  82M|2486 |   - |3210 | 831 |   0 |   0 |   0 |  12k|   0 | 6.000000e+00 |      --      |    Inf 
272.63/272.76	c   270s|100000 | 96071 |     0 |   0.0 |  90M|2486 |   - |3210 | 865 |   0 |   0 |   0 |  13k|   0 | 6.000000e+00 |      --      |    Inf 
299.90/300.02	c   297s|110000 |105770 |     0 |   0.0 |  98M|2486 |   - |3210 | 948 |   0 |   0 |   0 |  14k|   0 | 6.000000e+00 |      --      |    Inf 
326.90/327.07	c   324s|120000 |115428 |     0 |   0.0 | 106M|2486 |   - |3210 | 935 |   0 |   0 |   0 |  15k|   0 | 6.000000e+00 |      --      |    Inf 
353.69/353.83	c   351s|130000 |125121 |     0 |   0.0 | 114M|2486 |   - |3210 | 995 |   0 |   0 |   0 |  16k|   0 | 6.000000e+00 |      --      |    Inf 
381.08/381.26	c   378s|140000 |134788 |     0 |   0.0 | 121M|2486 |   - |3210 | 897 |   0 |   0 |   0 |  18k|   0 | 6.000000e+00 |      --      |    Inf 
408.08/408.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.08/408.22	c   405s|150000 |144450 |     0 |   0.0 | 130M|2486 |   - |3210 |1084 |   0 |   0 |   0 |  19k|   0 | 6.000000e+00 |      --      |    Inf 
435.27/435.49	c   432s|160000 |154067 |     0 |   0.0 | 137M|2486 |   - |3210 |1076 |   0 |   0 |   0 |  20k|   0 | 6.000000e+00 |      --      |    Inf 
462.37/462.51	c   458s|170000 |163689 |     0 |   0.0 | 145M|2486 |   - |3210 |1001 |   0 |   0 |   0 |  21k|   0 | 6.000000e+00 |      --      |    Inf 
489.56/489.73	c   485s|180000 |173305 |     0 |   0.0 | 153M|2486 |   - |3210 |1045 |   0 |   0 |   0 |  23k|   0 | 6.000000e+00 |      --      |    Inf 
516.64/516.82	c   512s|190000 |182953 |     0 |   0.0 | 161M|2486 |   - |3210 |1080 |   0 |   0 |   0 |  24k|   0 | 6.000000e+00 |      --      |    Inf 
543.54/543.77	c   539s|200000 |192622 |     0 |   0.0 | 169M|2486 |   - |3210 |1078 |   0 |   0 |   0 |  25k|   0 | 6.000000e+00 |      --      |    Inf 
570.43/570.62	c   566s|210000 |202287 |     0 |   0.0 | 177M|2486 |   - |3210 |1203 |   0 |   0 |   0 |  27k|   0 | 6.000000e+00 |      --      |    Inf 
597.04/597.24	c   592s|220000 |211950 |     0 |   0.0 | 185M|2486 |   - |3210 |1077 |   0 |   0 |   0 |  28k|   0 | 6.000000e+00 |      --      |    Inf 
623.61/623.87	c   618s|230000 |221591 |     0 |   0.0 | 194M|2486 |   - |3210 |1113 |   0 |   0 |   0 |  29k|   0 | 6.000000e+00 |      --      |    Inf 
650.71/650.99	c   645s|240000 |231225 |     0 |   0.0 | 202M|2486 |   - |3210 |1058 |   0 |   0 |   0 |  31k|   0 | 6.000000e+00 |      --      |    Inf 
677.50/677.75	c   672s|250000 |240883 |     0 |   0.0 | 210M|2486 |   - |3210 |1122 |   0 |   0 |   0 |  32k|   0 | 6.000000e+00 |      --      |    Inf 
703.99/704.27	c   698s|260000 |250486 |     0 |   0.0 | 219M|2486 |   - |3210 |1140 |   0 |   0 |   0 |  34k|   0 | 6.000000e+00 |      --      |    Inf 
730.58/730.83	c   724s|270000 |260148 |     0 |   0.0 | 227M|2486 |   - |3210 |1184 |   0 |   0 |   0 |  35k|   0 | 6.000000e+00 |      --      |    Inf 
757.18/757.48	c   751s|280000 |269772 |     0 |   0.0 | 235M|2486 |   - |3210 |1173 |   0 |   0 |   0 |  36k|   0 | 6.000000e+00 |      --      |    Inf 
783.67/783.90	c   777s|290000 |279464 |     0 |   0.0 | 244M|2486 |   - |3210 |1210 |   0 |   0 |   0 |  38k|   0 | 6.000000e+00 |      --      |    Inf 
810.37/810.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
810.37/810.69	c   804s|300000 |289085 |     0 |   0.0 | 252M|2486 |   - |3210 |1310 |   0 |   0 |   0 |  39k|   0 | 6.000000e+00 |      --      |    Inf 
837.25/837.57	c   830s|310000 |298702 |     0 |   0.0 | 260M|2486 |   - |3210 |1255 |   0 |   0 |   0 |  41k|   0 | 6.000000e+00 |      --      |    Inf 
863.84/864.12	c   857s|320000 |308285 |     0 |   0.0 | 268M|2486 |   - |3210 |1312 |   0 |   0 |   0 |  42k|   0 | 6.000000e+00 |      --      |    Inf 
890.34/890.61	c   883s|330000 |317893 |     0 |   0.0 | 277M|2486 |   - |3210 |1192 |   0 |   0 |   0 |  44k|   0 | 6.000000e+00 |      --      |    Inf 
916.64/916.98	c   909s|340000 |327518 |     0 |   0.0 | 285M|2486 |   - |3210 |1251 |   0 |   0 |   0 |  45k|   0 | 6.000000e+00 |      --      |    Inf 
942.82/943.18	c   935s|350000 |337148 |     0 |   0.0 | 293M|2486 |   - |3210 |1430 |   0 |   0 |   0 |  47k|   0 | 6.000000e+00 |      --      |    Inf 
969.22/969.58	c   961s|360000 |346702 |     0 |   0.0 | 302M|2486 |   - |3210 |1314 |   0 |   0 |   0 |  49k|   0 | 6.000000e+00 |      --      |    Inf 
995.22/995.58	c   987s|370000 |356318 |     0 |   0.0 | 311M|2486 |   - |3210 |1233 |   0 |   0 |   0 |  50k|   0 | 6.000000e+00 |      --      |    Inf 
1021.90/1022.26	c  1013s|380000 |365892 |     0 |   0.0 | 319M|2486 |   - |3210 |1221 |   0 |   0 |   0 |  52k|   0 | 6.000000e+00 |      --      |    Inf 
1047.79/1048.14	c  1039s|390000 |375500 |     0 |   0.0 | 328M|2486 |   - |3210 |1407 |   0 |   0 |   0 |  53k|   0 | 6.000000e+00 |      --      |    Inf 
1073.79/1074.18	c  1065s|400000 |385072 |     0 |   0.0 | 336M|2486 |   - |3210 |1295 |   0 |   0 |   0 |  55k|   0 | 6.000000e+00 |      --      |    Inf 
1099.88/1100.28	c  1091s|410000 |394653 |     0 |   0.0 | 345M|2486 |   - |3210 |1364 |   0 |   0 |   0 |  57k|   0 | 6.000000e+00 |      --      |    Inf 
1125.98/1126.37	c  1117s|420000 |404207 |     0 |   0.0 | 353M|2486 |   - |3210 |1329 |   0 |   0 |   0 |  58k|   0 | 6.000000e+00 |      --      |    Inf 
1152.27/1152.61	c  1143s|430000 |413787 |     0 |   0.0 | 361M|2486 |   - |3210 |1216 |   0 |   0 |   0 |  60k|   0 | 6.000000e+00 |      --      |    Inf 
1178.46/1178.81	c  1169s|440000 |423314 |     0 |   0.0 | 369M|2486 |   - |3210 |1235 |   0 |   0 |   0 |  61k|   0 | 6.000000e+00 |      --      |    Inf 
1204.34/1204.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1204.34/1204.72	c  1194s|450000 |432873 |     0 |   0.0 | 378M|2486 |   - |3210 |1410 |   0 |   0 |   0 |  63k|   0 | 6.000000e+00 |      --      |    Inf 
1230.04/1230.45	c  1220s|460000 |442468 |     0 |   0.0 | 386M|2486 |   - |3210 |1357 |   0 |   0 |   0 |  65k|   0 | 6.000000e+00 |      --      |    Inf 
1256.01/1256.46	c  1246s|470000 |452005 |     0 |   0.0 | 395M|2486 |   - |3210 |1411 |   0 |   0 |   0 |  67k|   0 | 6.000000e+00 |      --      |    Inf 
1281.91/1282.38	c  1271s|480000 |461545 |     0 |   0.0 | 403M|2486 |   - |3210 |1457 |   0 |   0 |   0 |  69k|   0 | 6.000000e+00 |      --      |    Inf 
1307.71/1308.18	c  1297s|490000 |471096 |     0 |   0.0 | 412M|2486 |   - |3210 |1442 |   0 |   0 |   0 |  70k|   0 | 6.000000e+00 |      --      |    Inf 
1333.69/1334.14	c  1322s|500000 |480605 |     0 |   0.0 | 420M|2486 |   - |3210 |1320 |   0 |   0 |   0 |  72k|   0 | 6.000000e+00 |      --      |    Inf 
1359.69/1360.11	c  1348s|510000 |490169 |     0 |   0.0 | 428M|2486 |   - |3210 |1416 |   0 |   0 |   0 |  74k|   0 | 6.000000e+00 |      --      |    Inf 
1385.68/1386.14	c  1374s|520000 |499697 |     0 |   0.0 | 436M|2486 |   - |3210 |1450 |   0 |   0 |   0 |  75k|   0 | 6.000000e+00 |      --      |    Inf 
1411.88/1412.34	c  1400s|530000 |509222 |     0 |   0.0 | 445M|2486 |   - |3210 |1663 |   0 |   0 |   0 |  77k|   0 | 6.000000e+00 |      --      |    Inf 
1437.97/1438.49	c  1426s|540000 |518670 |     0 |   0.0 | 453M|2486 |   - |3210 |1447 |   0 |   0 |   0 |  79k|   0 | 6.000000e+00 |      --      |    Inf 
1464.05/1464.59	c  1452s|550000 |528155 |     0 |   0.0 | 462M|2486 |   - |3210 |1298 |   0 |   0 |   0 |  81k|   0 | 6.000000e+00 |      --      |    Inf 
1489.96/1490.42	c  1477s|560000 |537682 |     0 |   0.0 | 470M|2486 |   - |3210 |1559 |   0 |   0 |   0 |  83k|   0 | 6.000000e+00 |      --      |    Inf 
1515.74/1516.22	c  1503s|570000 |547212 |     0 |   0.0 | 479M|2486 |   - |3210 |1562 |   0 |   0 |   0 |  85k|   0 | 6.000000e+00 |      --      |    Inf 
1541.44/1542.00	c  1528s|580000 |556721 |     0 |   0.0 | 488M|2486 |   - |3210 |1480 |   0 |   0 |   0 |  87k|   0 | 6.000000e+00 |      --      |    Inf 
1567.53/1568.08	c  1554s|590000 |566164 |     0 |   0.0 | 496M|2486 |   - |3210 |1418 |   0 |   0 |   0 |  89k|   0 | 6.000000e+00 |      --      |    Inf 
1593.22/1593.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1593.22/1593.80	c  1580s|600000 |575600 |     0 |   0.0 | 504M|2486 |   - |3210 |1594 |   0 |   0 |   0 |  91k|   0 | 6.000000e+00 |      --      |    Inf 
1619.01/1619.58	c  1605s|610000 |585081 |     0 |   0.0 | 513M|2486 |   - |3210 |1574 |   0 |   0 |   0 |  93k|   0 | 6.000000e+00 |      --      |    Inf 
1645.11/1645.70	c  1631s|620000 |594531 |     0 |   0.0 | 522M|2486 |   - |3210 |1419 |   0 |   0 |   0 |  95k|   0 | 6.000000e+00 |      --      |    Inf 
1670.99/1671.59	c  1657s|630000 |604028 |     0 |   0.0 | 530M|2486 |   - |3210 |1543 |   0 |   0 |   0 |  97k|   0 | 6.000000e+00 |      --      |    Inf 
1696.59/1697.17	c  1682s|640000 |613526 |     0 |   0.0 | 539M|2486 |   - |3210 |1832 |   0 |   0 |   0 |  99k|   0 | 6.000000e+00 |      --      |    Inf 
1722.38/1722.91	c  1708s|650000 |622949 |     0 |   0.0 | 548M|2486 |   - |3210 |1713 |   0 |   0 |   0 | 101k|   0 | 6.000000e+00 |      --      |    Inf 
1748.28/1748.88	c  1734s|660000 |632355 |     0 |   0.0 | 556M|2486 |   - |3210 |1608 |   0 |   0 |   0 | 103k|   0 | 6.000000e+00 |      --      |    Inf 
1774.07/1774.63	c  1759s|670000 |641794 |     0 |   0.0 | 565M|2486 |   - |3210 |2043 |   0 |   0 |   0 | 105k|   0 | 6.000000e+00 |      --      |    Inf 
1799.87/1800.44	c  1785s|680000 |651185 |     0 |   0.0 | 574M|2486 |   - |3210 |1685 |   0 |   0 |   0 | 108k|   0 | 6.000000e+00 |      --      |    Inf 
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.61	c 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time (sec) : 1784.79
1800.08/1800.61	c Solving Nodes      : 680070
1800.08/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.08/1800.61	c Dual Bound         : +6.00000000000000e+00
1800.08/1800.61	c Gap                : infinite
1800.08/1800.61	s UNKNOWN
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time       :    1784.79
1800.08/1800.61	c Original Problem   :
1800.08/1800.61	c   Problem name     : HOME/instance-2663400-1276688405.opb
1800.08/1800.61	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 3658 initial, 3658 maximal
1800.08/1800.61	c Presolved Problem  :
1800.08/1800.61	c   Problem name     : t_HOME/instance-2663400-1276688405.opb
1800.08/1800.61	c   Variables        : 3210 (3210 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.61	c   Constraints      : 447 initial, 2573 maximal
1800.08/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   probing          :       0.17          0          0          0          0          0          0          0          0
1800.08/1800.61	c   knapsack         :       0.29          0          0          0          0          0          0          0          0
1800.08/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   linear           :       0.07          6          0          0          6          0       3211          0          0
1800.08/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.61	c   knapsack         :        384          0     973459          0     669347      10851    9404150          0          0          0
1800.08/1800.61	c   setppc           :         63          0     962608          0     669347       5694     227866          0          0          0
1800.08/1800.61	c   logicor          :          0+         0     102762          0          0        413      35446          0          0          0
1800.08/1800.61	c   countsols        :          0          0          0          0     669347          0          0          0          0          0
1800.08/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.61	c   knapsack         :     979.93       0.00     174.45       0.00     805.48
1800.08/1800.61	c   setppc           :     116.36       0.00       8.89       0.00     107.47
1800.08/1800.61	c   logicor          :       4.50       0.00       4.50       0.00       0.00
1800.08/1800.61	c   countsols        :       0.44       0.00       0.00       0.00       0.44
1800.08/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.61	c   vbounds          :       0.67          2          0          0
1800.08/1800.61	c   rootredcost      :       0.63          0          0          0
1800.08/1800.61	c   pseudoobj        :       0.52          0          0          0
1800.08/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.61	c   propagation      :      14.32      16958      16958     226532      120.0        578       50.8          -
1800.08/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.61	c   applied globally :          -          -          -     108330       96.5          -          -          -
1800.08/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.61	c Pricers            :       Time      Calls       Vars
1800.08/1800.61	c   problem variables:       0.00          0          0
1800.08/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   inference        :     603.05     669347          0          0          0          0    1338694
1800.08/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.61	c   LP solutions     :       0.00          -          0
1800.08/1800.61	c   pseudo solutions :       0.00          -          0
1800.08/1800.61	c   oneopt           :       0.35          0          0
1800.08/1800.61	c   trivial          :       0.02          2          0
1800.08/1800.61	c   simplerounding   :       0.00          0          0
1800.08/1800.61	c   zirounding       :       0.00          0          0
1800.08/1800.61	c   rounding         :       0.00          0          0
1800.08/1800.61	c   shifting         :       0.00          0          0
1800.08/1800.61	c   intshifting      :       0.00          0          0
1800.08/1800.61	c   twoopt           :       0.00          0          0
1800.08/1800.61	c   fixandinfer      :       0.00          0          0
1800.08/1800.61	c   feaspump         :       0.00          0          0
1800.08/1800.61	c   coefdiving       :       0.00          0          0
1800.08/1800.61	c   pscostdiving     :       0.00          0          0
1800.08/1800.61	c   fracdiving       :       0.00          0          0
1800.08/1800.61	c   veclendiving     :       0.00          0          0
1800.08/1800.61	c   intdiving        :       0.00          0          0
1800.08/1800.61	c   actconsdiving    :       0.00          0          0
1800.08/1800.61	c   objpscostdiving  :       0.00          0          0
1800.08/1800.61	c   rootsoldiving    :       0.00          0          0
1800.08/1800.61	c   linesearchdiving :       0.00          0          0
1800.08/1800.61	c   guideddiving     :       0.00          0          0
1800.08/1800.61	c   octane           :       0.00          0          0
1800.08/1800.61	c   rens             :       0.00          0          0
1800.08/1800.61	c   rins             :       0.00          0          0
1800.08/1800.61	c   localbranching   :       0.00          0          0
1800.08/1800.61	c   mutation         :       0.00          0          0
1800.08/1800.61	c   crossover        :       0.00          0          0
1800.08/1800.61	c   dins             :       0.00          0          0
1800.08/1800.61	c   undercover       :       0.00          0          0
1800.08/1800.61	c   nlp              :       0.80          0          0
1800.08/1800.61	c   trysol           :       0.49          0          0
1800.08/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.61	c B&B Tree           :
1800.08/1800.61	c   number of runs   :          1
1800.08/1800.61	c   nodes            :     680070
1800.08/1800.61	c   nodes (total)    :     680070
1800.08/1800.61	c   nodes left       :     651244
1800.08/1800.61	c   max depth        :       2486
1800.08/1800.61	c   max depth (total):       2486
1800.08/1800.61	c   backtracks       :       6392 (0.9%)
1800.08/1800.61	c   delayed cutoffs  :       7381
1800.08/1800.61	c   repropagations   :      45188 (1105578 domain reductions, 6235 cutoffs)
1800.08/1800.61	c   avg switch length:       3.00
1800.08/1800.61	c   switching time   :      44.61
1800.08/1800.61	c Solution           :
1800.08/1800.61	c   Solutions found  :          0 (0 improvements)
1800.08/1800.61	c   Primal Bound     :          -
1800.08/1800.61	c   Dual Bound       : +6.00000000000000e+00
1800.08/1800.61	c   Gap              :   infinite
1800.08/1800.61	c   Root Dual Bound  : +6.00000000000000e+00
1800.08/1800.61	c   Root Iterations  :          0
1801.36/1801.92	c Time complete: 1801.39.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16469
/proc/meminfo: memFree=1562724/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=6584 CPUtime=0
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 987 0 0 0 0 0 0 0 18 0 1 0 10133451 6742016 910 1992294400 4194304 7136930 140734563870000 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16469/statm: 1646 920 254 719 0 925 0

[startup+0.0177871 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16469
/proc/meminfo: memFree=1562724/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=8296 CPUtime=0.01
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 1574 0 0 0 1 0 0 0 18 0 1 0 10133451 8495104 1497 1992294400 4194304 7136930 140734563870000 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16469/statm: 2074 1497 271 719 0 1353 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8296

[startup+0.101796 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16469
/proc/meminfo: memFree=1562724/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=12560 CPUtime=0.09
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 2611 0 0 0 8 1 0 0 20 0 1 0 10133451 12861440 2534 1992294400 4194304 7136930 140734563870000 18446744073709551615 6340319 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16469/statm: 3140 2534 271 719 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12560

[startup+0.301815 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16469
/proc/meminfo: memFree=1562724/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=28796 CPUtime=0.29
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 7392 0 0 0 26 3 0 0 20 0 1 0 10133451 29487104 6414 1992294400 4194304 7136930 140734563870000 18446744073709551615 5960603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 7199 6420 360 719 0 6478 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28796

[startup+0.701854 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16469
/proc/meminfo: memFree=1562724/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=30964 CPUtime=0.69
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 8740 0 0 0 65 4 0 0 20 0 1 0 10133451 31707136 6991 1992294400 4194304 7136930 140734563870000 18446744073709551615 5902349 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 7741 6991 371 719 0 7020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30964

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16470
/proc/meminfo: memFree=1534940/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=31992 CPUtime=1.49
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 9018 0 0 0 144 5 0 0 23 0 1 0 10133451 32759808 7269 1992294400 4194304 7136930 140734563870000 18446744073709551615 4858896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 7998 7269 391 719 0 7277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31992

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16470
/proc/meminfo: memFree=1534816/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=32508 CPUtime=3.09
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 9156 0 0 0 303 6 0 0 25 0 1 0 10133451 33288192 7407 1992294400 4194304 7136930 140734563870000 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 8127 7407 397 719 0 7406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32508

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16470
/proc/meminfo: memFree=1533576/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=33416 CPUtime=6.29
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 9373 0 0 0 619 10 0 0 25 0 1 0 10133451 34217984 7624 1992294400 4194304 7136930 140734563870000 18446744073709551615 4858852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 8354 7624 397 719 0 7633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33416

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16472
/proc/meminfo: memFree=1530848/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=36324 CPUtime=12.69
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 10110 0 0 0 1252 17 0 0 25 0 1 0 10133451 37195776 8361 1992294400 4194304 7136930 140734563870000 18446744073709551615 4859614 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 9081 8361 397 719 0 8360 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36324

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16472
/proc/meminfo: memFree=1526756/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=40024 CPUtime=25.49
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 11009 0 0 0 2522 27 0 0 25 0 1 0 10133451 40984576 9260 1992294400 4194304 7136930 140734563870000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 10006 9260 397 719 0 9285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40024

[startup+51.1008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16472
/proc/meminfo: memFree=1516588/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=50940 CPUtime=51.08
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 13579 0 0 0 5058 50 0 0 25 0 1 0 10133451 52162560 11830 1992294400 4194304 7136930 140734563870000 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 12735 11830 397 719 0 12014 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50940

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16474
/proc/meminfo: memFree=1495632/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=73540 CPUtime=102.27
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 18733 0 0 0 10132 95 0 0 25 0 1 0 10133451 75304960 16984 1992294400 4194304 7136930 140734563870000 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 18385 16984 397 719 0 17664 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 73540

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16476
/proc/meminfo: memFree=1477156/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=94168 CPUtime=162.25
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 23393 0 0 0 16079 146 0 0 25 0 1 0 10133451 96428032 21644 1992294400 4194304 7136930 140734563870000 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 23542 21644 397 719 0 22821 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 94168

[startup+222.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 16476
/proc/meminfo: memFree=1456200/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=118644 CPUtime=222.23
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 28537 0 0 0 22031 192 0 0 25 0 1 0 10133451 121491456 26788 1992294400 4194304 7136930 140734563870000 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 29661 26788 397 719 0 28940 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 118644

[startup+282.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 16478
/proc/meminfo: memFree=1437600/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=138968 CPUtime=282.22
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 33240 0 0 0 27983 239 0 0 25 0 1 0 10133451 142303232 31491 1992294400 4194304 7136930 140734563870000 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 34742 31491 397 719 0 34021 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 138968

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16480
/proc/meminfo: memFree=1416272/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=160776 CPUtime=342.2
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 38552 0 0 0 33935 285 0 0 25 0 1 0 10133451 164634624 36803 1992294400 4194304 7136930 140734563870000 18446744073709551615 4861916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 40194 36803 397 719 0 39473 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 160776

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16482
/proc/meminfo: memFree=1396556/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=181364 CPUtime=402.18
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 43417 0 0 0 39886 332 0 0 25 0 1 0 10133451 185716736 41668 1992294400 4194304 7136930 140734563870000 18446744073709551615 4414776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 45341 41668 397 719 0 44620 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 181364

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16484
/proc/meminfo: memFree=1375228/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=206632 CPUtime=462.16
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 48707 0 0 0 45836 380 0 0 25 0 1 0 10133451 211591168 46958 1992294400 4194304 7136930 140734563870000 18446744073709551615 4436342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 51658 46958 397 719 0 50937 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 206632

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16484
/proc/meminfo: memFree=1358240/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=225164 CPUtime=522.15
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 53086 0 0 0 51783 432 0 0 25 0 1 0 10133451 230567936 51337 1992294400 4194304 7136930 140734563870000 18446744073709551615 4641954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 56291 51337 397 719 0 55570 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 225164

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16486
/proc/meminfo: memFree=1335920/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=252444 CPUtime=582.13
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 58488 0 0 0 57732 481 0 0 25 0 1 0 10133451 258502656 56739 1992294400 4194304 7136930 140734563870000 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 63111 56739 397 719 0 62390 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 252444

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16488
/proc/meminfo: memFree=1315088/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=274484 CPUtime=642.12
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 63659 0 0 0 63680 532 0 0 25 0 1 0 10133451 281071616 61910 1992294400 4194304 7136930 140734563870000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 68621 61910 397 719 0 67900 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 274484

[startup+702.302 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16498
/proc/meminfo: memFree=1186872/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=409632 CPUtime=1002
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 95603 0 0 0 99369 831 0 0 25 0 1 0 10133451 419463168 93854 1992294400 4194304 7136930 140734563870000 18446744073709551615 4407828 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 102408 93854 397 719 0 101687 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 409632

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16500
/proc/meminfo: memFree=1164800/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=433552 CPUtime=1061.99
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 101102 0 0 0 105315 884 0 0 25 0 1 0 10133451 443957248 99353 1992294400 4194304 7136930 140734563870000 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 108388 99353 397 719 0 107667 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 433552

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16500
/proc/meminfo: memFree=1144836/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=454484 CPUtime=1121.97
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 106140 0 0 0 111262 935 0 0 25 0 1 0 10133451 465391616 104391 1992294400 4194304 7136930 140734563870000 18446744073709551615 5911792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 113621 104391 397 719 0 112900 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 454484

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16502
/proc/meminfo: memFree=1125244/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=474520 CPUtime=1181.95
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 111109 0 0 0 117210 985 0 0 25 0 1 0 10133451 485908480 109360 1992294400 4194304 7136930 140734563870000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 118630 109360 397 719 0 117909 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 474520

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16504
/proc/meminfo: memFree=1105404/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=495184 CPUtime=1241.93
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 115906 0 0 0 123161 1032 0 0 25 0 1 0 10133451 507068416 114157 1992294400 4194304 7136930 140734563870000 18446744073709551615 4858882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 123796 114157 397 719 0 123075 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 495184

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16515
/proc/meminfo: memFree=1082340/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=525240 CPUtime=1301.91
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 121469 0 0 0 129104 1087 0 0 25 0 1 0 10133451 537845760 119720 1992294400 4194304 7136930 140734563870000 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 131310 119720 397 719 0 130589 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 525240

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16517
/proc/meminfo: memFree=1060392/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=549668 CPUtime=1361.88
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 126969 0 0 0 135048 1140 0 0 25 0 1 0 10133451 562860032 125220 1992294400 4194304 7136930 140734563870000 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 137417 125220 397 719 0 136696 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 549668

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16517
/proc/meminfo: memFree=1040552/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=571352 CPUtime=1421.87
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 131913 0 0 0 140996 1191 0 0 25 0 1 0 10133451 585064448 130164 1992294400 4194304 7136930 140734563870000 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 142838 130164 397 719 0 142117 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 571352

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16519
/proc/meminfo: memFree=1018728/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=594580 CPUtime=1481.86
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 137400 0 0 0 146937 1249 0 0 25 0 1 0 10133451 608849920 135651 1992294400 4194304 7136930 140734563870000 18446744073709551615 4858872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 148645 135651 397 719 0 147924 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 594580

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16521
/proc/meminfo: memFree=997524/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=616488 CPUtime=1541.84
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 142676 0 0 0 152886 1298 0 0 25 0 1 0 10133451 631283712 140927 1992294400 4194304 7136930 140734563870000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 154122 140927 397 719 0 153401 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 616488

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16523
/proc/meminfo: memFree=979792/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=634968 CPUtime=1601.82
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 147183 0 0 0 158834 1348 0 0 25 0 1 0 10133451 650207232 145434 1992294400 4194304 7136930 140734563870000 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 158742 145434 397 719 0 158021 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 634968

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 16525
/proc/meminfo: memFree=958464/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=658964 CPUtime=1661.81
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 152432 0 0 0 164782 1399 0 0 25 0 1 0 10133451 674779136 150683 1992294400 4194304 7136930 140734563870000 18446744073709551615 4642005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 164741 150683 397 719 0 164020 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 658964

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 16525
/proc/meminfo: memFree=934036/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=683924 CPUtime=1721.78
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 158558 0 0 0 170729 1449 0 0 25 0 1 0 10133451 700338176 156809 1992294400 4194304 7136930 140734563870000 18446744073709551615 4858882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 170981 156809 397 719 0 170260 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 683924

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 16527
/proc/meminfo: memFree=913452/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=707552 CPUtime=1781.77
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 163650 0 0 0 176673 1504 0 0 25 0 1 0 10133451 724533248 161901 1992294400 4194304 7136930 140734563870000 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 176888 161901 397 719 0 176167 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 707552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16527
/proc/meminfo: memFree=905888/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=715148 CPUtime=1800.08
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 165506 0 0 0 178489 1519 0 0 25 0 1 0 10133451 732311552 163757 1992294400 4194304 7136930 140734563870000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16469/statm: 178787 163757 397 719 0 178066 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 715148

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16527
/proc/meminfo: memFree=905888/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=713608 CPUtime=1800.86
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 165528 0 0 0 178567 1519 0 0 25 0 1 0 10133451 730734592 163392 1992294400 4194304 7136930 140734563870000 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16469/statm: 178402 163392 402 719 0 177681 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 713608

[startup+1801.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16528
/proc/meminfo: memFree=929068/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=616420 CPUtime=1801.27
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 165528 0 0 0 178606 1521 0 0 25 0 1 0 10133451 631214080 139095 1992294400 4194304 7136930 140734563870000 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16469/statm: 154105 138966 402 719 0 153384 0
Current children cumulated CPU time (s) 1801.27
Current children cumulated vsize (KiB) 616420

[startup+1801.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16528
/proc/meminfo: memFree=929068/2059040 swapFree=4192956/4192956
[pid=16469] ppid=16467 vsize=171384 CPUtime=1801.36
/proc/16469/stat : 16469 (pbscip.linux.x8) R 16467 16469 16365 0 -1 4202496 165528 0 0 0 178610 1526 0 0 25 0 1 0 10133451 175497216 39687 1992294400 4194304 7136930 140734563870000 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16469/statm: 42768 39532 402 719 0 42047 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 171384

Child status: 0
Real time (s): 1801.93
CPU time (s): 1801.4
CPU user time (s): 1786.11
CPU system time (s): 15.2867
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 715156

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

runsolver used 3.22951 second user time and 8.26774 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-16 13:40:05
IDJOB=2663400
IDBENCH=71844
IDSOLVER=1167
FILE ID=node036/2663400-1276688405
PBS_JOBID= 11172601
Free space on /tmp= 62524 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663400-1276688405/watcher-2663400-1276688405 -o /tmp/evaluation-result-2663400-1276688405/solver-2663400-1276688405 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663400-1276688405.opb -t 1800 -m 1800

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1466433321

node036.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1563252 kB
Buffers:        129076 kB
Cached:         225676 kB
SwapCached:          0 kB
Active:         157548 kB
Inactive:       256568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1563252 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:       59312 kB
Mapped:          15356 kB
Slab:            59940 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node036 at 2010-06-16 14:10:08