Trace number 2700010

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 17.9503 17.9496

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh202_wcsp.wbo
MD5SUMd13dffa73911787707d210cefbded5d8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark0.005998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2700010-1278533885.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	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.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c lp/solvefreq = -1
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.06	o 394238
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |5801k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     2 |     0 |     - |5752k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.68	o 7002
0.59/0.68	c * 0.6s|  5542 |  3772 |     0 |   0.0 |7796k| 806 |   - |1700 |1654 |   0 |   0 |   0 |  54 |   0 | 0.000000e+00 | 7.002000e+03 |    Inf 
1.10/1.17	o 6723
1.10/1.17	c * 1.0s|  8062 |  5867 |     0 |   0.0 |9613k| 806 |   - |1700 |2658 |   0 |   0 |   0 |1058 |   0 | 1.000000e+00 | 6.723000e+03 |  Large 
1.49/1.53	c   1.3s| 10000 |  7726 |     0 |   0.0 |  10M| 806 |   - |1700 |2984 |   0 |   0 |   0 |1390 |   0 | 1.000000e+00 | 6.723000e+03 |  Large 
1.49/1.55	o 6664
1.49/1.55	c * 1.3s| 10111 |  7766 |     0 |   0.0 |  10M| 806 |   - |1700 |3004 |   0 |   0 |   0 |1410 |   0 | 1.000000e+00 | 6.664000e+03 |  Large 
1.49/1.58	o 6534
1.49/1.58	c * 1.4s| 10268 |  7737 |     0 |   0.0 |  10M| 806 |   - |1700 |3034 |   0 |   0 |   0 |1440 |   0 | 1.000000e+00 | 6.534000e+03 |  Large 
1.79/1.81	o 6508
1.79/1.81	c * 1.6s| 11315 |  8644 |     0 |   0.0 |  11M| 806 |   - |1700 |3483 |   0 |   0 |   0 |1895 |   0 | 1.000000e+00 | 6.508000e+03 |  Large 
2.20/2.28	o 6500
2.20/2.28	c * 2.0s| 13296 | 10349 |     0 |   0.0 |  13M| 806 |   - |1700 |4535 |   0 |   0 |   0 |3197 |   0 | 1.000000e+00 | 6.500000e+03 |  Large 
2.30/2.36	o 6484
2.30/2.36	c * 2.0s| 13661 | 10642 |     0 |   0.0 |  13M| 806 |   - |1700 |4676 |   0 |   0 |   0 |3426 |   0 | 1.000000e+00 | 6.484000e+03 |  Large 
3.80/3.86	c   3.4s| 20000 | 16230 |     0 |   0.0 |  17M| 806 |   - |1700 |5010 |   0 |   0 |   0 |7290 |   0 | 1.000000e+00 | 6.484000e+03 |  Large 
6.10/6.10	o 6417
6.10/6.10	c * 5.4s| 29635 | 24627 |     0 |   0.0 |  24M| 806 |   - |1700 |5240 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 6.417000e+03 |  Large 
6.10/6.18	c   5.4s| 30000 | 24955 |     0 |   0.0 |  24M| 806 |   - |1700 |5238 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 6.417000e+03 |  Large 
7.30/7.32	o 6405
7.30/7.32	c * 6.5s| 35153 | 29586 |     0 |   0.0 |  27M| 806 |   - |1700 |5441 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 6.405000e+03 |  Large 
7.30/7.32	o 6389
7.30/7.32	c * 6.5s| 35154 | 29560 |     0 |   0.0 |  27M| 806 |   - |1700 |5441 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 6.389000e+03 |  Large 
7.79/7.80	o 6358
7.79/7.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.79/7.80	c * 6.9s| 37262 | 31349 |     0 |   0.0 |  28M| 806 |   - |1700 |5812 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 6.358000e+03 |  Large 
7.79/7.80	o 6271
7.79/7.80	c * 6.9s| 37263 | 31071 |     0 |   0.0 |  28M| 806 |   - |1700 |5812 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 6.271000e+03 |  Large 
7.79/7.88	o 6256
7.79/7.88	c * 6.9s| 37580 | 31300 |     0 |   0.0 |  28M| 806 |   - |1700 |5922 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 6.256000e+03 |  Large 
8.39/8.46	c   7.4s| 40000 | 33446 |     0 |   0.0 |  30M| 806 |   - |1700 |5855 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 6.256000e+03 |  Large 
8.70/8.76	o 6222
8.70/8.76	c * 7.7s| 41231 | 34399 |     0 |   0.0 |  30M| 806 |   - |1700 |5907 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 6.222000e+03 |  Large 
9.00/9.01	o 6128
9.00/9.01	c * 8.0s| 42323 | 35040 |     0 |   0.0 |  31M| 806 |   - |1700 |6001 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 6.128000e+03 |  Large 
9.19/9.20	o 2557
9.19/9.20	c * 8.1s| 43020 | 16146 |     0 |   0.0 |  17M| 806 |   - |1700 |6084 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 2.557000e+03 |  Large 
9.19/9.20	o 1845
9.19/9.20	c * 8.1s| 43021 | 11800 |     0 |   0.0 |  14M| 806 |   - |1700 |6084 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.845000e+03 |  Large 
9.50/9.55	o 1831
9.50/9.55	c * 8.4s| 44004 | 12365 |     0 |   0.0 |  15M| 806 |   - |1700 |5080 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.831000e+03 |  Large 
9.50/9.55	o 1790
9.50/9.55	c * 8.4s| 44005 | 12120 |     0 |   0.0 |  15M| 806 |   - |1700 |5080 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.790000e+03 |  Large 
9.59/9.60	o 1779
9.59/9.60	c * 8.5s| 44122 | 12107 |     0 |   0.0 |  16M| 806 |   - |1700 |5120 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 1.779000e+03 |  Large 
9.90/9.98	o 1690
9.90/9.98	c * 8.8s| 45015 | 12057 |     0 |   0.0 |  17M| 806 |   - |1700 |4983 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 1.690000e+03 |  Large 
10.39/10.45	o 1678
10.39/10.45	c * 9.3s| 46184 | 12753 |     0 |   0.0 |  20M| 806 |   - |1700 |5196 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 1.678000e+03 |  Large 
10.49/10.59	o 1664
10.49/10.59	c * 9.4s| 46455 | 12780 |     0 |   0.0 |  20M| 806 |   - |1700 |5171 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 1.664000e+03 |  Large 
10.79/10.84	o 1650
10.79/10.84	c * 9.6s| 47037 | 13018 |     0 |   0.0 |  21M| 806 |   - |1700 |5151 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 1.650000e+03 |  Large 
11.19/11.23	o 1637
11.19/11.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.23	c *10.0s| 47918 | 13530 |     0 |   0.0 |  23M| 806 |   - |1700 |5270 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 1.637000e+03 |  Large 
11.19/11.23	o 1628
11.19/11.23	c *10.0s| 47919 | 13482 |     0 |   0.0 |  23M| 806 |   - |1700 |5270 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 1.628000e+03 |  Large 
11.39/11.43	o 1589
11.39/11.43	c *10.2s| 48357 | 13443 |     0 |   0.0 |  24M| 806 |   - |1700 |5480 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 1.589000e+03 |  Large 
11.39/11.43	o 1486
11.39/11.43	c *10.2s| 48358 | 12641 |     0 |   0.0 |  23M| 806 |   - |1700 |5480 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 1.486000e+03 |  Large 
11.69/11.72	o 1432
11.69/11.72	c *10.4s| 49009 | 12590 |     0 |   0.0 |  23M| 806 |   - |1700 |5700 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 1.432000e+03 |  Large 
12.10/12.17	c  10.8s| 50000 | 13205 |     0 |   0.0 |  25M| 806 |   - |1700 |6100 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.432000e+03 |  Large 
12.20/12.27	o 1385
12.20/12.27	c *10.9s| 50233 | 12959 |     0 |   0.0 |  25M| 806 |   - |1700 |6169 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.385000e+03 |  Large 
12.39/12.41	o 1351
12.39/12.41	c *11.1s| 50501 | 12814 |     0 |   0.0 |  25M| 806 |   - |1700 |6282 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.351000e+03 |  Large 
12.39/12.43	o 1343
12.39/12.43	c *11.1s| 50539 | 12799 |     0 |   0.0 |  25M| 806 |   - |1700 |6265 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.343000e+03 |  Large 
12.39/12.43	o 1312
12.39/12.43	c *11.1s| 50540 | 12504 |     0 |   0.0 |  25M| 806 |   - |1700 |6265 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.312000e+03 |  Large 
12.39/12.44	o 1287
12.39/12.44	c *11.1s| 50568 | 12326 |     0 |   0.0 |  25M| 806 |   - |1700 |6271 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 1.287000e+03 |  Large 
12.90/12.96	o 1271
12.90/12.96	c *11.6s| 51469 | 12710 |     0 |   0.0 |  27M| 806 |   - |1700 |6345 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.271000e+03 |  Large 
13.20/13.28	o 1265
13.20/13.28	c *11.9s| 52112 | 12995 |     0 |   0.0 |  28M| 806 |   - |1700 |6486 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.265000e+03 |  Large 
13.29/13.32	o 1222
13.29/13.32	c *11.9s| 52167 | 12514 |     0 |   0.0 |  27M| 806 |   - |1700 |6483 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 1.222000e+03 |  Large 
13.39/13.43	o 1203
13.39/13.43	c *12.0s| 52337 | 12481 |     0 |   0.0 |  27M| 806 |   - |1700 |6497 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 1.203000e+03 |  Large 
13.59/13.69	o 1167
13.59/13.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.59/13.69	c *12.2s| 52792 | 12333 |     0 |   0.0 |  28M| 806 |   - |1700 |6741 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 1.167000e+03 |  Large 
13.99/14.07	o 1156
13.99/14.07	c *12.6s| 53443 | 12573 |     0 |   0.0 |  29M| 806 |   - |1700 |7030 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.156000e+03 |  Large 
13.99/14.07	o 1147
13.99/14.07	c *12.6s| 53444 | 12476 |     0 |   0.0 |  29M| 806 |   - |1700 |7030 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 1.147000e+03 |  Large 
14.49/14.52	o 1140
14.49/14.52	c *13.0s| 54101 | 12617 |     0 |   0.0 |  31M| 806 |   - |1700 |7529 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.140000e+03 |  Large 
14.60/14.63	o 1121
14.60/14.63	c *13.1s| 54262 | 12516 |     0 |   0.0 |  31M| 806 |   - |1700 |7328 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.121000e+03 |  Large 
14.60/14.63	o 1115
14.60/14.63	c *13.1s| 54263 | 12476 |     0 |   0.0 |  31M| 806 |   - |1700 |7328 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.115000e+03 |  Large 
14.69/14.75	o 1089
14.69/14.75	c *13.2s| 54443 | 12220 |     0 |   0.0 |  30M| 806 |   - |1700 |7300 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.089000e+03 |  Large 
14.69/14.76	o 1078
14.69/14.76	c *13.2s| 54444 | 12093 |     0 |   0.0 |  30M| 806 |   - |1700 |7300 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.078000e+03 |  Large 
14.79/14.89	o 1072
14.79/14.89	c *13.4s| 54645 | 12129 |     0 |   0.0 |  30M| 806 |   - |1700 |6981 |   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 1.072000e+03 |  Large 
14.89/14.96	o 1051
14.89/14.96	c *13.4s| 54754 | 12011 |     0 |   0.0 |  30M| 806 |   - |1700 |6878 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.051000e+03 |  Large 
14.89/14.96	o 1035
14.89/14.96	c *13.4s| 54755 | 11855 |     0 |   0.0 |  30M| 806 |   - |1700 |6878 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.035000e+03 |  Large 
14.99/15.03	o 1030
14.99/15.03	c *13.5s| 54873 | 11497 |     0 |   0.0 |  29M| 806 |   - |1700 |6785 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.030000e+03 |  Large 
15.09/15.13	o 1025
15.09/15.13	c *13.6s| 55026 | 11523 |     0 |   0.0 |  29M| 806 |   - |1700 |6573 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.025000e+03 |  Large 
15.09/15.18	o 1024
15.09/15.18	c *13.6s| 55110 | 11545 |     0 |   0.0 |  30M| 806 |   - |1700 |6578 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.024000e+03 |  Large 
15.19/15.20	o 1013
15.19/15.20	c *13.6s| 55155 | 11394 |     0 |   0.0 |  30M| 806 |   - |1700 |6572 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.013000e+03 |  Large 
15.19/15.21	o 952
15.19/15.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.19/15.21	c *13.7s| 55164 | 10445 |     0 |   0.0 |  26M| 806 |   - |1700 |6572 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 9.520000e+02 |  Large 
15.39/15.43	o 930
15.39/15.43	c *13.9s| 55612 | 10522 |     0 |   0.0 |  27M| 806 |   - |1700 |6560 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 9.300000e+02 |  Large 
15.39/15.46	o 919
15.39/15.46	c *13.9s| 55651 | 10468 |     0 |   0.0 |  27M| 806 |   - |1700 |6543 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 9.190000e+02 |  Large 
15.39/15.46	o 874
15.39/15.46	c *13.9s| 55662 | 10116 |     0 |   0.0 |  26M| 806 |   - |1700 |6529 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 8.740000e+02 |  Large 
15.49/15.58	o 867
15.49/15.58	c *14.0s| 55844 | 10138 |     0 |   0.0 |  27M| 806 |   - |1700 |6471 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 8.670000e+02 |  Large 
15.69/15.77	o 837
15.69/15.77	c *14.2s| 56114 |  9633 |     0 |   0.0 |  26M| 806 |   - |1700 |6243 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 8.370000e+02 |  Large 
15.90/15.93	o 811
15.90/15.93	c *14.3s| 56321 |  9252 |     0 |   0.0 |  26M| 806 |   - |1700 |6170 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 8.110000e+02 |  Large 
15.90/15.96	o 767
15.90/15.96	c *14.3s| 56366 |  8875 |     0 |   0.0 |  26M| 806 |   - |1700 |6186 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 7.670000e+02 |  Large 
15.90/15.99	o 757
15.90/15.99	c *14.4s| 56433 |  8873 |     0 |   0.0 |  26M| 806 |   - |1700 |6206 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 7.570000e+02 |  Large 
15.90/15.99	o 751
15.90/15.99	c *14.4s| 56434 |  8851 |     0 |   0.0 |  26M| 806 |   - |1700 |6206 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 7.510000e+02 |  Large 
16.09/16.10	o 730
16.09/16.10	c *14.5s| 56573 |  8161 |     0 |   0.0 |  25M| 806 |   - |1700 |6234 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 7.300000e+02 |  Large 
16.29/16.34	o 605
16.29/16.34	c *14.7s| 56868 |  6700 |     0 |   0.0 |  23M| 806 |   - |1700 |6375 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 6.050000e+02 |  Large 
16.40/16.47	o 564
16.40/16.47	c *14.8s| 57032 |  6255 |     0 |   0.0 |  23M| 806 |   - |1700 |6066 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 5.640000e+02 |  Large 
16.40/16.50	o 548
16.40/16.50	c *14.9s| 57072 |  6197 |     0 |   0.0 |  23M| 806 |   - |1700 |6000 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 5.480000e+02 |  Large 
16.79/16.86	o 542
16.79/16.86	c *15.2s| 57486 |  6228 |     0 |   0.0 |  25M| 806 |   - |1700 |5453 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 5.420000e+02 |  Large 
16.79/16.88	o 512
16.79/16.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.79/16.88	c *15.2s| 57505 |  5930 |     0 |   0.0 |  24M| 806 |   - |1700 |5429 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 5.120000e+02 |  Large 
16.99/17.09	o 496
16.99/17.09	c *15.4s| 57758 |  5862 |     0 |   0.0 |  25M| 806 |   - |1700 |5364 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 4.960000e+02 |  Large 
17.09/17.11	o 464
17.09/17.11	c *15.4s| 57810 |  5662 |     0 |   0.0 |  25M| 806 |   - |1700 |5348 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 4.640000e+02 |  Large 
17.09/17.11	o 377
17.09/17.11	c *15.4s| 57811 |  5082 |     0 |   0.0 |  24M| 806 |   - |1700 |5348 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 3.770000e+02 |  Large 
17.19/17.21	o 373
17.19/17.21	c *15.5s| 57889 |  5002 |     0 |   0.0 |  24M| 806 |   - |1700 |5190 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 3.730000e+02 |  Large 
17.30/17.35	o 370
17.30/17.35	c *15.7s| 57998 |  4970 |     0 |   0.0 |  25M| 806 |   - |1700 |5055 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 3.700000e+02 |  Large 
17.30/17.35	o 359
17.30/17.35	c *15.7s| 57999 |  4423 |     0 |   0.0 |  23M| 806 |   - |1700 |5055 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 3.590000e+02 |  Large 
17.30/17.38	o 305
17.30/17.38	c *15.7s| 58018 |  3630 |     0 |   0.0 |  21M| 806 |   - |1700 |4516 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 3.050000e+02 |  Large 
17.39/17.41	o 303
17.39/17.41	c *15.7s| 58052 |  3250 |     0 |   0.0 |  21M| 806 |   - |1700 |4420 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 3.030000e+02 |  Large 
17.39/17.46	o 294
17.39/17.46	c *15.8s| 58109 |  3200 |     0 |   0.0 |  21M| 806 |   - |1700 |4336 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 2.940000e+02 |  Large 
17.49/17.57	o 287
17.49/17.57	c *15.9s| 58181 |  2985 |     0 |   0.0 |  21M| 806 |   - |1700 |4139 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 2.870000e+02 |  Large 
17.49/17.58	o 256
17.49/17.58	c *15.9s| 58199 |  2432 |     0 |   0.0 |  20M| 806 |   - |1700 |4136 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 2.560000e+02 |  Large 
17.60/17.61	o 226
17.60/17.61	c *15.9s| 58210 |  2122 |     0 |   0.0 |  20M| 806 |   - |1700 |4136 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 2.260000e+02 |  Large 
17.60/17.69	o 188
17.60/17.69	c *16.0s| 58290 |  1383 |     0 |   0.0 |  18M| 806 |   - |1700 |4155 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 1.880000e+02 |  Large 
17.69/17.79	o 139
17.69/17.79	c *16.1s| 58366 |   490 |     0 |   0.0 |  14M| 806 |   - |1700 |4127 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 1.390000e+02 |  Large 
17.69/17.79	o 134
17.69/17.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.69/17.79	c *16.1s| 58373 |   478 |     0 |   0.0 |  14M| 806 |   - |1700 |4122 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 1.340000e+02 |  Large 
17.69/17.79	o 69
17.69/17.79	c *16.1s| 58376 |   324 |     0 |   0.0 |  13M| 806 |   - |1700 |4122 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
17.89/17.93	o 68
17.89/17.93	c *16.2s| 58402 |     0 |     0 |   0.0 |9173k| 806 |   - |1700 | 480 |   0 |   0 |   0 |  40k|   0 | 6.800000e+01 | 6.800000e+01 |   0.00%
17.89/17.93	c 
17.89/17.93	c SCIP Status        : problem is solved [optimal solution found]
17.89/17.93	c Solving Time (sec) : 16.18
17.89/17.93	c Solving Nodes      : 58402
17.89/17.93	c Primal Bound       : +6.80000000000000e+01 (88 solutions)
17.89/17.93	c Dual Bound         : +6.80000000000000e+01
17.89/17.93	c Gap                : 0.00 %
17.89/17.93	s OPTIMUM FOUND
17.89/17.93	v x200 -x199 -x198 x197 -x196 x195 -x194 x193 x192 -x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
17.89/17.93	v x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 -x160 x159 -x158 x157 x156 -x155 
17.89/17.93	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 -x134 x133 -x132 
17.89/17.93	v x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 x114 -x113 -x112 x111 x110 -x109 
17.89/17.93	v x108 -x107 x106 -x105 -x104 x103 -x102 x101 x100 -x99 -x98 x97 -x96 x95 x94 -x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 x84 
17.89/17.93	v -x83 x82 -x81 -x80 x79 x78 -x77 -x76 x75 -x74 x73 -x72 x71 x70 -x69 -x68 x67 -x66 x65 x64 -x63 -x62 x61 -x60 x59 x58 -x57 -x56 
17.89/17.93	v x55 -x54 x53 -x52 x51 -x50 x49 x48 -x47 x46 -x45 -x44 x43 x42 -x41 -x40 x39 -x38 x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 
17.89/17.93	v x27 x26 -x25 x24 -x23 x22 -x21 x20 -x19 -x18 x17 -x16 x15 x14 -x13 x12 -x11 x10 -x9 -x8 x7 x6 -x5 -x4 x3 x2 -x1 
17.89/17.93	c SCIP Status        : problem is solved [optimal solution found]
17.89/17.93	c Solving Time       :      16.18
17.89/17.93	c Original Problem   :
17.89/17.93	c   Problem name     : HOME/instance-2700010-1278533885.wbo
17.89/17.93	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
17.89/17.93	c   Constraints      : 1701 initial, 1701 maximal
17.89/17.93	c Presolved Problem  :
17.89/17.93	c   Problem name     : t_HOME/instance-2700010-1278533885.wbo
17.89/17.93	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
17.89/17.93	c   Constraints      : 1600 initial, 7558 maximal
17.89/17.93	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
17.89/17.93	c   trivial          :       0.00          0          0          0          0          0          0          0          0
17.89/17.93	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
17.89/17.93	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
17.89/17.93	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
17.89/17.93	c   implics          :       0.00          0          0          0          0          0          0          0          0
17.89/17.93	c   probing          :       0.02          0          0          0          0          0          0          0          0
17.89/17.93	c   indicator        :       0.00          0          0          0          0          0          0          0          0
17.89/17.93	c   linear           :       0.01          0        100          0        800          0        101          0          0
17.89/17.93	c   logicor          :       0.00          0          0          0          0          0          0          0          0
17.89/17.93	c   root node        :          -        894          -          -       1694          -          -          -          -
17.89/17.93	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
17.89/17.93	c   integral         :          0          0          0          0          0          0          0          0          0          0
17.89/17.93	c   indicator        :        800          0     140178          0      53960        139    1175097          0          0          0
17.89/17.93	c   linear           :        800          0     141031          0      53919       1463     121783          0          0          0
17.89/17.93	c   logicor          :          0+         0      84519          0          0        554      59340          0          0          0
17.89/17.93	c   countsols        :          0          0          0          0      53971          0          0          0          0          0
17.89/17.93	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
17.89/17.93	c   integral         :       0.00       0.00       0.00       0.00       0.00
17.89/17.93	c   indicator        :       2.91       0.00       1.27       0.00       1.64
17.89/17.93	c   linear           :       2.25       0.00       2.24       0.00       0.01
17.89/17.93	c   logicor          :       1.83       0.00       1.83       0.00       0.00
17.89/17.93	c   countsols        :       0.00       0.00       0.00       0.00       0.00
17.89/17.93	c Propagators        :       Time      Calls    Cutoffs    DomReds
17.89/17.93	c   vbounds          :       0.00          2          0          0
17.89/17.93	c   rootredcost      :       0.00          0          0          0
17.89/17.93	c   pseudoobj        :       2.83     145286       4226    1152244
17.89/17.93	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
17.89/17.93	c   propagation      :       0.59       6243       6230      30570       28.3      20598        3.7          -
17.89/17.93	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
17.89/17.93	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
17.89/17.93	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
17.89/17.93	c   pseudo solution  :       0.03         53         53        289       27.2        325        4.1          -
17.89/17.94	c   applied globally :          -          -          -      40152       14.1          -          -          -
17.89/17.94	c   applied locally  :          -          -          -          0        0.0          -          -          -
17.89/17.94	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
17.89/17.94	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
17.89/17.94	c   redcost          :       0.00          0          0          0          0          0
17.89/17.94	c   impliedbounds    :       0.00          0          0          0          0          0
17.89/17.94	c   intobj           :       0.00          0          0          0          0          0
17.89/17.94	c   cgmip            :       0.00          0          0          0          0          0
17.89/17.94	c   gomory           :       0.00          0          0          0          0          0
17.89/17.94	c   strongcg         :       0.00          0          0          0          0          0
17.89/17.94	c   cmir             :       0.00          0          0          0          0          0
17.89/17.94	c   flowcover        :       0.00          0          0          0          0          0
17.89/17.94	c   clique           :       0.00          0          0          0          0          0
17.89/17.94	c   zerohalf         :       0.00          0          0          0          0          0
17.89/17.94	c   mcf              :       0.00          0          0          0          0          0
17.89/17.94	c   rapidlearning    :       0.00          0          0          0          0          0
17.89/17.94	c Pricers            :       Time      Calls       Vars
17.89/17.94	c   problem variables:       0.00          0          0
17.89/17.94	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
17.89/17.94	c   relpscost        :       0.00          0          0          0          0          0          0
17.89/17.94	c   pscost           :       0.00          0          0          0          0          0          0
17.89/17.94	c   inference        :       2.91      53885          0          0          0          0     107770
17.89/17.94	c   mostinf          :       0.00          0          0          0          0          0          0
17.89/17.94	c   leastinf         :       0.00          0          0          0          0          0          0
17.89/17.94	c   fullstrong       :       0.00          0          0          0          0          0          0
17.89/17.94	c   allfullstrong    :       0.00          0          0          0          0          0          0
17.89/17.94	c   random           :       0.00          0          0          0          0          0          0
17.89/17.94	c Primal Heuristics  :       Time      Calls      Found
17.89/17.94	c   LP solutions     :       0.00          -          0
17.89/17.94	c   pseudo solutions :       0.09          -         86
17.89/17.94	c   oneopt           :       0.00          0          0
17.89/17.94	c   trivial          :       0.01          2          1
17.89/17.94	c   simplerounding   :       0.00          0          0
17.89/17.94	c   zirounding       :       0.00          0          0
17.89/17.94	c   rounding         :       0.00          0          0
17.89/17.94	c   shifting         :       0.00          0          0
17.89/17.94	c   intshifting      :       0.00          0          0
17.89/17.94	c   twoopt           :       0.00          0          0
17.89/17.94	c   fixandinfer      :       0.00          0          0
17.89/17.94	c   feaspump         :       0.00          0          0
17.89/17.94	c   coefdiving       :       0.00          0          0
17.89/17.94	c   pscostdiving     :       0.00          0          0
17.89/17.94	c   fracdiving       :       0.00          0          0
17.89/17.94	c   veclendiving     :       0.00          0          0
17.89/17.94	c   intdiving        :       0.00          0          0
17.89/17.94	c   actconsdiving    :       0.00          0          0
17.89/17.94	c   objpscostdiving  :       0.00          0          0
17.89/17.94	c   rootsoldiving    :       0.00          0          0
17.89/17.94	c   linesearchdiving :       0.00          0          0
17.89/17.94	c   guideddiving     :       0.00          0          0
17.89/17.94	c   octane           :       0.00          0          0
17.89/17.94	c   rens             :       0.00          0          0
17.89/17.94	c   rins             :       0.00          0          0
17.89/17.94	c   localbranching   :       0.00          0          0
17.89/17.94	c   mutation         :       0.00          0          0
17.89/17.94	c   crossover        :       0.00          0          0
17.89/17.94	c   dins             :       0.00          0          0
17.89/17.94	c   undercover       :       0.00          0          0
17.89/17.94	c   nlp              :       0.00          0          0
17.89/17.94	c   trysol           :       0.00          1          1
17.89/17.94	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
17.89/17.94	c   primal LP        :       0.00          0          0       0.00          -
17.89/17.94	c   dual LP          :       0.00          0          0       0.00          -
17.89/17.94	c   lex dual LP      :       0.00          0          0       0.00          -
17.89/17.94	c   barrier LP       :       0.00          0          0       0.00          -
17.89/17.94	c   diving/probing LP:       0.00          0          0       0.00          -
17.89/17.94	c   strong branching :       0.00          0          0       0.00          -
17.89/17.94	c     (at root node) :          -          0          0       0.00          -
17.89/17.94	c   conflict analysis:       0.00          0          0       0.00          -
17.89/17.94	c B&B Tree           :
17.89/17.94	c   number of runs   :          1
17.89/17.94	c   nodes            :      58402
17.89/17.94	c   nodes (total)    :      58402
17.89/17.94	c   nodes left       :          0
17.89/17.94	c   max depth        :        806
17.89/17.94	c   max depth (total):        806
17.89/17.94	c   backtracks       :       2518 (4.3%)
17.89/17.94	c   delayed cutoffs  :       3789
17.89/17.94	c   repropagations   :      15311 (573362 domain reductions, 2004 cutoffs)
17.89/17.94	c   avg switch length:       3.48
17.89/17.94	c   switching time   :       2.52
17.89/17.94	c Solution           :
17.89/17.94	c   Solutions found  :         88 (87 improvements)
17.89/17.94	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
17.89/17.94	c   Primal Bound     : +6.80000000000000e+01   (in run 1, after 58402 nodes, 16.18 seconds, depth 464, found by <relaxation>)
17.89/17.94	c   Dual Bound       : +6.80000000000000e+01
17.89/17.94	c   Gap              :       0.00 %
17.89/17.94	c   Root Dual Bound  : +0.00000000000000e+00
17.89/17.94	c   Root Iterations  :          0
17.89/17.94	c Time complete: 17.94.

