Trace number 2694170

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 solver? (exit code) 86.9008 86.902

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-0-100-0.wbo
MD5SUM0635b24c475a73287c5e15439a6c459f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.464929
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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-2694170-1277924286.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	o 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
1.49/1.57	c   1.5s| 10000 |  6750 |     0 |   0.0 |8342k| 171 |   - | 371 |5462 |   0 |   0 |   0 |9320 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
1.69/1.76	o 910
1.69/1.76	c * 1.7s| 11413 |  7807 |     0 |   0.0 |8933k| 195 |   - | 371 |5586 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 9.100000e+02 |    Inf 
1.79/1.82	o 710
1.79/1.82	c * 1.7s| 12462 |  8848 |     0 |   0.0 |9207k| 195 |   - | 371 |5416 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
2.89/2.92	c   2.8s| 20000 | 14351 |     0 |   0.0 |  11M| 195 |   - | 371 |4456 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
5.29/5.36	c   5.2s| 30000 | 19309 |     0 |   0.0 |  17M| 195 |   - | 371 |7598 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
8.39/8.48	c   8.2s| 40000 | 23140 |     0 |   0.0 |  22M| 195 |   - | 371 |9646 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
11.89/11.94	c  11.5s| 50000 | 26289 |     0 |   0.0 |  25M| 195 |   - | 371 |  10k|   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
12.39/12.46	c  11.9s| 60000 | 36268 |     0 |   0.0 |  26M| 195 |   - | 371 |1359 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
12.89/12.91	c  12.3s| 70000 | 46246 |     0 |   0.0 |  28M| 195 |   - | 371 |1090 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
13.29/13.37	c  12.8s| 80000 | 56203 |     0 |   0.0 |  31M| 195 |   - | 371 | 943 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
13.78/13.82	c  13.2s| 90000 | 66175 |     0 |   0.0 |  34M| 195 |   - | 371 | 909 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
14.19/14.27	c  13.6s|100000 | 76154 |     0 |   0.0 |  37M| 195 |   - | 371 | 896 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
14.69/14.73	c  14.0s|110000 | 86101 |     0 |   0.0 |  40M| 195 |   - | 371 | 943 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 7.100000e+02 |    Inf 
14.69/14.79	o 609
14.69/14.79	c *14.0s|111131 | 87177 |     0 |   0.0 |  40M| 195 |   - | 371 | 955 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
15.19/15.23	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.23	c  14.4s|120000 | 95997 |     0 |   0.0 |  43M| 195 |   - | 371 | 954 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
15.69/15.72	c  14.9s|130000 |105954 |     0 |   0.0 |  46M| 195 |   - | 371 | 975 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
16.19/16.21	c  15.3s|140000 |115902 |     0 |   0.0 |  49M| 195 |   - | 371 |1041 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
16.59/16.69	c  15.7s|150000 |125858 |     0 |   0.0 |  52M| 195 |   - | 371 |1102 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
17.09/17.17	c  16.2s|160000 |135824 |     0 |   0.0 |  56M| 195 |   - | 371 | 990 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
19.89/19.96	c  18.9s|170000 |139716 |     0 |   0.0 |  62M| 195 |   - | 371 |9464 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
25.78/25.80	c  24.6s|180000 |139140 |     0 |   0.0 |  66M| 195 |   - | 371 |  12k|   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
32.49/32.50	c  31.1s|190000 |138134 |     0 |   0.0 |  69M| 195 |   - | 371 |  15k|   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
39.98/40.04	c  38.6s|200000 |136958 |     0 |   0.0 |  71M| 195 |   - | 371 |  17k|   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
47.89/47.93	c  46.3s|210000 |135783 |     0 |   0.0 |  73M| 195 |   - | 371 |  22k|   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
48.69/48.72	c  47.1s|220000 |145646 |     0 |   0.0 |  70M| 195 |   - | 371 |3326 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
49.19/49.20	c  47.5s|230000 |155613 |     0 |   0.0 |  72M| 195 |   - | 371 |1735 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
49.59/49.67	c  47.9s|240000 |165588 |     0 |   0.0 |  75M| 195 |   - | 371 |1498 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
50.09/50.13	c  48.3s|250000 |175560 |     0 |   0.0 |  78M| 195 |   - | 371 |1005 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
50.50/50.59	c  48.7s|260000 |185499 |     0 |   0.0 |  80M| 195 |   - | 371 |1035 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
50.99/51.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.99/51.05	c  49.1s|270000 |195462 |     0 |   0.0 |  83M| 195 |   - | 371 |1007 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
51.49/51.50	c  49.5s|280000 |205450 |     0 |   0.0 |  86M| 195 |   - | 371 | 968 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
51.89/51.95	c  49.8s|290000 |215428 |     0 |   0.0 |  89M| 195 |   - | 371 | 956 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
52.39/52.41	c  50.2s|300000 |225398 |     0 |   0.0 |  92M| 195 |   - | 371 | 968 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
52.79/52.86	c  50.6s|310000 |235377 |     0 |   0.0 |  94M| 195 |   - | 371 | 978 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
53.29/53.32	c  51.0s|320000 |245354 |     0 |   0.0 |  97M| 195 |   - | 371 | 992 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
53.69/53.78	c  51.4s|330000 |255329 |     0 |   0.0 | 100M| 195 |   - | 371 |1002 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
54.19/54.24	c  51.8s|340000 |265299 |     0 |   0.0 | 103M| 195 |   - | 371 |1022 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
54.69/54.72	c  52.2s|350000 |275268 |     0 |   0.0 | 106M| 195 |   - | 371 | 975 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
55.19/55.20	c  52.7s|360000 |285218 |     0 |   0.0 | 109M| 195 |   - | 371 |1001 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
55.59/55.68	c  53.1s|370000 |295176 |     0 |   0.0 | 112M| 195 |   - | 371 | 982 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 6.090000e+02 |    Inf 
55.88/55.94	o 561
55.88/55.94	c *53.4s|375422 |300535 |     0 |   0.0 | 113M| 195 |   - | 371 | 984 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
56.10/56.16	c  53.5s|380000 |305091 |     0 |   0.0 | 115M| 195 |   - | 371 | 992 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
56.59/56.63	c  54.0s|390000 |315060 |     0 |   0.0 | 118M| 195 |   - | 371 | 994 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
57.09/57.11	c  54.4s|400000 |325003 |     0 |   0.0 | 121M| 195 |   - | 371 |1013 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
57.49/57.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.49/57.58	c  54.8s|410000 |334981 |     0 |   0.0 | 123M| 195 |   - | 371 | 970 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
57.99/58.05	c  55.1s|420000 |344954 |     0 |   0.0 | 126M| 195 |   - | 371 | 988 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
58.49/58.52	c  55.5s|430000 |354912 |     0 |   0.0 | 129M| 195 |   - | 371 |1017 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
58.88/58.99	c  55.9s|440000 |364864 |     0 |   0.0 | 132M| 195 |   - | 371 |1044 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
59.19/59.28	o 348
59.19/59.28	c *56.2s|445900 |370583 |     0 |   0.0 | 134M| 195 |   - | 371 |1080 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
59.39/59.48	c  56.4s|450000 |374671 |     0 |   0.0 | 135M| 195 |   - | 371 |1067 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
59.89/59.97	c  56.8s|460000 |384622 |     0 |   0.0 | 138M| 195 |   - | 371 |1096 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
60.39/60.49	c  57.3s|470000 |394496 |     0 |   0.0 | 141M| 195 |   - | 371 |1146 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
60.99/61.01	c  57.7s|480000 |404404 |     0 |   0.0 | 144M| 195 |   - | 371 |1209 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
61.49/61.54	c  58.2s|490000 |414244 |     0 |   0.0 | 147M| 195 |   - | 371 |1276 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
61.99/62.09	c  58.7s|500000 |424029 |     0 |   0.0 | 150M| 195 |   - | 371 |1307 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
62.60/62.66	c  59.3s|510000 |433758 |     0 |   0.0 | 153M| 195 |   - | 371 |1399 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
63.19/63.27	c  59.8s|520000 |443382 |     0 |   0.0 | 156M| 195 |   - | 371 |1542 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
63.79/63.82	c  60.3s|530000 |453206 |     0 |   0.0 | 159M| 195 |   - | 371 |1490 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
64.39/64.44	c  60.8s|540000 |462738 |     0 |   0.0 | 163M| 195 |   - | 371 |1616 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
64.90/64.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.90/64.99	c  61.3s|550000 |472600 |     0 |   0.0 | 166M| 195 |   - | 371 |1476 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
65.39/65.49	c  61.7s|560000 |482543 |     0 |   0.0 | 169M| 195 |   - | 371 |1427 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.480000e+02 |    Inf 
66.00/66.04	o 338
66.00/66.04	c *62.2s|569171 |491357 |     0 |   0.0 | 172M| 195 |   - | 371 |1542 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
66.09/66.10	c  62.3s|570000 |492150 |     0 |   0.0 | 172M| 195 |   - | 371 |1572 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
66.59/66.64	c  62.8s|580000 |501985 |     0 |   0.0 | 175M| 195 |   - | 371 |1529 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
67.19/67.22	c  63.3s|590000 |511709 |     0 |   0.0 | 178M| 195 |   - | 371 |1633 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
67.29/67.37	o 173
67.29/67.37	c *63.4s|592221 |487304 |     0 |   0.0 | 170M| 195 |   - | 371 |1621 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.730000e+02 |    Inf 
67.89/67.95	c  64.0s|600000 |494555 |     0 |   0.0 | 173M| 195 |   - | 371 |1859 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.730000e+02 |    Inf 
68.69/68.71	c  64.7s|610000 |503865 |     0 |   0.0 | 177M| 195 |   - | 371 |1860 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.730000e+02 |    Inf 
69.39/69.49	c  65.4s|620000 |513085 |     0 |   0.0 | 181M| 195 |   - | 371 |2031 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 1.730000e+02 |    Inf 
70.19/70.26	c  66.1s|630000 |522337 |     0 |   0.0 | 185M| 195 |   - | 371 |2082 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 1.730000e+02 |    Inf 
70.40/70.47	o 169
70.40/70.47	c *66.3s|632399 |515351 |     0 |   0.0 | 183M| 195 |   - | 371 |2185 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
70.99/71.06	c  66.8s|640000 |522385 |     0 |   0.0 | 186M| 195 |   - | 371 |2191 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
71.79/71.84	c  67.5s|650000 |531636 |     0 |   0.0 | 190M| 195 |   - | 371 |2213 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
72.59/72.63	c  68.2s|660000 |540899 |     0 |   0.0 | 194M| 195 |   - | 371 |2269 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
73.39/73.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.39/73.43	c  69.0s|670000 |550109 |     0 |   0.0 | 198M| 195 |   - | 371 |2409 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 1.690000e+02 |    Inf 
74.09/74.15	o 156
74.09/74.15	c *69.6s|678541 |545110 |     0 |   0.0 | 197M| 195 |   - | 371 |2482 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
74.19/74.28	c  69.7s|680000 |546436 |     0 |   0.0 | 197M| 195 |   - | 371 |2459 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 1.560000e+02 |    Inf 
74.59/74.68	o 155
74.59/74.68	c *70.1s|684790 |549678 |     0 |   0.0 | 199M| 195 |   - | 371 |2627 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
75.09/75.13	c  70.5s|690000 |554416 |     0 |   0.0 | 202M| 195 |   - | 371 |2665 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 1.550000e+02 |    Inf 
75.19/75.29	o 153
75.19/75.29	c *70.7s|691729 |554174 |     0 |   0.0 | 202M| 195 |   - | 371 |2641 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
75.89/75.92	o 150
75.89/75.92	c *71.3s|698236 |556946 |     0 |   0.0 | 204M| 195 |   - | 371 |2969 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
75.99/76.08	o 149
75.99/76.08	c *71.4s|699737 |556185 |     0 |   0.0 | 204M| 195 |   - | 371 |3046 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
76.09/76.11	c  71.5s|700000 |556410 |     0 |   0.0 | 204M| 195 |   - | 371 |3090 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 | 1.490000e+02 |    Inf 
76.49/76.51	o 145
76.49/76.51	c *71.8s|704224 |554940 |     0 |   0.0 | 204M| 195 |   - | 371 |3097 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
76.79/76.87	o 135
76.79/76.87	c *72.2s|707288 |529536 |     0 |   0.0 | 196M| 195 |   - | 371 |3258 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
77.09/77.14	c  72.4s|710000 |531915 |     0 |   0.0 | 198M| 195 |   - | 371 |3297 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 | 1.350000e+02 |    Inf 
77.69/77.79	o 126
77.69/77.79	c *73.0s|715943 |523700 |     0 |   0.0 | 196M| 195 |   - | 371 |3460 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
78.19/78.21	c  73.3s|720000 |527223 |     0 |   0.0 | 198M| 195 |   - | 371 |3626 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
79.29/79.34	c  74.4s|730000 |535652 |     0 |   0.0 | 203M| 195 |   - | 371 |3798 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
80.39/80.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.39/80.45	c  75.4s|740000 |544188 |     0 |   0.0 | 208M| 195 |   - | 371 |4075 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
80.89/80.98	o 122
80.89/80.98	c *75.9s|744314 |537090 |     0 |   0.0 | 206M| 195 |   - | 371 |4074 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 1.220000e+02 |    Inf 
81.59/81.69	c  76.6s|750000 |541757 |     0 |   0.0 | 210M| 195 |   - | 371 |4359 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 1.220000e+02 |    Inf 
81.78/81.89	o 118
81.78/81.89	c *76.8s|751462 |535460 |     0 |   0.0 | 208M| 195 |   - | 371 |4494 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
82.79/82.85	o 111
82.79/82.85	c *77.7s|758772 |531824 |     0 |   0.0 | 208M| 195 |   - | 371 |4356 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
82.99/83.05	c  77.9s|760000 |532708 |     0 |   0.0 | 208M| 195 |   - | 371 |4535 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 | 1.110000e+02 |    Inf 
83.28/83.36	o 106
83.28/83.36	c *78.2s|762211 |523416 |     0 |   0.0 | 205M| 195 |   - | 371 |4673 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
83.28/83.37	o 103
83.28/83.37	c *78.2s|762216 |520243 |     0 |   0.0 | 204M| 195 |   - | 371 |4673 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
84.39/84.47	c  79.2s|770000 |526410 |     0 |   0.0 | 209M| 195 |   - | 371 |4973 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
85.19/85.25	o 90
85.19/85.25	c *80.0s|774142 |464807 |     0 |   0.0 | 187M| 195 |   - | 371 |5291 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 9.000000e+01 |    Inf 
85.59/85.67	o 88
85.59/85.67	c *80.3s|776243 |450916 |     0 |   0.0 | 182M| 195 |   - | 371 |2659 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 8.800000e+01 |    Inf 
86.19/86.28	c  80.9s|780000 |453689 |     0 |   0.0 | 184M| 195 |   - | 371 |1050 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 8.800000e+01 |    Inf 
86.80/86.89	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
86.80/86.89	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
86.80/86.89	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
86.80/86.89	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
86.80/86.89	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
86.80/86.89	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
86.80/86.89	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
86.80/86.89	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
86.80/86.89	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
86.80/86.89	c [src/cmain.c:657] ERROR: Error <-11> in function call
86.80/86.89	c [src/cmain.c:832] ERROR: Error <-11> in function call
86.80/86.89	c [src/cmain.c:908] ERROR: Error <-11> in function call
86.80/86.89	c SCIP Error (-11): c a required plugin was not foundc 
86.80/86.89	c Time complete: 86.88.

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-2694170-1277924286/watcher-2694170-1277924286 -o /tmp/evaluation-result-2694170-1277924286/solver-2694170-1277924286 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694170-1277924286.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.98 1.99 1.99 4/196 14937
/proc/meminfo: memFree=31358108/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=8256 CPUtime=0
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 1554 0 0 0 0 0 0 0 25 0 1 0 133725535 8454144 1477 4089446400 4194304 7136930 140735404841728 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14937/statm: 2110 1479 275 719 0 1389 0

