Trace number 2693900

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? (TO) 1802.05 1802.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.3.accl.ucl--soft-0-100-0.wbo
MD5SUM65e5bfc23cfeb9f0d41691b20b2e7f01
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 benchmark2.76158
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4622
Total number of constraints12569
Number of soft constraints12569
Number of constraints which are clauses11753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints816
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 636317
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 636316
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 130
Number of bits of the biggest sum of numbers8
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-2693900-1277932009.wbo>
0.10/0.15	c original problem has 29760 variables (17191 bin, 0 int, 0 impl, 12569 cont) and 25139 constraints
0.10/0.15	c problem read
0.10/0.15	c presolving settings loaded
0.10/0.15	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
2.08/2.16	o 636316
2.08/2.16	c feasible solution found by trivial heuristic, objective value  6.363160e+05
2.08/2.16	c presolving:
2.08/2.20	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 408 chg sides, 816 chg coeffs, 0 upgd conss, 12569 impls, 0 clqs
2.18/2.23	c (round 2) 0 del vars, 1 del conss, 12569 chg bounds, 408 chg sides, 816 chg coeffs, 0 upgd conss, 12569 impls, 0 clqs
2.48/2.53	c    (2.3s) probing: 101/17191 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.48/2.53	c    (2.3s) probing aborted: 100/100 successive totally useless probings
2.48/2.54	c presolving (3 rounds):
2.48/2.54	c  0 deleted vars, 1 deleted constraints, 12569 tightened bounds, 0 added holes, 408 changed sides, 816 changed coefficients
2.48/2.54	c  12569 implications, 0 cliques
2.48/2.54	c presolved problem has 29760 variables (17191 bin, 0 int, 0 impl, 12569 cont) and 25138 constraints
2.48/2.54	c   12569 constraints of type <indicator>
2.48/2.54	c       1 constraints of type <varbound>
2.48/2.54	c   12568 constraints of type <linear>
2.48/2.54	c transformed objective value is always integral (scale: 1)
2.48/2.54	c Presolving Time: 2.23
2.48/2.54	c - non default parameters ----------------------------------------------------------------------
2.48/2.54	c # SCIP version 1.2.1.2
2.48/2.54	c 
2.48/2.54	c # frequency for displaying node information lines
2.48/2.54	c # [type: int, range: [-1,2147483647], default: 100]
2.48/2.54	c display/freq = 10000
2.48/2.54	c 
2.48/2.54	c # maximal time in seconds to run
2.48/2.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.48/2.54	c limits/time = 1799.86
2.48/2.54	c 
2.48/2.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.48/2.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.48/2.54	c limits/memory = 3420
2.48/2.54	c 
2.48/2.54	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.48/2.54	c # [type: int, range: [-1,2147483647], default: 1]
2.48/2.54	c lp/solvefreq = -1
2.48/2.54	c 
2.48/2.54	c # should presolving try to simplify inequalities
2.48/2.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.48/2.54	c constraints/linear/simplifyinequalities = TRUE
2.48/2.54	c 
2.48/2.54	c # should presolving try to simplify knapsacks
2.48/2.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.48/2.54	c constraints/knapsack/simplifyinequalities = TRUE
2.48/2.54	c 
2.48/2.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.48/2.54	c # [type: int, range: [-1,2147483647], default: -1]
2.48/2.54	c separating/rapidlearning/freq = 0
2.48/2.54	c 
2.48/2.54	c -----------------------------------------------------------------------------------------------
2.48/2.54	c start solving
2.48/2.54	c 
2.57/2.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.57/2.61	c t 2.4s|     1 |     2 |     0 |     - |  86M|   0 |   - |  29k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
32.87/32.98	c  32.5s| 10000 | 10001 |     0 |   0.0 |  95M|9999 |   - |  29k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
74.98/75.05	c  74.3s| 20000 | 19546 |     0 |   0.0 | 105M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1301 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
129.27/129.35	c   128s| 30000 | 29513 |     0 |   0.0 | 109M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1351 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
177.37/177.44	c   176s| 40000 | 39511 |     0 |   0.0 | 113M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1353 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
227.88/227.95	c   226s| 50000 | 49500 |     0 |   0.0 | 117M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1409 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
269.48/269.53	c   268s| 60000 | 59500 |     0 |   0.0 | 121M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1409 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
316.28/316.33	c   314s| 70000 | 69500 |     0 |   0.0 | 125M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1409 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
357.88/357.93	c   356s| 80000 | 79500 |     0 |   0.0 | 128M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1409 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
401.88/401.97	c   399s| 90000 | 89500 |     0 |   0.0 | 132M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1409 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
442.48/442.52	c   440s|100000 | 99498 |     0 |   0.0 | 136M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1419 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
483.68/483.70	c   481s|110000 |109498 |     0 |   0.0 | 140M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1419 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
524.98/525.03	c   522s|120000 |119498 |     0 |   0.0 | 144M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1419 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
563.19/563.26	c   560s|130000 |129492 |     0 |   0.0 | 148M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1425 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
606.49/606.57	c   603s|140000 |139490 |     0 |   0.0 | 152M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1428 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
642.09/642.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
642.09/642.10	c   638s|150000 |149490 |     0 |   0.0 | 156M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1428 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
681.68/681.73	c   677s|160000 |159488 |     0 |   0.0 | 160M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1432 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
715.08/715.19	c   711s|170000 |169488 |     0 |   0.0 | 164M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1432 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
753.19/753.30	c   749s|180000 |179486 |     0 |   0.0 | 168M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1442 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
784.59/784.63	c   780s|190000 |189486 |     0 |   0.0 | 172M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1442 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
825.09/825.11	c   820s|200000 |199484 |     0 |   0.0 | 176M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1447 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
856.80/856.80	c   851s|210000 |209484 |     0 |   0.0 | 180M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1447 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
892.00/892.00	c   886s|220000 |219472 |     0 |   0.0 | 184M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1484 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
923.30/923.34	c   917s|230000 |229472 |     0 |   0.0 | 188M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1484 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
955.70/955.70	c   949s|240000 |239472 |     0 |   0.0 | 192M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1484 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
985.29/985.32	c   979s|250000 |249469 |     0 |   0.0 | 196M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1504 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1015.09/1015.16	c  1008s|260000 |259469 |     0 |   0.0 | 200M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1504 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1044.59/1044.62	c  1037s|270000 |269466 |     0 |   0.0 | 204M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1524 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1071.80/1071.80	c  1064s|280000 |279466 |     0 |   0.0 | 208M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1524 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1100.90/1100.99	c  1093s|290000 |289464 |     0 |   0.0 | 212M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1534 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1124.10/1124.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.10/1124.11	c  1116s|300000 |299464 |     0 |   0.0 | 216M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1534 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1151.70/1151.76	c  1143s|310000 |309464 |     0 |   0.0 | 220M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1534 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1173.00/1173.08	c  1164s|320000 |319464 |     0 |   0.0 | 224M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1534 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1201.10/1201.13	c  1192s|330000 |329464 |     0 |   0.0 | 228M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1534 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1221.90/1221.98	c  1213s|340000 |339461 |     0 |   0.0 | 233M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1554 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1247.41/1247.46	c  1238s|350000 |349461 |     0 |   0.0 | 237M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1554 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1268.60/1268.63	c  1259s|360000 |359461 |     0 |   0.0 | 241M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1554 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1291.61/1291.60	c  1282s|370000 |369453 |     0 |   0.0 | 245M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1597 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1314.41/1314.41	c  1304s|380000 |379448 |     0 |   0.0 | 249M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1621 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1334.41/1334.48	c  1324s|390000 |389448 |     0 |   0.0 | 253M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1621 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1353.21/1353.22	c  1342s|400000 |399448 |     0 |   0.0 | 257M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1621 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1370.71/1370.73	c  1360s|410000 |409448 |     0 |   0.0 | 261M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1621 |   0 | 0.000000e+00 | 6.363160e+05 |    Inf 
1382.40/1382.46	o 3732
1382.40/1382.46	c *1371s|418063 |146952 |     0 |   0.0 | 169M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1645 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1389.51/1389.51	c  1378s|420000 |148887 |     0 |   0.0 | 169M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1650 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1422.81/1422.81	c  1411s|430000 |158887 |     0 |   0.0 | 174M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1650 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1453.31/1453.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1453.31/1453.32	c  1441s|440000 |168887 |     0 |   0.0 | 180M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1650 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1479.61/1479.69	c  1467s|450000 |178887 |     0 |   0.0 | 185M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1650 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1501.80/1501.83	c  1489s|460000 |188882 |     0 |   0.0 | 191M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1680 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1521.71/1521.77	c  1509s|470000 |198876 |     0 |   0.0 | 196M|  12k|   - |  29k|  26k|   0 |   0 |   0 |1710 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1542.01/1542.05	c  1528s|480000 |208771 |     0 |   0.0 | 203M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2055 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1554.61/1554.60	c  1541s|490000 |218733 |     0 |   0.0 | 209M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2176 |   0 | 0.000000e+00 | 3.732000e+03 |    Inf 
1562.50/1562.59	o 776
1562.50/1562.59	c *1548s|496722 | 35346 |     0 |   0.0 | 129M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2246 |   0 | 0.000000e+00 | 7.760000e+02 |    Inf 
1563.61/1563.67	o 764
1563.61/1563.67	c *1550s|497468 | 35573 |     0 |   0.0 | 130M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2268 |   0 | 0.000000e+00 | 7.640000e+02 |    Inf 
1564.61/1564.65	o 676
1564.61/1564.65	c *1550s|498801 | 33996 |     0 |   0.0 | 129M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2279 |   0 | 0.000000e+00 | 6.760000e+02 |    Inf 
1565.31/1565.37	o 553
1565.31/1565.37	c *1551s|499832 | 30849 |     0 |   0.0 | 128M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2299 |   0 | 0.000000e+00 | 5.530000e+02 |    Inf 
1565.61/1565.66	c  1551s|500000 | 31017 |     0 |   0.0 | 129M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2299 |   0 | 0.000000e+00 | 5.530000e+02 |    Inf 
1565.81/1565.86	o 517
1565.81/1565.86	c *1552s|500356 | 29715 |     0 |   0.0 | 128M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2299 |   0 | 0.000000e+00 | 5.170000e+02 |    Inf 
1566.32/1566.38	o 437
1566.32/1566.38	c *1552s|501021 | 26569 |     0 |   0.0 | 127M|  12k|   - |  29k|  26k|   0 |   0 |   0 |2309 |   0 | 0.000000e+00 | 4.370000e+02 |    Inf 
1624.72/1624.78	c  1610s|510000 | 34036 |     0 |   0.0 | 161M|  12k|   - |  29k|  30k|   0 |   0 |   0 |7774 |   0 | 0.000000e+00 | 4.370000e+02 |    Inf 
1657.01/1657.08	o 436
1657.01/1657.08	c *1642s|514478 | 38045 |     0 |   0.0 | 181M|  12k|   - |  29k|  30k|   0 |   0 |   0 |8514 |   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
1699.21/1699.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1699.21/1699.20	c  1684s|520000 | 43269 |     0 |   0.0 | 213M|  12k|   - |  29k|  31k|   0 |   0 |   0 |9722 |   0 | 0.000000e+00 | 4.360000e+02 |    Inf 
1715.71/1715.77	o 435
1715.71/1715.77	c *1700s|522443 | 44738 |     0 |   0.0 | 222M|  12k|   - |  29k|  31k|   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.350000e+02 |    Inf 
1724.01/1724.02	o 434
1724.01/1724.02	c *1708s|523606 | 45479 |     0 |   0.0 | 228M|  12k|   - |  29k|  30k|   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.340000e+02 |    Inf 
1726.31/1726.35	o 433
1726.31/1726.35	c *1711s|524013 | 45662 |     0 |   0.0 | 231M|  12k|   - |  29k|  30k|   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.330000e+02 |    Inf 
1727.41/1727.46	o 432
1727.41/1727.46	c *1712s|524266 | 45732 |     0 |   0.0 | 232M|  12k|   - |  29k|  30k|   0 |   0 |   0 |  10k|   0 | 0.000000e+00 | 4.320000e+02 |    Inf 
1769.61/1769.67	c  1754s|530000 | 51120 |     0 |   0.0 | 266M|  12k|   - |  29k|  30k|   0 |   0 |   0 |  11k|   0 | 0.000000e+00 | 4.320000e+02 |    Inf 
1793.51/1793.57	o 431
1793.51/1793.57	c *1777s|533671 | 54135 |     0 |   0.0 | 282M|  12k|   - |  29k|  30k|   0 |   0 |   0 |  12k|   0 | 0.000000e+00 | 4.310000e+02 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.01	c 
1800.02/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.01	c Solving Time (sec) : 1783.68
1800.02/1800.01	c Solving Nodes      : 534511
1800.02/1800.01	c Primal Bound       : +4.31000000000000e+02 (15 solutions)
1800.02/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.01	c Gap                : infinite

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-2693900-1277932009/watcher-2693900-1277932009 -o /tmp/evaluation-result-2693900-1277932009/solver-2693900-1277932009 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693900-1277932009.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.00 2.00 2.00 3/196 17985
/proc/meminfo: memFree=30766216/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=8412 CPUtime=0
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 1552 0 0 0 0 0 0 0 23 0 1 0 134495558 8613888 1475 4089446400 4194304 7136930 140737198866464 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17985/statm: 2103 1492 275 719 0 1382 0