Verifier Data

OK	68

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.28 0.38 0.13 4/178 17390
/proc/meminfo: memFree=30700220/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=8268 CPUtime=0
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 1544 0 0 0 0 0 0 0 25 0 1 0 21600761 8466432 1467 4089446400 4194304 7136930 140735059329008 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17390/statm: 2067 1467 275 719 0 1346 0

[startup+0.00704001 s]
/proc/loadavg: 1.28 0.38 0.13 4/178 17390
/proc/meminfo: memFree=30700220/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=8632 CPUtime=0
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 1650 0 0 0 0 0 0 0 25 0 1 0 21600761 8839168 1573 4089446400 4194304 7136930 140735059329008 18446744073709551615 6349931 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17390/statm: 2158 1573 275 719 0 1437 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8632

[startup+0.101042 s]
/proc/loadavg: 1.28 0.38 0.13 4/178 17390
/proc/meminfo: memFree=30700220/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=20316 CPUtime=0.09
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 5551 0 0 0 8 1 0 0 18 0 1 0 21600761 20803584 4349 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 5079 4349 387 719 0 4358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20316

[startup+0.301006 s]
/proc/loadavg: 1.28 0.38 0.13 4/178 17390
/proc/meminfo: memFree=30700220/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=21416 CPUtime=0.29
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 5856 0 0 0 25 4 0 0 18 0 1 0 21600761 21929984 4654 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 5354 4654 393 719 0 4633 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21416