[startup+0.019791 s]
/proc/loadavg: 1.98 1.99 1.99 4/196 14937
/proc/meminfo: memFree=31358108/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=12296 CPUtime=0.01
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 3037 0 0 0 1 0 0 0 25 0 1 0 133725535 12591104 2350 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 3074 2350 383 719 0 2353 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12296

[startup+0.100848 s]
/proc/loadavg: 1.98 1.99 1.99 4/196 14937
/proc/meminfo: memFree=31358108/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=13824 CPUtime=0.09
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 3412 0 0 0 8 1 0 0 25 0 1 0 133725535 14155776 2725 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 3456 2725 390 719 0 2735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13824

[startup+0.300741 s]
/proc/loadavg: 1.98 1.99 1.99 4/196 14937
/proc/meminfo: memFree=31358108/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=16364 CPUtime=0.29
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 4058 0 0 0 26 3 0 0 25 0 1 0 133725535 16756736 3371 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 4091 3371 390 719 0 3370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16364

[startup+0.70073 s]
/proc/loadavg: 1.98 1.99 1.99 4/196 14937
/proc/meminfo: memFree=31358108/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=19120 CPUtime=0.69
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 4760 0 0 0 64 5 0 0 25 0 1 0 133725535 19578880 4073 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 4780 4073 390 719 0 4059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19120

