Trace number 2694118

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) 100.732 100.742

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-0-100-0.wbo
MD5SUM2aecdb7c21b6040137fec95add861f35
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.192969
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 1270
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-2694118-1277923467.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.58	c   1.5s| 10000 |  6691 |     0 |   0.0 |8007k| 175 |   - | 371 |5682 |   0 |   0 |   0 |9247 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.79/2.84	c   2.7s| 20000 | 14641 |     0 |   0.0 |  11M| 213 |   - | 371 |5266 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.79/5.82	c   5.6s| 30000 | 18544 |     0 |   0.0 |  18M| 213 |   - | 371 |  10k|   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
10.28/10.31	c  10.0s| 40000 | 20536 |     0 |   0.0 |  23M| 213 |   - | 371 |  15k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
10.59/10.61	o 863
10.59/10.61	c *10.3s| 41345 | 21480 |     0 |   0.0 |  23M| 213 |   - | 371 |  14k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.630000e+02 |    Inf 
10.59/10.63	o 660
10.59/10.63	c *10.3s| 41475 | 21559 |     0 |   0.0 |  23M| 213 |   - | 371 |  14k|   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
11.10/11.19	c  10.9s| 50000 | 30063 |     0 |   0.0 |  21M| 213 |   - | 371 |1065 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
11.69/11.73	c  11.3s| 60000 | 40026 |     0 |   0.0 |  24M| 213 |   - | 371 | 840 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
12.19/12.27	c  11.8s| 70000 | 49972 |     0 |   0.0 |  27M| 213 |   - | 371 | 796 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
12.79/12.80	c  12.3s| 80000 | 59950 |     0 |   0.0 |  30M| 213 |   - | 371 | 803 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
13.29/13.34	c  12.8s| 90000 | 69898 |     0 |   0.0 |  33M| 213 |   - | 371 | 839 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
13.79/13.88	c  13.2s|100000 | 79855 |     0 |   0.0 |  36M| 213 |   - | 371 | 886 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
14.40/14.41	c  13.7s|110000 | 89826 |     0 |   0.0 |  39M| 213 |   - | 371 | 912 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
14.89/14.95	c  14.2s|120000 | 99752 |     0 |   0.0 |  42M| 213 |   - | 371 |1073 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
15.49/15.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.49/15.51	c  14.7s|130000 |109665 |     0 |   0.0 |  46M| 213 |   - | 371 |1244 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
15.98/16.07	c  15.2s|140000 |119586 |     0 |   0.0 |  49M| 213 |   - | 371 |1150 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
18.69/18.79	c  17.9s|150000 |124095 |     0 |   0.0 |  55M| 213 |   - | 371 |9656 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
24.19/24.23	c  23.2s|160000 |126048 |     0 |   0.0 |  60M| 213 |   - | 371 |  16k|   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
31.29/31.39	c  30.3s|170000 |127541 |     0 |   0.0 |  64M| 213 |   - | 371 |  22k|   0 |   0 |   0 | 111k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
40.79/40.86	c  39.6s|180000 |127753 |     0 |   0.0 |  66M| 213 |   - | 371 |  25k|   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
41.58/41.68	c  40.4s|190000 |137737 |     0 |   0.0 |  62M| 213 |   - | 371 |1874 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
42.19/42.23	c  40.9s|200000 |147709 |     0 |   0.0 |  65M| 213 |   - | 371 |1179 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
42.69/42.75	c  41.4s|210000 |157686 |     0 |   0.0 |  67M| 213 |   - | 371 |1043 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.600000e+02 |    Inf 
42.79/42.90	o 628
42.79/42.90	c *41.5s|212891 |160566 |     0 |   0.0 |  68M| 213 |   - | 371 |1007 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
43.18/43.27	c  41.9s|220000 |167646 |     0 |   0.0 |  70M| 213 |   - | 371 | 980 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
43.69/43.79	c  42.3s|230000 |177626 |     0 |   0.0 |  73M| 213 |   - | 371 | 956 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
44.28/44.33	c  42.8s|240000 |187568 |     0 |   0.0 |  76M| 213 |   - | 371 | 958 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
44.79/44.87	c  43.3s|250000 |197517 |     0 |   0.0 |  79M| 213 |   - | 371 | 954 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
45.29/45.39	c  43.7s|260000 |207502 |     0 |   0.0 |  82M| 213 |   - | 371 | 920 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
45.89/45.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.89/45.92	c  44.2s|270000 |217470 |     0 |   0.0 |  85M| 213 |   - | 371 | 935 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
46.38/46.44	c  44.7s|280000 |227448 |     0 |   0.0 |  88M| 213 |   - | 371 | 932 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
46.89/46.97	c  45.1s|290000 |237416 |     0 |   0.0 |  90M| 213 |   - | 371 | 928 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
47.40/47.49	c  45.6s|300000 |247388 |     0 |   0.0 |  93M| 213 |   - | 371 | 936 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
47.99/48.00	c  46.0s|310000 |257364 |     0 |   0.0 |  96M| 213 |   - | 371 | 952 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
48.49/48.53	c  46.5s|320000 |267317 |     0 |   0.0 |  99M| 213 |   - | 371 | 980 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
48.99/49.04	c  47.0s|330000 |277280 |     0 |   0.0 | 102M| 213 |   - | 371 | 972 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
49.49/49.54	c  47.4s|340000 |287261 |     0 |   0.0 | 105M| 213 |   - | 371 | 948 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
49.99/50.04	c  47.9s|350000 |297239 |     0 |   0.0 | 108M| 213 |   - | 371 | 955 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
50.49/50.55	c  48.3s|360000 |307200 |     0 |   0.0 | 111M| 213 |   - | 371 | 987 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
50.99/51.07	c  48.8s|370000 |317167 |     0 |   0.0 | 114M| 213 |   - | 371 | 985 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 6.280000e+02 |    Inf 
51.09/51.12	o 320
51.09/51.12	c *48.8s|370856 |317193 |     0 |   0.0 | 114M| 213 |   - | 371 | 990 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
51.59/51.60	c  49.3s|380000 |326296 |     0 |   0.0 | 116M| 213 |   - | 371 |1021 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
52.08/52.15	c  49.8s|390000 |336262 |     0 |   0.0 | 119M| 213 |   - | 371 |1028 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
52.59/52.69	c  50.3s|400000 |346228 |     0 |   0.0 | 122M| 213 |   - | 371 |1046 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
53.19/53.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.19/53.24	c  50.8s|410000 |356181 |     0 |   0.0 | 125M| 213 |   - | 371 |1082 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
53.69/53.79	c  51.2s|420000 |366128 |     0 |   0.0 | 128M| 213 |   - | 371 |1092 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
54.29/54.34	c  51.8s|430000 |376075 |     0 |   0.0 | 131M| 213 |   - | 371 |1137 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
54.79/54.88	c  52.2s|440000 |386028 |     0 |   0.0 | 134M| 213 |   - | 371 |1156 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
55.39/55.42	c  52.7s|450000 |395967 |     0 |   0.0 | 137M| 213 |   - | 371 |1205 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
55.89/55.97	c  53.2s|460000 |405839 |     0 |   0.0 | 140M| 213 |   - | 371 |1298 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
56.49/56.57	c  53.7s|470000 |415623 |     0 |   0.0 | 143M| 213 |   - | 371 |1419 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
57.09/57.16	c  54.3s|480000 |425480 |     0 |   0.0 | 146M| 213 |   - | 371 |1505 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
57.69/57.75	c  54.8s|490000 |435347 |     0 |   0.0 | 149M| 213 |   - | 371 |1590 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
58.29/58.33	c  55.3s|500000 |445277 |     0 |   0.0 | 152M| 213 |   - | 371 |1538 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
58.89/58.90	c  55.9s|510000 |455235 |     0 |   0.0 | 155M| 213 |   - | 371 |1502 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
59.39/59.49	c  56.4s|520000 |465089 |     0 |   0.0 | 158M| 213 |   - | 371 |1639 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
59.99/60.08	c  56.9s|530000 |474970 |     0 |   0.0 | 161M| 213 |   - | 371 |1682 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
60.60/60.69	c  57.5s|540000 |484820 |     0 |   0.0 | 164M| 213 |   - | 371 |1739 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
61.29/61.31	c  58.0s|550000 |494630 |     0 |   0.0 | 167M| 213 |   - | 371 |1824 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
61.89/61.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.89/61.90	c  58.6s|560000 |504474 |     0 |   0.0 | 170M| 213 |   - | 371 |1844 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
62.39/62.49	c  59.1s|570000 |514307 |     0 |   0.0 | 173M| 213 |   - | 371 |1951 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
62.99/63.06	c  59.6s|580000 |524251 |     0 |   0.0 | 176M| 213 |   - | 371 |1884 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
63.59/63.67	c  60.2s|590000 |534064 |     0 |   0.0 | 179M| 213 |   - | 371 |2010 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
64.29/64.30	c  60.8s|600000 |543828 |     0 |   0.0 | 182M| 213 |   - | 371 |2156 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
64.89/64.91	c  61.3s|610000 |553664 |     0 |   0.0 | 185M| 213 |   - | 371 |2179 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
65.48/65.56	c  61.9s|620000 |563401 |     0 |   0.0 | 189M| 213 |   - | 371 |2312 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
66.19/66.21	c  62.5s|630000 |573109 |     0 |   0.0 | 192M| 213 |   - | 371 |2368 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.200000e+02 |    Inf 
66.69/66.78	o 309
66.69/66.78	c *63.0s|639089 |581908 |     0 |   0.0 | 194M| 213 |   - | 371 |2360 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
66.78/66.85	c  63.0s|640000 |582764 |     0 |   0.0 | 195M| 213 |   - | 371 |2422 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
67.49/67.50	c  63.6s|650000 |592449 |     0 |   0.0 | 198M| 213 |   - | 371 |2542 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
68.09/68.19	c  64.3s|660000 |602054 |     0 |   0.0 | 201M| 213 |   - | 371 |2735 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
68.78/68.83	c  64.8s|670000 |611824 |     0 |   0.0 | 204M| 213 |   - | 371 |2745 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
69.29/69.40	c  65.4s|680000 |621764 |     0 |   0.0 | 207M| 213 |   - | 371 |2714 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
69.99/70.03	c  65.9s|690000 |631532 |     0 |   0.0 | 210M| 213 |   - | 371 |2882 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
70.59/70.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.59/70.68	c  66.5s|700000 |641213 |     0 |   0.0 | 214M| 213 |   - | 371 |3071 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
71.29/71.39	c  67.2s|710000 |650805 |     0 |   0.0 | 217M| 213 |   - | 371 |3098 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
71.98/72.08	c  67.8s|720000 |660427 |     0 |   0.0 | 220M| 213 |   - | 371 |3267 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
72.78/72.82	c  68.5s|730000 |669939 |     0 |   0.0 | 224M| 213 |   - | 371 |3552 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
73.49/73.52	c  69.2s|740000 |679590 |     0 |   0.0 | 227M| 213 |   - | 371 |3556 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
74.19/74.23	c  69.8s|750000 |689202 |     0 |   0.0 | 230M| 213 |   - | 371 |3702 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
74.90/74.99	c  70.5s|760000 |698752 |     0 |   0.0 | 234M| 213 |   - | 371 |3740 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
75.59/75.64	c  71.1s|770000 |708543 |     0 |   0.0 | 237M| 213 |   - | 371 |3825 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
76.29/76.32	c  71.7s|780000 |718243 |     0 |   0.0 | 240M| 213 |   - | 371 |3924 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
76.99/77.01	c  72.4s|790000 |727971 |     0 |   0.0 | 244M| 213 |   - | 371 |3940 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
77.69/77.75	c  73.0s|800000 |737571 |     0 |   0.0 | 247M| 213 |   - | 371 |4044 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
78.39/78.45	c  73.7s|810000 |747256 |     0 |   0.0 | 251M| 213 |   - | 371 |4180 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
79.08/79.18	c  74.4s|820000 |756856 |     0 |   0.0 | 254M| 213 |   - | 371 |4500 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
79.89/79.99	c  75.1s|830000 |766305 |     0 |   0.0 | 258M| 213 |   - | 371 |4726 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
80.69/80.74	c  75.8s|840000 |775909 |     0 |   0.0 | 261M| 213 |   - | 371 |4718 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
81.49/81.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.49/81.52	c  76.5s|850000 |785436 |     0 |   0.0 | 265M| 213 |   - | 371 |4837 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
82.08/82.18	c  77.2s|860000 |795211 |     0 |   0.0 | 268M| 213 |   - | 371 |4809 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 3.090000e+02 |    Inf 
82.59/82.67	o 284
82.59/82.67	c *77.6s|866663 |800239 |     0 |   0.0 | 269M| 213 |   - | 371 |4832 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
82.89/82.95	c  77.8s|870000 |803357 |     0 |   0.0 | 270M| 213 |   - | 371 |4969 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
83.69/83.71	c  78.5s|880000 |813012 |     0 |   0.0 | 274M| 213 |   - | 371 |5080 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
84.39/84.42	c  79.2s|890000 |822765 |     0 |   0.0 | 277M| 213 |   - | 371 |5155 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
85.18/85.21	c  79.9s|900000 |832324 |     0 |   0.0 | 281M| 213 |   - | 371 |5264 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
85.98/86.07	c  80.7s|910000 |841644 |     0 |   0.0 | 284M| 213 |   - | 371 |5574 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
86.78/86.89	c  81.5s|920000 |851141 |     0 |   0.0 | 288M| 213 |   - | 371 |5657 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
87.68/87.76	c  82.3s|930000 |860571 |     0 |   0.0 | 292M| 213 |   - | 371 |5768 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
88.49/88.51	c  82.9s|940000 |870162 |     0 |   0.0 | 295M| 213 |   - | 371 |5946 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
89.20/89.29	c  83.5s|950000 |879633 |     0 |   0.0 | 299M| 213 |   - | 371 |5935 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
89.99/90.04	c  84.1s|960000 |889162 |     0 |   0.0 | 302M| 213 |   - | 371 |6087 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
90.68/90.78	c  84.6s|970000 |898689 |     0 |   0.0 | 306M| 213 |   - | 371 |6179 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
91.49/91.52	c  85.1s|980000 |908284 |     0 |   0.0 | 310M| 213 |   - | 371 |6297 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
92.19/92.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.19/92.26	c  85.6s|990000 |917875 |     0 |   0.0 | 313M| 213 |   - | 371 |6469 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
93.08/93.15	c  86.3s|  1000k|927122 |     0 |   0.0 | 317M| 213 |   - | 371 |6697 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
93.98/94.00	c  86.9s|  1010k|936503 |     0 |   0.0 | 321M| 213 |   - | 371 |6824 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
94.78/94.83	c  87.5s|  1020k|945937 |     0 |   0.0 | 325M| 213 |   - | 371 |7015 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
95.58/95.64	c  88.1s|  1030k|955404 |     0 |   0.0 | 329M| 213 |   - | 371 |7123 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 2.840000e+02 |    Inf 
95.58/95.66	o 282
95.58/95.66	c *88.2s|  1030k|955258 |     0 |   0.0 | 329M| 213 |   - | 371 |7132 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 2.820000e+02 |    Inf 
96.48/96.51	o 270
96.48/96.51	c *88.8s|  1039k|961895 |     0 |   0.0 | 332M| 213 |   - | 371 |7318 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 2.700000e+02 |    Inf 
96.48/96.56	c  88.8s|  1040k|962386 |     0 |   0.0 | 332M| 213 |   - | 371 |7311 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 2.700000e+02 |    Inf 
97.48/97.50	c  89.6s|  1050k|971596 |     0 |   0.0 | 336M| 213 |   - | 371 |7544 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 | 2.700000e+02 |    Inf 
98.38/98.45	c  90.3s|  1060k|980771 |     0 |   0.0 | 340M| 213 |   - | 371 |7752 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 | 2.700000e+02 |    Inf 
99.38/99.42	c  91.0s|  1070k|989821 |     0 |   0.0 | 345M| 213 |   - | 371 |7976 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 2.700000e+02 |    Inf 
100.08/100.12	o 261
100.08/100.12	c *91.6s|  1076k|994062 |     0 |   0.0 | 346M| 213 |   - | 371 |8126 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
100.38/100.47	c  91.9s|  1080k|996960 |     0 |   0.0 | 348M| 213 |   - | 371 |8203 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 2.610000e+02 |    Inf 
100.68/100.72	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
100.68/100.72	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
100.68/100.72	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
100.68/100.72	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
100.68/100.72	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
100.68/100.72	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
100.68/100.72	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
100.68/100.72	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
100.68/100.72	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
100.68/100.72	c [src/cmain.c:657] ERROR: Error <-11> in function call
100.68/100.72	c [src/cmain.c:832] ERROR: Error <-11> in function call
100.68/100.72	c [src/cmain.c:908] ERROR: Error <-11> in function call
100.68/100.72	c SCIP Error (-11): c a required plugin was not foundc 
100.68/100.72	c Time complete: 100.7.

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-2694118-1277923467/watcher-2694118-1277923467 -o /tmp/evaluation-result-2694118-1277923467/solver-2694118-1277923467 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694118-1277923467.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.16 2.03 2.01 3/178 13752
/proc/meminfo: memFree=27796388/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=8252 CPUtime=0
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 1553 0 0 0 0 0 0 0 25 0 1 0 133644368 8450048 1476 4089446400 4194304 7136930 140734054668544 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/13752/statm: 2063 1476 275 719 0 1342 0