[startup+0.700934 s]
/proc/loadavg: 1.28 0.38 0.13 4/178 17390
/proc/meminfo: memFree=30700220/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=22616 CPUtime=0.69
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 6144 0 0 0 59 10 0 0 18 0 1 0 21600761 23158784 4942 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 5654 4942 393 719 0 4933 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22616

[startup+1.50085 s]
/proc/loadavg: 1.28 0.38 0.13 3/179 17391
/proc/meminfo: memFree=30678760/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=25892 CPUtime=1.49
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 6959 0 0 0 128 21 0 0 19 0 1 0 21600761 26513408 5757 4089446400 4194304 7136930 140735059329008 18446744073709551615 4923471 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 6473 5757 394 719 0 5752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25892

[startup+3.10051 s]
/proc/loadavg: 1.28 0.38 0.13 3/179 17391
/proc/meminfo: memFree=30671196/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=35060 CPUtime=3.09
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 9222 0 0 0 270 39 0 0 25 0 1 0 21600761 35901440 8020 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 8765 8020 394 719 0 8044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35060

[startup+6.30094 s]
/proc/loadavg: 1.33 0.41 0.14 3/179 17391
/proc/meminfo: memFree=30652364/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=47508 CPUtime=6.29
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 12263 0 0 0 555 74 0 0 25 0 1 0 21600761 48648192 11061 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 11877 11061 394 719 0 11156 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47508