[startup+1.50053 s]
/proc/loadavg: 1.98 1.99 1.99 3/197 14938
/proc/meminfo: memFree=31341732/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=22100 CPUtime=1.49
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 5497 0 0 0 140 9 0 0 25 0 1 0 133725535 22630400 4810 4089446400 4194304 7136930 140735404841728 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 5525 4810 390 719 0 4804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22100

[startup+3.10025 s]
/proc/loadavg: 1.98 1.99 1.99 3/197 14939
/proc/meminfo: memFree=31336400/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=28076 CPUtime=3.09
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 7020 0 0 0 296 13 0 0 25 0 1 0 133725535 28749824 6333 4089446400 4194304 7136930 140735404841728 18446744073709551615 4978178 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 7019 6333 391 719 0 6298 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28076

[startup+6.30076 s]
/proc/loadavg: 1.98 1.99 1.99 3/197 14939
/proc/meminfo: memFree=31328180/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=36252 CPUtime=6.29
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 9105 0 0 0 606 23 0 0 25 0 1 0 133725535 37122048 8418 4089446400 4194304 7136930 140735404841728 18446744073709551615 4644815 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 9063 8418 391 719 0 8342 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36252

[startup+12.7006 s]
/proc/loadavg: 1.98 1.99 1.99 3/197 14939
/proc/meminfo: memFree=31315540/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=48568 CPUtime=12.68
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 12242 0 0 0 1214 54 0 0 25 0 1 0 133725535 49733632 11555 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 12142 11555 391 719 0 11421 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48568