[startup+0.103159 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 13752
/proc/meminfo: memFree=27796388/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=13880 CPUtime=0.1
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 3434 0 0 0 9 1 0 0 18 0 1 0 133644368 14213120 2747 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13752/statm: 3470 2747 390 719 0 2749 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13880

[startup+0.201137 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 13752
/proc/meminfo: memFree=27796388/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=15208 CPUtime=0.19
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 3761 0 0 0 18 1 0 0 18 0 1 0 133644368 15572992 3074 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13752/statm: 3802 3074 390 719 0 3081 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15208

[startup+0.301121 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 13752
/proc/meminfo: memFree=27796388/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=16284 CPUtime=0.29
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 4054 0 0 0 27 2 0 0 18 0 1 0 133644368 16674816 3367 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13752/statm: 4071 3367 390 719 0 3350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16284

[startup+0.701047 s]
/proc/loadavg: 2.16 2.03 2.01 3/178 13752
/proc/meminfo: memFree=27796388/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=18820 CPUtime=0.69
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 4703 0 0 0 65 4 0 0 18 0 1 0 133644368 19271680 4016 4089446400 4194304 7136930 140734054668544 18446744073709551615 4977981 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13752/statm: 4705 4016 390 719 0 3984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18820

[startup+1.5009 s]
/proc/loadavg: 2.16 2.03 2.01 3/179 13753
/proc/meminfo: memFree=27771276/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=21512 CPUtime=1.49
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 5369 0 0 0 143 6 0 0 19 0 1 0 133644368 22028288 4682 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13752/statm: 5378 4682 390 719 0 4657 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21512

[startup+3.10061 s]
/proc/loadavg: 2.16 2.03 2.01 3/179 13753
/proc/meminfo: memFree=27758504/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=27540 CPUtime=3.09
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 6894 0 0 0 297 12 0 0 25 0 1 0 133644368 28200960 6207 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13752/statm: 6885 6207 390 719 0 6164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27540

[startup+6.30103 s]
/proc/loadavg: 2.15 2.03 2.01 3/179 13753
/proc/meminfo: memFree=27728760/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=35996 CPUtime=6.29
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 9003 0 0 0 609 20 0 0 25 0 1 0 133644368 36859904 8316 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13752/statm: 8999 8316 390 719 0 8278 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35996

[startup+12.7009 s]
/proc/loadavg: 2.14 2.03 2.01 3/179 13754
/proc/meminfo: memFree=27686732/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=52716 CPUtime=12.69
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 13352 0 0 0 1219 50 0 0 25 0 1 0 133644368 53981184 12643 4089446400 4194304 7136930 140734054668544 18446744073709551615 5892349 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13752/statm: 13179 12643 390 719 0 12458 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52716

[startup+25.5006 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 13754
/proc/meminfo: memFree=27608644/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=85540 CPUtime=25.49
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 21262 0 0 0 2446 103 0 0 25 0 1 0 133644368 87592960 20553 4089446400 4194304 7136930 140734054668544 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13752/statm: 21385 20553 390 719 0 20664 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85540

[startup+51.1009 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 13754
/proc/meminfo: memFree=27411660/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=150636 CPUtime=51.09
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 37212 0 0 0 4881 228 0 0 25 0 1 0 133644368 154251264 36503 4089446400 4194304 7136930 140734054668544 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13752/statm: 37659 36503 391 719 0 36938 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150636

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

[startup+51.2009 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 13754
/proc/meminfo: memFree=27411660/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=151152 CPUtime=51.19
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 37345 0 0 0 4891 228 0 0 25 0 1 0 133644368 154779648 36636 4089446400 4194304 7136930 140734054668544 18446744073709551615 4465690 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13752/statm: 37788 36636 391 719 0 37067 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 151152

[startup+76.8002 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 13755
/proc/meminfo: memFree=27133748/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=287764 CPUtime=76.79
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 70991 0 0 0 7217 462 0 0 25 0 1 0 133644368 294670336 70282 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13752/statm: 71941 70282 391 719 0 71220 0
Current children cumulated CPU time (s) 76.79
Current children cumulated vsize (KiB) 287764

[startup+89.6009 s]
/proc/loadavg: 1.95 2.01 1.99 2/198 13805
/proc/meminfo: memFree=30892936/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=348780 CPUtime=89.59
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 86848 0 0 0 8375 584 0 0 25 0 1 0 133644368 357150720 86139 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/13752/statm: 87195 86139 391 719 0 86474 0
Current children cumulated CPU time (s) 89.59
Current children cumulated vsize (KiB) 348780

[startup+96.0008 s]
/proc/loadavg: 1.88 1.99 1.99 2/198 13819
/proc/meminfo: memFree=30795328/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=382008 CPUtime=95.98
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 95376 0 0 0 8841 757 0 0 25 0 1 0 133644368 391176192 94667 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13752/statm: 95502 94667 391 719 0 94781 0
Current children cumulated CPU time (s) 95.98
Current children cumulated vsize (KiB) 382008

[startup+99.2002 s]
/proc/loadavg: 1.88 1.99 1.99 2/198 13825
/proc/meminfo: memFree=30716080/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=411320 CPUtime=99.18
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 98712 0 0 0 9088 830 0 0 25 0 1 0 133644368 421191680 98003 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13752/statm: 102830 98003 391 719 0 102109 0
Current children cumulated CPU time (s) 99.18
Current children cumulated vsize (KiB) 411320

[startup+100.001 s]
/proc/loadavg: 1.88 1.99 1.99 2/198 13825
/proc/meminfo: memFree=30716080/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=415652 CPUtime=99.98
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 99786 0 0 0 9149 849 0 0 25 0 1 0 133644368 425627648 99077 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13752/statm: 103913 99077 391 719 0 103192 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 415652

[startup+100.401 s]
/proc/loadavg: 1.81 1.97 1.98 2/198 13827
/proc/meminfo: memFree=30710748/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=416584 CPUtime=100.38
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 100022 0 0 0 9182 856 0 0 25 0 1 0 133644368 426582016 99313 4089446400 4194304 7136930 140734054668544 18446744073709551615 4660637 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13752/statm: 104146 99313 391 719 0 103425 0
Current children cumulated CPU time (s) 100.38
Current children cumulated vsize (KiB) 416584

[startup+100.601 s]
/proc/loadavg: 1.81 1.97 1.98 2/198 13827
/proc/meminfo: memFree=30710748/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=416584 CPUtime=100.58
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 100043 0 0 0 9198 860 0 0 25 0 1 0 133644368 426582016 99334 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13752/statm: 104146 99334 391 719 0 103425 0
Current children cumulated CPU time (s) 100.58
Current children cumulated vsize (KiB) 416584

[startup+100.701 s]
/proc/loadavg: 1.81 1.97 1.98 2/198 13827
/proc/meminfo: memFree=30710748/32951124 swapFree=67111528/67111528
[pid=13752] ppid=13750 vsize=416972 CPUtime=100.68
/proc/13752/stat : 13752 (pbscip.linux.x8) R 13750 13752 12608 0 -1 4202496 100143 0 0 0 9206 862 0 0 25 0 1 0 133644368 426979328 99434 4089446400 4194304 7136930 140734054668544 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13752/statm: 104243 99434 391 719 0 103522 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 416972

Child status: 255
Real time (s): 100.742
CPU time (s): 100.732
CPU user time (s): 92.089
CPU system time (s): 8.64269
CPU usage (%): 99.9898
Max. virtual memory (cumulated for all children) (KiB): 416972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.089
system time used= 8.64269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100197
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= 4
involuntary context switches= 525

runsolver used 0.133979 second user time and 0.338948 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 20:44:27
IDJOB=2694118
IDBENCH=79207
IDSOLVER=1206
FILE ID=node106/2694118-1277923467
PBS_JOBID= 11197332
Free space on /tmp= 74208 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.1111226368--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-2694118-1277923467/watcher-2694118-1277923467 -o /tmp/evaluation-result-2694118-1277923467/solver-2694118-1277923467 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694118-1277923467.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2aecdb7c21b6040137fec95add861f35
RANDOM SEED=638403374

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27796784 kB
Buffers:        207448 kB
Cached:        1276224 kB
SwapCached:          0 kB
Active:        3960304 kB
Inactive:      1043256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27796784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3260 kB
Writeback:           0 kB
AnonPages:     3520256 kB
Mapped:          15148 kB
Slab:            79752 kB
PageTables:      11540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3664356 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 node106 at 2010-06-30 20:46:08