[startup+12.7008 s]
/proc/loadavg: 1.39 0.43 0.15 3/179 17391
/proc/meminfo: memFree=30620112/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=74384 CPUtime=12.69
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 18476 0 0 0 1135 134 0 0 25 0 1 0 21600761 76169216 17274 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 18596 17274 394 719 0 17875 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74384

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

[startup+15.9012 s]
/proc/loadavg: 1.44 0.46 0.16 3/179 17391
/proc/meminfo: memFree=30599248/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=89584 CPUtime=15.9
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 21918 0 0 0 1431 159 0 0 25 0 1 0 21600761 91734016 20716 4089446400 4194304 7136930 140735059329008 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 22396 20716 394 719 0 21675 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 89584

[startup+16.701 s]
/proc/loadavg: 1.44 0.46 0.16 3/179 17391
/proc/meminfo: memFree=30595280/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=91704 CPUtime=16.69
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 22377 0 0 0 1506 163 0 0 25 0 1 0 21600761 93904896 21175 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 22926 21175 394 719 0 22205 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 91704

[startup+17.5009 s]
/proc/loadavg: 1.44 0.46 0.16 3/179 17391
/proc/meminfo: memFree=30589576/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=94860 CPUtime=17.49
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 23025 0 0 0 1582 167 0 0 25 0 1 0 21600761 97136640 21823 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 23715 21823 394 719 0 22994 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 94860

