Trace number 2694096

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) 88.3066 88.3048

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-0-100-0.wbo
MD5SUMab4536de5562fd774a511a0028d74eb6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.283956
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 1230
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-2694096-1277923018.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.01
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.59/1.60	c   1.4s| 10000 |  6705 |     0 |   0.0 |8153k| 171 |   - | 371 |5552 |   0 |   0 |   0 |9500 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.89/2.92	c   2.5s| 20000 | 14354 |     0 |   0.0 |  12M| 201 |   - | 371 |5342 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.69/5.70	c   5.1s| 30000 | 18626 |     0 |   0.0 |  18M| 201 |   - | 371 |  10k|   0 |   0 |   0 |  31k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
9.49/9.53	c   8.6s| 40000 | 21534 |     0 |   0.0 |  23M| 201 |   - | 371 |  15k|   0 |   0 |   0 |  50k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
9.89/9.95	o 958
9.89/9.95	c * 9.0s| 41001 | 21816 |     0 |   0.0 |  23M| 205 |   - | 371 |  14k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 9.580000e+02 |    Inf 
10.39/10.49	c   9.4s| 50000 | 30768 |     0 |   0.0 |  22M| 205 |   - | 371 |1525 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 9.580000e+02 |    Inf 
10.49/10.51	o 646
10.49/10.51	c * 9.4s| 50384 | 31142 |     0 |   0.0 |  22M| 205 |   - | 371 |1469 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
10.89/10.98	c   9.8s| 60000 | 40706 |     0 |   0.0 |  25M| 205 |   - | 371 | 952 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
11.40/11.44	c  10.1s| 70000 | 50679 |     0 |   0.0 |  27M| 205 |   - | 371 | 860 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
11.90/11.91	c  10.4s| 80000 | 60646 |     0 |   0.0 |  30M| 205 |   - | 371 | 873 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
12.29/12.38	c  10.7s| 90000 | 70618 |     0 |   0.0 |  33M| 205 |   - | 371 | 884 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
12.79/12.84	c  10.9s|100000 | 80582 |     0 |   0.0 |  36M| 205 |   - | 371 | 882 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
13.29/13.31	c  11.2s|110000 | 90557 |     0 |   0.0 |  39M| 205 |   - | 371 | 913 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
13.69/13.78	c  11.5s|120000 |100508 |     0 |   0.0 |  42M| 205 |   - | 371 | 987 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
14.20/14.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.20/14.25	c  11.8s|130000 |110451 |     0 |   0.0 |  45M| 205 |   - | 371 |1079 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
14.69/14.72	c  12.1s|140000 |120412 |     0 |   0.0 |  48M| 205 |   - | 371 |1128 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
15.10/15.19	c  12.4s|150000 |130364 |     0 |   0.0 |  51M| 205 |   - | 371 |1196 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
16.09/16.17	c  13.2s|160000 |138396 |     0 |   0.0 |  55M| 205 |   - | 371 |4585 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
20.29/20.34	c  17.1s|170000 |140056 |     0 |   0.0 |  61M| 205 |   - | 371 |  12k|   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
25.99/26.06	c  22.5s|180000 |141166 |     0 |   0.0 |  66M| 205 |   - | 371 |  19k|   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
33.19/33.25	c  29.4s|190000 |142170 |     0 |   0.0 |  71M| 205 |   - | 371 |  24k|   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
42.49/42.51	c  38.4s|200000 |142137 |     0 |   0.0 |  73M| 205 |   - | 371 |  24k|   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
43.19/43.27	c  39.0s|210000 |152092 |     0 |   0.0 |  68M| 205 |   - | 371 |1487 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
43.69/43.76	c  39.3s|220000 |162058 |     0 |   0.0 |  71M| 205 |   - | 371 | 864 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
44.20/44.23	c  39.6s|230000 |172030 |     0 |   0.0 |  74M| 205 |   - | 371 | 768 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
44.69/44.70	c  39.9s|240000 |181994 |     0 |   0.0 |  77M| 205 |   - | 371 | 718 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
45.09/45.16	c  40.2s|250000 |191973 |     0 |   0.0 |  80M| 205 |   - | 371 | 659 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
45.59/45.62	c  40.5s|260000 |201955 |     0 |   0.0 |  82M| 205 |   - | 371 | 675 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
46.00/46.08	c  40.8s|270000 |211935 |     0 |   0.0 |  85M| 205 |   - | 371 | 659 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
46.49/46.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.49/46.54	c  41.1s|280000 |221908 |     0 |   0.0 |  88M| 205 |   - | 371 | 647 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
47.00/47.00	c  41.4s|290000 |231871 |     0 |   0.0 |  91M| 205 |   - | 371 | 654 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
47.39/47.47	c  41.7s|300000 |241836 |     0 |   0.0 |  94M| 205 |   - | 371 | 678 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
47.89/47.94	c  42.0s|310000 |251803 |     0 |   0.0 |  97M| 205 |   - | 371 | 670 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
48.40/48.40	c  42.3s|320000 |261772 |     0 |   0.0 | 100M| 205 |   - | 371 | 694 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
48.79/48.86	c  42.6s|330000 |271749 |     0 |   0.0 | 103M| 205 |   - | 371 | 709 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
49.29/49.33	c  42.9s|340000 |281720 |     0 |   0.0 | 106M| 205 |   - | 371 | 704 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
49.69/49.79	c  43.2s|350000 |291687 |     0 |   0.0 | 109M| 205 |   - | 371 | 688 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
50.19/50.25	c  43.5s|360000 |301659 |     0 |   0.0 | 111M| 205 |   - | 371 | 695 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
50.69/50.71	c  43.8s|370000 |311634 |     0 |   0.0 | 114M| 205 |   - | 371 | 706 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
51.09/51.16	c  44.1s|380000 |321617 |     0 |   0.0 | 117M| 205 |   - | 371 | 705 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
51.60/51.62	c  44.4s|390000 |331576 |     0 |   0.0 | 120M| 205 |   - | 371 | 742 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
51.99/52.08	c  44.6s|400000 |341546 |     0 |   0.0 | 123M| 205 |   - | 371 | 735 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
52.49/52.54	c  45.0s|410000 |351519 |     0 |   0.0 | 126M| 205 |   - | 371 | 719 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
52.99/53.01	c  45.2s|420000 |361479 |     0 |   0.0 | 129M| 205 |   - | 371 | 757 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
53.39/53.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.39/53.47	c  45.5s|430000 |371456 |     0 |   0.0 | 132M| 205 |   - | 371 | 735 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
53.90/53.93	c  45.8s|440000 |381435 |     0 |   0.0 | 135M| 205 |   - | 371 | 736 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
54.39/54.40	c  46.1s|450000 |391399 |     0 |   0.0 | 138M| 205 |   - | 371 | 775 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
54.80/54.87	c  46.4s|460000 |401367 |     0 |   0.0 | 141M| 205 |   - | 371 | 769 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
55.29/55.34	c  46.7s|470000 |411340 |     0 |   0.0 | 144M| 205 |   - | 371 | 773 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
55.80/55.82	c  47.0s|480000 |421304 |     0 |   0.0 | 147M| 205 |   - | 371 | 786 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
56.29/56.30	c  47.3s|490000 |431263 |     0 |   0.0 | 150M| 205 |   - | 371 | 808 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
56.69/56.77	c  47.6s|500000 |441236 |     0 |   0.0 | 153M| 205 |   - | 371 | 802 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
57.20/57.24	c  48.0s|510000 |451197 |     0 |   0.0 | 156M| 205 |   - | 371 | 843 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
57.69/57.71	c  48.3s|520000 |461174 |     0 |   0.0 | 158M| 205 |   - | 371 | 854 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
58.09/58.19	c  48.6s|530000 |471145 |     0 |   0.0 | 161M| 205 |   - | 371 | 843 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
58.59/58.66	c  48.9s|540000 |481114 |     0 |   0.0 | 164M| 205 |   - | 371 | 879 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
59.09/59.14	c  49.2s|550000 |491085 |     0 |   0.0 | 167M| 205 |   - | 371 | 886 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
59.59/59.62	c  49.5s|560000 |501036 |     0 |   0.0 | 170M| 205 |   - | 371 | 919 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
60.00/60.09	c  49.8s|570000 |511007 |     0 |   0.0 | 173M| 205 |   - | 371 | 913 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
60.50/60.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.50/60.57	c  50.1s|580000 |520953 |     0 |   0.0 | 176M| 205 |   - | 371 |1010 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
60.99/61.05	c  50.4s|590000 |530905 |     0 |   0.0 | 179M| 205 |   - | 371 |1052 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 6.460000e+02 |    Inf 
61.39/61.46	o 579
61.39/61.46	c *50.6s|598669 |539523 |     0 |   0.0 | 182M| 205 |   - | 371 |1025 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.790000e+02 |    Inf 
61.50/61.52	c  50.6s|600000 |540846 |     0 |   0.0 | 182M| 205 |   - | 371 |1010 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.790000e+02 |    Inf 
61.79/61.80	o 512
61.79/61.80	c *50.8s|605623 |546419 |     0 |   0.0 | 184M| 205 |   - | 371 |1045 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
61.99/62.01	c  51.0s|610000 |550777 |     0 |   0.0 | 185M| 205 |   - | 371 |1047 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
62.39/62.49	c  51.3s|620000 |560729 |     0 |   0.0 | 188M| 205 |   - | 371 |1039 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
62.90/62.97	c  51.6s|630000 |570684 |     0 |   0.0 | 191M| 205 |   - | 371 |1070 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
63.39/63.45	c  51.9s|640000 |580645 |     0 |   0.0 | 194M| 205 |   - | 371 |1066 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
63.90/63.93	c  52.3s|650000 |590603 |     0 |   0.0 | 197M| 205 |   - | 371 |1103 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
64.40/64.43	c  52.6s|660000 |600537 |     0 |   0.0 | 200M| 205 |   - | 371 |1131 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
64.90/64.91	c  52.9s|670000 |610488 |     0 |   0.0 | 203M| 205 |   - | 371 |1128 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
65.39/65.40	c  53.2s|680000 |620454 |     0 |   0.0 | 206M| 205 |   - | 371 |1135 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
65.79/65.90	c  53.5s|690000 |630423 |     0 |   0.0 | 209M| 205 |   - | 371 |1128 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
66.29/66.38	c  53.8s|700000 |640367 |     0 |   0.0 | 211M| 205 |   - | 371 |1154 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
66.79/66.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.79/66.87	c  54.1s|710000 |650323 |     0 |   0.0 | 214M| 205 |   - | 371 |1191 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
67.29/67.35	c  54.5s|720000 |660265 |     0 |   0.0 | 217M| 205 |   - | 371 |1249 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
67.79/67.82	c  54.8s|730000 |670240 |     0 |   0.0 | 220M| 205 |   - | 371 |1275 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
68.20/68.29	c  55.1s|740000 |680208 |     0 |   0.0 | 223M| 205 |   - | 371 |1293 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
68.69/68.79	c  55.4s|750000 |690165 |     0 |   0.0 | 226M| 205 |   - | 371 |1279 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
69.20/69.28	c  55.7s|760000 |700121 |     0 |   0.0 | 229M| 205 |   - | 371 |1284 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
69.70/69.76	c  56.0s|770000 |710068 |     0 |   0.0 | 232M| 205 |   - | 371 |1375 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
70.19/70.25	c  56.4s|780000 |720020 |     0 |   0.0 | 235M| 205 |   - | 371 |1352 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
70.69/70.75	c  56.7s|790000 |729955 |     0 |   0.0 | 238M| 205 |   - | 371 |1382 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
71.19/71.23	c  57.0s|800000 |739922 |     0 |   0.0 | 241M| 205 |   - | 371 |1401 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
71.70/71.72	c  57.4s|810000 |749871 |     0 |   0.0 | 244M| 205 |   - | 371 |1450 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
72.20/72.23	c  57.7s|820000 |759801 |     0 |   0.0 | 247M| 205 |   - | 371 |1470 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
72.69/72.73	c  58.0s|830000 |769754 |     0 |   0.0 | 250M| 205 |   - | 371 |1468 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.120000e+02 |    Inf 
73.19/73.22	o 466
73.19/73.22	c *58.3s|839898 |779581 |     0 |   0.0 | 253M| 205 |   - | 371 |1481 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
73.19/73.22	c  58.3s|840000 |779683 |     0 |   0.0 | 253M| 205 |   - | 371 |1477 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
73.70/73.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.70/73.73	c  58.7s|850000 |789646 |     0 |   0.0 | 256M| 205 |   - | 371 |1417 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
74.19/74.25	c  59.0s|860000 |799577 |     0 |   0.0 | 259M| 205 |   - | 371 |1485 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
74.70/74.75	c  59.3s|870000 |809524 |     0 |   0.0 | 262M| 205 |   - | 371 |1488 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
75.19/75.26	c  59.6s|880000 |819464 |     0 |   0.0 | 265M| 205 |   - | 371 |1542 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
75.69/75.76	c  60.0s|890000 |829416 |     0 |   0.0 | 268M| 205 |   - | 371 |1523 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
76.19/76.26	c  60.3s|900000 |839364 |     0 |   0.0 | 271M| 205 |   - | 371 |1539 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
76.70/76.75	c  60.6s|910000 |849315 |     0 |   0.0 | 274M| 205 |   - | 371 |1589 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
77.19/77.27	c  61.0s|920000 |859253 |     0 |   0.0 | 277M| 205 |   - | 371 |1590 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
77.70/77.78	c  61.4s|930000 |869197 |     0 |   0.0 | 280M| 205 |   - | 371 |1598 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
78.20/78.27	c  61.7s|940000 |879157 |     0 |   0.0 | 283M| 205 |   - | 371 |1607 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
78.69/78.79	c  62.0s|950000 |889090 |     0 |   0.0 | 286M| 205 |   - | 371 |1687 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 4.660000e+02 |    Inf 
79.29/79.33	o 121
79.29/79.33	c *62.4s|956411 |661765 |     0 |   0.0 | 217M| 205 |   - | 371 |1688 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
79.69/79.73	c  62.7s|960000 |664656 |     0 |   0.0 | 219M| 205 |   - | 371 |2345 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
80.79/80.85	c  63.6s|970000 |672908 |     0 |   0.0 | 225M| 205 |   - | 371 |3299 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
82.00/82.06	c  64.6s|980000 |681077 |     0 |   0.0 | 231M| 205 |   - | 371 |3923 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
83.29/83.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.29/83.33	c  65.7s|990000 |689200 |     0 |   0.0 | 237M| 205 |   - | 371 |4420 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
84.59/84.65	c  66.8s|  1000k|697275 |     0 |   0.0 | 243M| 205 |   - | 371 |4798 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
85.00/85.06	o 120
85.00/85.06	c *67.1s|  1003k|692107 |     0 |   0.0 | 242M| 205 |   - | 371 |4919 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 1.200000e+02 |    Inf 
85.49/85.58	o 105
85.49/85.58	c *67.6s|  1006k|627846 |     0 |   0.0 | 221M| 205 |   - | 371 |4943 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
85.99/86.08	c  68.0s|  1010k|630560 |     0 |   0.0 | 223M| 205 |   - | 371 |4988 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
86.30/86.37	o 104
86.30/86.37	c *68.2s|  1011k|629242 |     0 |   0.0 | 223M| 205 |   - | 371 |5266 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.040000e+02 |    Inf 
86.49/86.50	o 103
86.49/86.50	c *68.4s|  1012k|627464 |     0 |   0.0 | 223M| 205 |   - | 371 |5345 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.030000e+02 |    Inf 
86.90/86.97	o 102
86.90/86.97	c *68.8s|  1015k|628272 |     0 |   0.0 | 225M| 205 |   - | 371 |5464 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.020000e+02 |    Inf 
87.09/87.13	o 101
87.09/87.13	c *68.9s|  1016k|611837 |     0 |   0.0 | 220M| 205 |   - | 371 |5515 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 | 1.010000e+02 |    Inf 
87.69/87.71	c  69.4s|  1020k|614531 |     0 |   0.0 | 222M| 205 |   - | 371 |5782 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.010000e+02 |    Inf 
87.69/87.75	o 97
87.69/87.75	c *69.4s|  1020k|586170 |     0 |   0.0 | 213M| 205 |   - | 371 |5778 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
88.10/88.18	o 92
88.10/88.18	c *69.8s|  1022k|568636 |     0 |   0.0 | 207M| 205 |   - | 371 |2923 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 9.200000e+01 |    Inf 
88.19/88.21	o 90
88.19/88.21	c *69.8s|  1022k|550542 |     0 |   0.0 | 201M| 205 |   - | 371 |2927 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 9.000000e+01 |    Inf 
88.19/88.29	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
88.19/88.29	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
88.19/88.29	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
88.19/88.29	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
88.19/88.29	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
88.19/88.29	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
88.19/88.29	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
88.19/88.29	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
88.19/88.29	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
88.19/88.29	c [src/cmain.c:657] ERROR: Error <-11> in function call
88.19/88.29	c [src/cmain.c:832] ERROR: Error <-11> in function call
88.19/88.29	c [src/cmain.c:908] ERROR: Error <-11> in function call
88.19/88.29	c SCIP Error (-11): c a required plugin was not foundc 
88.19/88.29	c Time complete: 88.29.

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-2694096-1277923018/watcher-2694096-1277923018 -o /tmp/evaluation-result-2694096-1277923018/solver-2694096-1277923018 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694096-1277923018.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: 2.11 2.06 2.02 4/178 16824
/proc/meminfo: memFree=31148720/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=8252 CPUtime=0
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 1553 0 0 0 0 0 0 0 22 0 1 0 133597816 8450048 1476 4089446400 4194304 7136930 140737199884368 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16824/statm: 2063 1476 275 719 0 1342 0