[startup+25.5003 s]
/proc/loadavg: 1.98 1.99 1.99 3/197 14939
/proc/meminfo: memFree=31265180/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=91184 CPUtime=25.49
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 22739 0 0 0 2425 124 0 0 25 0 1 0 133725535 93372416 22052 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 22796 22052 391 719 0 22075 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91184

[startup+51.1008 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14939
/proc/meminfo: memFree=31243444/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=114936 CPUtime=51.09
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 28844 0 0 0 4915 194 0 0 25 0 1 0 133725535 117694464 28157 4089446400 4194304 7136930 140735404841728 18446744073709551615 4948411 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 28734 28157 391 719 0 28013 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114936

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

[startup+63.9006 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14940
/proc/meminfo: memFree=31156140/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=196460 CPUtime=63.89
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 49208 0 0 0 6039 350 0 0 25 0 1 0 133725535 201175040 48521 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 49115 48521 391 719 0 48394 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 196460

[startup+76.7003 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14940
/proc/meminfo: memFree=31100944/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=256316 CPUtime=76.69
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 62447 0 0 0 7201 468 0 0 25 0 1 0 133725535 262467584 61760 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 64079 61760 393 719 0 63358 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 256316

[startup+83.1001 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14941
/proc/meminfo: memFree=31081352/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=273960 CPUtime=83.09
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 66702 0 0 0 7796 513 0 0 25 0 1 0 133725535 280535040 66015 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 68490 66015 393 719 0 67769 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 273960

[startup+84.7059 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14941
/proc/meminfo: memFree=31078124/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=275672 CPUtime=84.69
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 67090 0 0 0 7942 527 0 0 25 0 1 0 133725535 282288128 66403 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 68918 66403 393 719 0 68197 0
Current children cumulated CPU time (s) 84.69
Current children cumulated vsize (KiB) 275672

[startup+85.5007 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14941
/proc/meminfo: memFree=31078124/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=276540 CPUtime=85.49
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 67303 0 0 0 8019 530 0 0 25 0 1 0 133725535 283176960 66616 4089446400 4194304 7136930 140735404841728 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 69135 66616 393 719 0 68414 0
Current children cumulated CPU time (s) 85.49
Current children cumulated vsize (KiB) 276540

[startup+86.3006 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14941
/proc/meminfo: memFree=31076884/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=276684 CPUtime=86.29
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 67341 0 0 0 8094 535 0 0 25 0 1 0 133725535 283324416 66654 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 69171 66654 393 719 0 68450 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 276684

[startup+86.7005 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14941
/proc/meminfo: memFree=31076884/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=277048 CPUtime=86.69
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 67418 0 0 0 8132 537 0 0 25 0 1 0 133725535 283697152 66731 4089446400 4194304 7136930 140735404841728 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 69262 66731 393 719 0 68541 0
Current children cumulated CPU time (s) 86.69
Current children cumulated vsize (KiB) 277048

[startup+86.8005 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 14941
/proc/meminfo: memFree=31076388/32950928 swapFree=67111528/67111528
[pid=14937] ppid=14935 vsize=277048 CPUtime=86.8
/proc/14937/stat : 14937 (pbscip.linux.x8) R 14935 14937 13557 0 -1 4202496 67426 0 0 0 8142 538 0 0 25 0 1 0 133725535 283697152 66739 4089446400 4194304 7136930 140735404841728 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14937/statm: 69262 66739 393 719 0 68541 0
Current children cumulated CPU time (s) 86.8
Current children cumulated vsize (KiB) 277048

Child status: 255
Real time (s): 86.902
CPU time (s): 86.9008
CPU user time (s): 81.5046
CPU system time (s): 5.39618
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 277048

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

runsolver used 0.133979 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 20:58:06
IDJOB=2694170
IDBENCH=79233
IDSOLVER=1206
FILE ID=node120/2694170-1277924286
PBS_JOBID= 11197330
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213868--soft-0-100-0.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-2694170-1277924286/watcher-2694170-1277924286 -o /tmp/evaluation-result-2694170-1277924286/solver-2694170-1277924286 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694170-1277924286.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0635b24c475a73287c5e15439a6c459f
RANDOM SEED=992812019

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31358636 kB
Buffers:        208408 kB
Cached:         936872 kB
SwapCached:          0 kB
Active:         842688 kB
Inactive:       606460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31358636 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3192 kB
Writeback:           0 kB
AnonPages:      303404 kB
Mapped:          20644 kB
Slab:            79052 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1654860 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= 74208 MiB
End job on node120 at 2010-06-30 20:59:33