[startup+17.9008 s]
/proc/loadavg: 1.44 0.46 0.16 3/179 17391
/proc/meminfo: memFree=30589576/32951124 swapFree=67111528/67111528
[pid=17390] ppid=17388 vsize=94860 CPUtime=17.89
/proc/17390/stat : 17390 (pbscip.linux.x8) R 17388 17390 16776 0 -1 4202496 23078 0 0 0 1617 172 0 0 25 0 1 0 21600761 97136640 21876 4089446400 4194304 7136930 140735059329008 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17390/statm: 23715 21876 394 719 0 22994 0
Current children cumulated CPU time (s) 17.89
Current children cumulated vsize (KiB) 94860

Child status: 0
Real time (s): 17.9496
CPU time (s): 17.9503
CPU user time (s): 16.2035
CPU system time (s): 1.74673
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 94860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2035
system time used= 1.74673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23091
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= 3
involuntary context switches= 10

runsolver used 0.031995 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-07 22:18:05
IDJOB=2700010
IDBENCH=79392
IDSOLVER=1206
FILE ID=node147/2700010-1278533885
PBS_JOBID= 11239183
Free space on /tmp= 73820 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh202_wcsp.wbo
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-2700010-1278533885/watcher-2700010-1278533885 -o /tmp/evaluation-result-2700010-1278533885/solver-2700010-1278533885 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700010-1278533885.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d13dffa73911787707d210cefbded5d8
RANDOM SEED=2002142184

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
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.75
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.821
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.821
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.76
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.821
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:      30700748 kB
Buffers:        132068 kB
Cached:        1867968 kB
SwapCached:          0 kB
Active:         913960 kB
Inactive:      1200440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30700748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9656 kB
Writeback:           0 kB
AnonPages:      114752 kB
Mapped:          17352 kB
Slab:            73424 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259716 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= 73820 MiB
End job on node147 at 2010-07-07 22:18:23