[startup+0.0341259 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 17985
/proc/meminfo: memFree=30766216/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=17520 CPUtime=0.03
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 3854 0 0 0 3 0 0 0 23 0 1 0 134495558 17940480 3777 4089446400 4194304 7136930 140737198866464 18446744073709551615 4384992 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17985/statm: 4445 3784 275 719 0 3724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17520

[startup+0.10111 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 17985
/proc/meminfo: memFree=30766216/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=35912 CPUtime=0.1
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 8482 0 0 0 9 1 0 0 23 0 1 0 134495558 36773888 8405 4089446400 4194304 7136930 140737198866464 18446744073709551615 5650547 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17985/statm: 8978 8405 275 719 0 8257 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 35912

[startup+0.30104 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 17985
/proc/meminfo: memFree=30766216/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=109376 CPUtime=0.29
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 26260 0 0 0 26 3 0 0 23 0 1 0 134495558 112001024 25793 4089446400 4194304 7136930 140737198866464 18446744073709551615 6350507 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17985/statm: 27344 25793 323 719 0 26623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109376

[startup+0.700964 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 17985
/proc/meminfo: memFree=30766216/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=109376 CPUtime=0.68
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 26260 0 0 0 65 3 0 0 25 0 1 0 134495558 112001024 25793 4089446400 4194304 7136930 140737198866464 18446744073709551615 6350681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17985/statm: 27344 25793 323 719 0 26623 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 109376

[startup+1.50083 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17986
/proc/meminfo: memFree=30663660/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=109376 CPUtime=1.48
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 26260 0 0 0 145 3 0 0 25 0 1 0 134495558 112001024 25793 4089446400 4194304 7136930 140737198866464 18446744073709551615 6350429 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17985/statm: 27344 25793 323 719 0 26623 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 109376

[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17986
/proc/meminfo: memFree=30662544/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=118036 CPUtime=3.08
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 29319 0 0 0 299 9 0 0 25 0 1 0 134495558 120868864 27846 4089446400 4194304 7136930 140737198866464 18446744073709551615 4414768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17985/statm: 29509 27846 401 719 0 28788 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 118036

[startup+6.30102 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17986
/proc/meminfo: memFree=30653552/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=119056 CPUtime=6.27
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 29585 0 0 0 616 11 0 0 25 0 1 0 134495558 121913344 28099 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 29764 28099 388 719 0 29043 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 119056

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17986
/proc/meminfo: memFree=30647480/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=120380 CPUtime=12.67
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 29895 0 0 0 1252 15 0 0 25 0 1 0 134495558 123269120 28407 4089446400 4194304 7136930 140737198866464 18446744073709551615 4407804 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 30095 28407 386 719 0 29374 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 120380

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17986
/proc/meminfo: memFree=30634420/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=123952 CPUtime=25.47
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 30826 0 0 0 2522 25 0 0 25 0 1 0 134495558 126926848 29338 4089446400 4194304 7136930 140737198866464 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 30988 29338 386 719 0 30267 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 123952

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17987
/proc/meminfo: memFree=30595452/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=138112 CPUtime=51.07
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 34347 0 0 0 5064 43 0 0 25 0 1 0 134495558 141426688 32848 4089446400 4194304 7136930 140737198866464 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 34528 32848 393 719 0 33807 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 138112

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17988
/proc/meminfo: memFree=30548920/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=140568 CPUtime=102.28
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 34993 0 0 0 10147 81 0 0 25 0 1 0 134495558 143941632 33494 4089446400 4194304 7136930 140737198866464 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 35142 33494 393 719 0 34421 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 140568

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17990
/proc/meminfo: memFree=30492224/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=145796 CPUtime=162.28
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 36332 0 0 0 16110 118 0 0 25 0 1 0 134495558 149295104 34833 4089446400 4194304 7136930 140737198866464 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 36449 34833 393 719 0 35728 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 145796

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 17992
/proc/meminfo: memFree=30438864/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=151772 CPUtime=222.27
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 37892 0 0 0 22077 150 0 0 25 0 1 0 134495558 155414528 36393 4089446400 4194304 7136930 140737198866464 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 37943 36393 393 719 0 37222 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 151772

[startup+282.301 s]
/proc/loadavg: 2.53 2.12 2.04 3/197 17993
/proc/meminfo: memFree=30386632/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=156020 CPUtime=282.27
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 38978 0 0 0 28050 177 0 0 25 0 1 0 134495558 159764480 37479 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 39005 37479 393 719 0 38284 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 156020

[startup+342.301 s]
/proc/loadavg: 2.19 2.10 2.03 3/197 17994
/proc/meminfo: memFree=30333040/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=163544 CPUtime=342.28
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 40406 0 0 0 34019 209 0 0 25 0 1 0 134495558 167469056 38907 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 40886 38907 393 719 0 40165 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 163544

[startup+402.301 s]
/proc/loadavg: 2.11 2.09 2.03 3/197 17996
/proc/meminfo: memFree=30282056/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=168476 CPUtime=402.28
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 41711 0 0 0 39985 243 0 0 25 0 1 0 134495558 172519424 40212 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 42119 40212 393 719 0 41398 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 168476

[startup+462.301 s]
/proc/loadavg: 2.67 2.28 2.10 3/197 17998
/proc/meminfo: memFree=30260588/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=175816 CPUtime=462.28
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 43598 0 0 0 45948 280 0 0 25 0 1 0 134495558 180035584 42099 4089446400 4194304 7136930 140737198866464 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 43954 42099 393 719 0 43233 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 175816

[startup+522.301 s]
/proc/loadavg: 2.24 2.23 2.09 3/197 18000
/proc/meminfo: memFree=30248400/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=180228 CPUtime=522.29
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 44750 0 0 0 51918 311 0 0 25 0 1 0 134495558 184553472 43251 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 45057 43251 393 719 0 44336 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 180228

[startup+582.301 s]
/proc/loadavg: 2.09 2.18 2.08 3/197 18001
/proc/meminfo: memFree=30231380/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=186316 CPUtime=582.28
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 46352 0 0 0 57880 348 0 0 25 0 1 0 134495558 190787584 44853 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 46579 44853 393 719 0 45858 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 186316

[startup+642.301 s]
/proc/loadavg: 2.40 2.25 2.11 3/197 18002
/proc/meminfo: memFree=30183368/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=192800 CPUtime=642.29
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 48037 0 0 0 63839 390 0 0 25 0 1 0 134495558 197427200 46538 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 48200 46538 393 719 0 47479 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 192800

[startup+702.301 s]

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

/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 59414 0 0 0 99560 670 0 0 25 0 1 0 134495558 246661120 57915 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 60220 57915 393 719 0 59499 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 240880

[startup+1062.3 s]
/proc/loadavg: 2.02 2.12 2.09 3/179 18266
/proc/meminfo: memFree=30806332/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=247948 CPUtime=1062.3
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 61279 0 0 0 105501 729 0 0 25 0 1 0 134495558 253898752 59780 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 61987 59780 393 719 0 61266 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 247948

[startup+1122.3 s]
/proc/loadavg: 2.01 2.10 2.08 3/179 18268
/proc/meminfo: memFree=30788672/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=256348 CPUtime=1122.29
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 63467 0 0 0 111439 790 0 0 25 0 1 0 134495558 262500352 61968 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 64087 61968 393 719 0 63366 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 256348

[startup+1182.3 s]
/proc/loadavg: 2.00 2.08 2.08 3/179 18269
/proc/meminfo: memFree=30768292/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=266888 CPUtime=1182.3
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 66162 0 0 0 117373 857 0 0 25 0 1 0 134495558 273293312 64663 4089446400 4194304 7136930 140737198866464 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 66722 64663 393 719 0 66001 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 266888

[startup+1242.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/179 18270
/proc/meminfo: memFree=30750272/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=277272 CPUtime=1242.29
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 68869 0 0 0 123298 931 0 0 25 0 1 0 134495558 283926528 67370 4089446400 4194304 7136930 140737198866464 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 69318 67370 393 719 0 68597 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 277272

[startup+1302.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/179 18272
/proc/meminfo: memFree=30730244/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=288408 CPUtime=1302.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 71779 0 0 0 129223 1008 0 0 25 0 1 0 134495558 295329792 70280 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 72102 70280 393 719 0 71381 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 288408

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/179 18274
/proc/meminfo: memFree=30708144/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=301148 CPUtime=1362.3
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 75079 0 0 0 135139 1091 0 0 25 0 1 0 134495558 308375552 73580 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 75287 73580 393 719 0 74566 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 301148

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/179 18276
/proc/meminfo: memFree=30695080/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=304040 CPUtime=1422.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 76896 0 0 0 141061 1170 0 0 25 0 1 0 134495558 311336960 74260 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 76010 74260 393 719 0 75289 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 304040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/179 18277
/proc/meminfo: memFree=30677936/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=308764 CPUtime=1482.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 78024 0 0 0 146987 1244 0 0 25 0 1 0 134495558 316174336 75388 4089446400 4194304 7136930 140737198866464 18446744073709551615 4660948 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 77191 75388 393 719 0 76470 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 308764

[startup+1542.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/179 18281
/proc/meminfo: memFree=30658140/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=316864 CPUtime=1542.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 79920 0 0 0 152883 1348 0 0 25 0 1 0 134495558 324468736 77284 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 79216 77284 393 719 0 78495 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 316864

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/179 18283
/proc/meminfo: memFree=30608640/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=358280 CPUtime=1602.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 92635 0 0 0 158765 1466 0 0 25 0 1 0 134495558 366878720 86372 4089446400 4194304 7136930 140737198866464 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 89570 86372 394 719 0 88849 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 358280

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/179 18285
/proc/meminfo: memFree=30557276/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=396572 CPUtime=1662.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 102162 0 0 0 164721 1510 0 0 25 0 1 0 134495558 406089728 95899 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 99143 95899 396 719 0 98422 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 396572

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 18287
/proc/meminfo: memFree=30485332/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=457608 CPUtime=1722.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 116675 0 0 0 170677 1554 0 0 25 0 1 0 134495558 468590592 110412 4089446400 4194304 7136930 140737198866464 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 114402 110412 396 719 0 113681 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 457608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/179 18288
/proc/meminfo: memFree=30411760/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=518216 CPUtime=1782.31
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 131454 0 0 0 176626 1605 0 0 25 0 1 0 134495558 530653184 125191 4089446400 4194304 7136930 140737198866464 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 129554 125191 396 719 0 128833 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 518216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.03 3/179 18289
/proc/meminfo: memFree=30389552/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=537976 CPUtime=1800.02
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 135885 0 0 0 178380 1622 0 0 25 0 1 0 134495558 550887424 129622 4089446400 4194304 7136930 140737198866464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17985/statm: 134494 129622 396 719 0 133773 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 537976

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17985

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 2.03 3/180 18290
/proc/meminfo: memFree=30389172/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=537976 CPUtime=1801.41
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 135975 0 0 0 178519 1622 0 0 25 0 1 0 134495558 550887424 129712 4089446400 4194304 7136930 140737198866464 18446744073709551615 4241142 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17985/statm: 134494 129712 396 719 0 133773 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 537976

[startup+1801.81 s]
/proc/loadavg: 2.00 2.01 2.03 3/180 18290
/proc/meminfo: memFree=30388800/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=537976 CPUtime=1801.82
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 135975 0 0 0 178560 1622 0 0 25 0 1 0 134495558 550887424 129712 4089446400 4194304 7136930 140737198866464 18446744073709551615 4241142 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17985/statm: 134494 129712 396 719 0 133773 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 537976

[startup+1802 s]
/proc/loadavg: 2.00 2.01 2.03 3/180 18290
/proc/meminfo: memFree=30388800/32951124 swapFree=67111528/67111528
[pid=17985] ppid=17983 vsize=537976 CPUtime=1802.02
/proc/17985/stat : 17985 (pbscip.linux.x8) R 17983 17985 17494 0 -1 4202496 135975 0 0 0 178580 1622 0 0 25 0 1 0 134495558 550887424 129712 4089446400 4194304 7136930 140737198866464 18446744073709551615 4241136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17985/statm: 134494 129712 396 719 0 133773 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 537976

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.05
CPU user time (s): 1785.81
CPU system time (s): 16.2395
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 537976

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

runsolver used 2.92755 second user time and 5.76412 second system time

The end

Launcher Data

Begin job on node144 at 2010-06-30 23:06:50
IDJOB=2693900
IDBENCH=79332
IDSOLVER=1206
FILE ID=node144/2693900-1277932009
PBS_JOBID= 11197371
Free space on /tmp= 74176 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.3.accl.ucl--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-2693900-1277932009/watcher-2693900-1277932009 -o /tmp/evaluation-result-2693900-1277932009/solver-2693900-1277932009 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693900-1277932009.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 65e5bfc23cfeb9f0d41691b20b2e7f01
RANDOM SEED=218010613

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30766992 kB
Buffers:        217108 kB
Cached:        1257684 kB
SwapCached:          0 kB
Active:        1076736 kB
Inactive:       958876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30766992 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3580 kB
Writeback:           0 kB
AnonPages:      561020 kB
Mapped:          20324 kB
Slab:            81980 kB
PageTables:       6512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1661300 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= 74168 MiB
End job on node144 at 2010-06-30 23:36:52