[startup+0.0206729 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 16824
/proc/meminfo: memFree=31148720/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=12292 CPUtime=0.01
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 3036 0 0 0 1 0 0 0 22 0 1 0 133597816 12587008 2349 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 3073 2351 383 719 0 2352 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12292

[startup+0.100668 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 16824
/proc/meminfo: memFree=31148720/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=13824 CPUtime=0.09
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 3424 0 0 0 8 1 0 0 22 0 1 0 133597816 14155776 2737 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 3456 2737 390 719 0 2735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13824

[startup+0.300625 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 16824
/proc/meminfo: memFree=31148720/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=16336 CPUtime=0.29
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 4059 0 0 0 25 4 0 0 22 0 1 0 133597816 16728064 3372 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 4084 3372 390 719 0 3363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16336

[startup+0.700555 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 16824
/proc/meminfo: memFree=31148720/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=18984 CPUtime=0.69
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 4709 0 0 0 59 10 0 0 24 0 1 0 133597816 19439616 4022 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 4746 4022 390 719 0 4025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18984

[startup+1.50041 s]
/proc/loadavg: 2.11 2.06 2.02 3/179 16825
/proc/meminfo: memFree=31133848/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=22224 CPUtime=1.49
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 5524 0 0 0 131 18 0 0 25 0 1 0 133597816 22757376 4837 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 5556 4837 390 719 0 4835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22224

[startup+3.10113 s]
/proc/loadavg: 2.10 2.06 2.02 3/179 16826
/proc/meminfo: memFree=31128516/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=27832 CPUtime=3.09
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 6964 0 0 0 268 41 0 0 25 0 1 0 133597816 28499968 6277 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 6958 6277 390 719 0 6237 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27832

[startup+6.30057 s]
/proc/loadavg: 2.10 2.06 2.02 3/179 16826
/proc/meminfo: memFree=31119684/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=36684 CPUtime=6.29
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 9169 0 0 0 563 66 0 0 25 0 1 0 133597816 37564416 8482 4089446400 4194304 7136930 140737199884368 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 9171 8482 390 719 0 8450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36684

[startup+12.7004 s]
/proc/loadavg: 2.09 2.06 2.02 3/179 16826
/proc/meminfo: memFree=31099480/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=59752 CPUtime=12.69
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 14674 0 0 0 1086 183 0 0 25 0 1 0 133597816 61186048 13987 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 14938 13987 390 719 0 14217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59752

[startup+25.5002 s]
/proc/loadavg: 2.07 2.05 2.02 3/179 16827
/proc/meminfo: memFree=31063884/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=91408 CPUtime=25.49
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 22786 0 0 0 2199 350 0 0 25 0 1 0 133597816 93601792 22099 4089446400 4194304 7136930 140737199884368 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 22852 22099 390 719 0 22131 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91408

[startup+51.1007 s]
/proc/loadavg: 2.05 2.05 2.01 3/179 16827
/proc/meminfo: memFree=31007272/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=153384 CPUtime=51.09
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 37802 0 0 0 4404 705 0 0 25 0 1 0 133597816 157065216 37115 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 38346 37115 391 719 0 37625 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153384

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

[startup+63.9004 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 16827
/proc/meminfo: memFree=30919832/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=241964 CPUtime=63.9
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 58954 0 0 0 5224 1166 0 0 25 0 1 0 133597816 247771136 58267 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 60491 58267 391 719 0 59770 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 241964

[startup+76.7002 s]
/proc/loadavg: 2.03 2.04 2.01 3/179 16827
/proc/meminfo: memFree=30840700/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=320312 CPUtime=76.7
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 79548 0 0 0 6062 1608 0 0 25 0 1 0 133597816 327999488 78861 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 80078 78861 391 719 0 79357 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 320312

[startup+83.101 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 16828
/proc/meminfo: memFree=30811552/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=347116 CPUtime=83.09
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 86331 0 0 0 6551 1758 0 0 25 0 1 0 133597816 355446784 85644 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 86779 85644 393 719 0 86058 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 347116

[startup+86.3005 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 16828
/proc/meminfo: memFree=30801756/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=355260 CPUtime=86.3
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 88277 0 0 0 6820 1810 0 0 25 0 1 0 133597816 363786240 87590 4089446400 4194304 7136930 140737199884368 18446744073709551615 4923050 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 88815 87590 393 719 0 88094 0
Current children cumulated CPU time (s) 86.3
Current children cumulated vsize (KiB) 355260

[startup+87.1004 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 16828
/proc/meminfo: memFree=30800516/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=356092 CPUtime=87.09
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 88493 0 0 0 6888 1821 0 0 25 0 1 0 133597816 364638208 87806 4089446400 4194304 7136930 140737199884368 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 89023 87806 393 719 0 88302 0
Current children cumulated CPU time (s) 87.09
Current children cumulated vsize (KiB) 356092

[startup+87.9002 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 16828
/proc/meminfo: memFree=30798284/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=357900 CPUtime=87.9
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202496 88931 0 0 0 6958 1832 0 0 25 0 1 0 133597816 366489600 88244 4089446400 4194304 7136930 140737199884368 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16824/statm: 89475 88244 393 719 0 88754 0
Current children cumulated CPU time (s) 87.9
Current children cumulated vsize (KiB) 357900

[startup+88.3012 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 16828
/proc/meminfo: memFree=30798284/32951124 swapFree=67111528/67111528
[pid=16824] ppid=16822 vsize=0 CPUtime=88.3
/proc/16824/stat : 16824 (pbscip.linux.x8) R 16822 16824 14469 0 -1 4202500 88976 0 0 0 6991 1839 0 0 25 0 1 0 133597816 0 0 4089446400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 7 0 0 0
/proc/16824/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.3
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 88.3048
CPU time (s): 88.3066
CPU user time (s): 69.9134
CPU system time (s): 18.3932
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 358032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.9134
system time used= 18.3932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88976
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= 1
involuntary context switches= 72

runsolver used 0.141978 second user time and 0.271958 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 20:36:58
IDJOB=2694096
IDBENCH=79196
IDSOLVER=1206
FILE ID=node136/2694096-1277923018
PBS_JOBID= 11197279
Free space on /tmp= 74136 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.1111212923--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-2694096-1277923018/watcher-2694096-1277923018 -o /tmp/evaluation-result-2694096-1277923018/solver-2694096-1277923018 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694096-1277923018.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ab4536de5562fd774a511a0028d74eb6
RANDOM SEED=291461162

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31148744 kB
Buffers:        207212 kB
Cached:        1377396 kB
SwapCached:          0 kB
Active:         734204 kB
Inactive:       920832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31148744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5300 kB
Writeback:           0 kB
AnonPages:       70564 kB
Mapped:          15528 kB
Slab:            83112 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212268 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= 74136 MiB
End job on node136 at 2010-06-30 20:38:27