Trace number 2663874

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)0 1800.77 1801.4

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_3.opb
MD5SUM68d7f052f18638860d9232a7f3ed2053
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-106
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

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-2663874-1276669701.opb>
0.09/0.10	c original problem has 7316 variables (7316 bin, 0 int, 0 impl, 0 cont) and 7817 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.11	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.19/0.21	o 0
0.19/0.21	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.21	c presolving:
0.49/0.52	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1500 upgd conss, 51528 impls, 1000 clqs
1.00/1.05	c    (0.8s) probing: 101/7316 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.05	c    (0.8s) probing aborted: 100/100 successive totally useless probings
1.00/1.05	c presolving (2 rounds):
1.00/1.05	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.05	c  51528 implications, 1000 cliques
1.00/1.05	c presolved problem has 7316 variables (7316 bin, 0 int, 0 impl, 0 cont) and 7817 constraints
1.00/1.05	c    1000 constraints of type <setppc>
1.00/1.05	c    6316 constraints of type <and>
1.00/1.05	c       1 constraints of type <linear>
1.00/1.05	c     500 constraints of type <logicor>
1.00/1.05	c transformed objective value is always integral (scale: 1)
1.00/1.05	c Presolving Time: 0.71
1.00/1.05	c - non default parameters ----------------------------------------------------------------------
1.00/1.05	c # SCIP version 1.2.1.2
1.00/1.05	c 
1.00/1.05	c # frequency for displaying node information lines
1.00/1.05	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.05	c display/freq = 10000
1.00/1.05	c 
1.00/1.05	c # maximal time in seconds to run
1.00/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.05	c limits/time = 1799.91
1.00/1.05	c 
1.00/1.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.05	c limits/memory = 1620
1.00/1.05	c 
1.00/1.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.00/1.05	c # [type: int, range: [-1,2147483647], default: 1]
1.00/1.05	c lp/solvefreq = -1
1.00/1.05	c 
1.00/1.05	c # should presolving try to simplify inequalities
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/linear/simplifyinequalities = TRUE
1.00/1.05	c 
1.00/1.05	c # should presolving try to simplify knapsacks
1.00/1.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.05	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.05	c 
1.00/1.05	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.00/1.05	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.05	c heuristics/undercover/freq = 0
1.00/1.05	c 
1.00/1.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.05	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.05	c separating/rapidlearning/freq = 0
1.00/1.05	c 
1.00/1.05	c -----------------------------------------------------------------------------------------------
1.00/1.05	c start solving
1.00/1.06	c 
1.00/1.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.00/1.08	c t 0.8s|     1 |     2 |     0 |     - |  20M|   0 |   - |7316 |7817 |   0 |   0 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
71.87/71.96	c  71.2s| 10000 |  9907 |     0 |   0.0 |  32M| 617 |   - |7316 |7857 |   0 |   0 |   0 |  82 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
144.44/144.54	c   143s| 20000 | 19802 |     0 |   0.0 |  42M| 617 |   - |7316 |7889 |   0 |   0 |   0 | 256 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
212.32/212.41	c   211s| 30000 | 29665 |     0 |   0.0 |  52M| 617 |   - |7316 |7925 |   0 |   0 |   0 | 456 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
274.00/274.10	c   272s| 40000 | 39518 |     0 |   0.0 |  62M| 617 |   - |7316 |7954 |   0 |   0 |   0 | 549 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
337.37/337.56	c   335s| 50000 | 49233 |     0 |   0.0 |  71M| 617 |   - |7316 |8003 |   0 |   0 |   0 | 695 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
408.65/408.85	c   406s| 60000 | 59233 |     0 |   0.0 |  81M| 617 |   - |7316 |7997 |   0 |   0 |   0 | 695 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
477.52/477.72	c   475s| 70000 | 69233 |     0 |   0.0 |  91M| 617 |   - |7316 |7977 |   0 |   0 |   0 | 695 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
547.99/548.24	c   545s| 80000 | 79231 |     0 |   0.0 | 101M| 617 |   - |7316 |7910 |   0 |   0 |   0 | 696 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
616.97/617.27	c   613s| 90000 | 89229 |     0 |   0.0 | 111M| 617 |   - |7316 |7834 |   0 |   0 |   0 | 697 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
686.55/686.83	c   682s|100000 | 99223 |     0 |   0.0 | 121M| 617 |   - |7316 |7834 |   0 |   0 |   0 | 698 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
756.93/757.22	c   752s|110000 |109219 |     0 |   0.0 | 131M| 617 |   - |7316 |7833 |   0 |   0 |   0 | 698 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
826.90/827.21	c   822s|120000 |119214 |     0 |   0.0 | 141M| 617 |   - |7316 |7834 |   0 |   0 |   0 | 699 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
894.68/895.06	c   890s|130000 |129202 |     0 |   0.0 | 151M| 617 |   - |7316 |7835 |   0 |   0 |   0 | 701 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
962.86/963.27	c   957s|140000 |139200 |     0 |   0.0 | 161M| 617 |   - |7316 |7835 |   0 |   0 |   0 | 701 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1031.13/1031.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1031.13/1031.51	c  1025s|150000 |149191 |     0 |   0.0 | 171M| 617 |   - |7316 |7835 |   0 |   0 |   0 | 702 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1099.41/1099.82	c  1093s|160000 |159190 |     0 |   0.0 | 182M| 617 |   - |7316 |7834 |   0 |   0 |   0 | 702 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1167.09/1167.55	c  1161s|170000 |169187 |     0 |   0.0 | 192M| 617 |   - |7316 |7832 |   0 |   0 |   0 | 702 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1235.65/1236.10	c  1229s|180000 |179181 |     0 |   0.0 | 202M| 617 |   - |7316 |7833 |   0 |   0 |   0 | 704 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1303.04/1303.54	c  1296s|190000 |189180 |     0 |   0.0 | 212M| 617 |   - |7316 |7832 |   0 |   0 |   0 | 704 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1371.41/1371.99	c  1364s|200000 |199168 |     0 |   0.0 | 222M| 617 |   - |7316 |7834 |   0 |   0 |   0 | 707 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1441.38/1441.91	c  1433s|210000 |209164 |     0 |   0.0 | 232M| 617 |   - |7316 |7834 |   0 |   0 |   0 | 707 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1509.86/1510.46	c  1502s|220000 |219159 |     0 |   0.0 | 242M| 617 |   - |7316 |7835 |   0 |   0 |   0 | 708 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1578.74/1579.35	c  1570s|230000 |229148 |     0 |   0.0 | 253M| 617 |   - |7316 |7839 |   0 |   0 |   0 | 713 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1646.41/1647.03	c  1637s|240000 |239144 |     0 |   0.0 | 263M| 617 |   - |7316 |7839 |   0 |   0 |   0 | 713 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1713.59/1714.23	c  1704s|250000 |249137 |     0 |   0.0 | 273M| 617 |   - |7316 |7837 |   0 |   0 |   0 | 713 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1780.37/1781.03	c  1771s|260000 |259129 |     0 |   0.0 | 283M| 617 |   - |7316 |7837 |   0 |   0 |   0 | 714 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1800.08/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.71	c 
1800.08/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.71	c Solving Time (sec) : 1790.30
1800.08/1800.71	c Solving Nodes      : 263047
1800.08/1800.71	c Primal Bound       : +0.00000000000000e+00 (3 solutions)
1800.08/1800.71	c Dual Bound         : -4.99000000000000e+02
1800.08/1800.71	c Gap                : 100.00 %
1800.08/1800.73	s SATISFIABLE
1800.08/1800.73	v -x972 -x966 -x919 -x636 -x861 -x917 -x717 -x934 -x847 -x605 -x902 -x677 -x979 -x779 -x987 -x849 -x662 -x701 -x629 -x888 -x913 -x850 
1800.08/1800.73	v -x995 -x879 -x881 -x935 -x971 -x929 -x901 -x756 -x710 -x818 -x865 -x631 -x680 -x589 -x718 -x798 -x910 -x767 -x719 -x764 
1800.08/1800.73	v -x706 -x583 -x801 -x813 -x870 -x597 -x666 -x909 -x856 -x880 -x612 -x797 -x954 -x980 -x961 -x873 -x698 -x577 -x915 -x556 -x864 
1800.08/1800.73	v -x760 -x725 -x632 -x615 -x670 -x651 -x946 -x885 -x735 -x942 -x630 -x897 -x592 -x552 -x758 -x693 -x997 -x793 -x943 -x694 -x561 
1800.08/1800.73	v -x794 -x904 -x857 -x679 -x600 -x560 -x911 -x827 -x752 -x696 -x982 -x755 -x884 -x628 -x922 -x551 -x555 -x546 -x970 -x959 -x585 
1800.08/1800.73	v -x784 -x674 -x686 -x860 -x683 -x825 -x641 -x624 -x608 -x547 -x721 -x749 -x668 -x862 -x918 -x736 -x832 -x895 -x606 -x903 -x763 
1800.08/1800.73	v -x619 -x722 -x855 -x957 -x947 -x744 -x682 -x566 -x541 -x730 -x754 -x587 -x834 -x780 -x1000 -x688 -x609 -x990 -x663 -x819 
1800.08/1800.73	v -x713 -x731 -x673 -x635 -x921 -x581 -x665 -x965 -x729 -x610 -x690 -x633 -x891 -x930 -x912 -x697 -x650 -x700 -x664 -x958 -x676 
1800.08/1800.73	v -x720 -x598 -x595 -x750 -x703 -x726 -x766 -x738 -x550 -x815 -x675 -x578 -x528 -x768 -x621 -x584 -x709 -x981 -x527 -x773 -x611 
1800.08/1800.73	v -x787 -x596 -x839 -x705 -x920 -x853 -x711 -x593 -x762 -x778 -x928 -x733 -x525 -x848 -x753 -x742 -x734 -x808 -x962 -x821 -x833 
1800.08/1800.73	v -x823 -x524 -x892 -x772 -x751 -x554 -x538 -x659 -x846 -x876 -x989 -x534 -x523 -x977 -x967 -x824 -x820 -x814 -x656 -x654 -x618 
1800.08/1800.73	v -x639 -x645 -x564 -x599 -x692 -x974 -x956 -x940 -x836 -x580 -x530 -x800 -x843 -x667 -x840 -x571 -x520 -x810 -x594 -x851 -x607 
1800.08/1800.73	v -x708 -x714 -x545 -x519 -x933 -x644 -x620 -x775 -x985 -x657 -x518 -x932 -x788 -x770 -x614 -x601 -x548 -x844 -x828 -x944 
1800.08/1800.73	v -x789 -x748 -x991 -x875 -x783 -x671 -x575 -x691 -x533 -x893 -x811 -x712 -x949 -x771 -x952 -x627 -x590 -x563 -x988 -x785 -x732 
1800.08/1800.73	v -x890 -x660 -x586 -x704 -x536 -x514 -x964 -x863 -x521 -x515 -x723 -x746 -x716 -x602 -x871 -x852 -x945 -x689 -x544 -x513 -x937 
1800.08/1800.73	v -x869 -x829 -x582 -x532 -x526 -x535 -x931 -x739 -x553 -x950 -x973 -x795 -x512 -x845 -x803 -x616 -x565 -x543 -x672 -x724 -x681 
1800.08/1800.73	v -x804 -x728 -x817 -x511 -x777 -x737 -x684 -x678 -x558 -x522 -x622 -x994 -x899 -x830 -x510 -x960 -x638 -x540 -x537 -x806 -x757 
1800.08/1800.73	v -x984 -x646 -x874 -x999 -x769 -x907 -x927 -x509 -x841 -x761 -x626 -x613 -x604 -x539 -x914 -x992 -x741 -x727 -x707 -x905 -x978 
1800.08/1800.73	v -x567 -x854 -x868 -x826 -x792 -x617 -x517 -x816 -x743 -x812 -x951 -x998 -x882 -x867 -x661 -x658 -x623 -x568 -x924 -x809 
1800.08/1800.73	v -x634 -x878 -x968 -x572 -x872 -x642 -x506 -x831 -x936 -x805 -x687 -x786 -x837 -x898 -x549 -x838 -x625 -x790 -x505 -x906 -x883 
1800.08/1800.73	v -x835 -x796 -x699 -x685 -x647 -x570 -x557 -x529 -x900 -x983 -x923 -x653 -x782 -x948 -x889 -x588 -x993 -x649 -x504 -x953 -x807 
1800.08/1800.73	v -x781 -x745 -x640 -x695 -x569 -x791 -x579 -x916 -x562 -x507 -x975 -x637 -x715 -x503 -x963 -x887 -x652 -x576 -x559 -x508 -x955 
1800.08/1800.73	v -x799 -x969 -x938 -x886 -x648 -x774 -x759 -x939 -x643 -x502 -x996 -x655 -x542 -x516 -x896 -x702 -x976 -x842 -x603 -x740 -x894 
1800.08/1800.73	v -x925 -x501 -x908 -x866 -x858 -x822 -x776 -x591 -x574 -x531 -x859 -x765 -x802 -x877 -x573 -x926 -x941 -x669 -x986 -x747 -x500 
1800.08/1800.73	v -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 
1800.08/1800.73	v -x479 -x478 -x477 -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 
1800.08/1800.73	v -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 
1800.08/1800.73	v -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1800.08/1800.73	v -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 
1800.08/1800.73	v -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 
1800.08/1800.73	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 
1800.08/1800.73	v -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 
1800.08/1800.73	v -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 
1800.08/1800.73	v -x312 -x311 -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 
1800.08/1800.73	v -x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 
1800.08/1800.73	v -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 
1800.08/1800.73	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 
1800.08/1800.73	v -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 
1800.08/1800.73	v -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 
1800.08/1800.73	v -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 
1800.08/1800.73	v -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 
1800.08/1800.73	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.08/1800.73	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.08/1800.73	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 
1800.08/1800.73	v -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.08/1800.73	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.08/1800.73	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
1800.08/1800.73	v -x4 -x3 -x2 -x1 
1800.08/1800.73	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.73	c Solving Time       :    1790.30
1800.08/1800.73	c Original Problem   :
1800.08/1800.73	c   Problem name     : HOME/instance-2663874-1276669701.opb
1800.08/1800.73	c   Variables        : 7316 (7316 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.73	c   Constraints      : 7817 initial, 7817 maximal
1800.08/1800.73	c Presolved Problem  :
1800.08/1800.73	c   Problem name     : t_HOME/instance-2663874-1276669701.opb
1800.08/1800.73	c   Variables        : 7316 (7316 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.73	c   Constraints      : 7817 initial, 8004 maximal
1800.08/1800.73	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.73	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.73	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.73	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.73	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.73	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.73	c   probing          :       0.31          0          0          0          0          0          0          0          0
1800.08/1800.73	c   setppc           :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.73	c   and              :       0.23          0          0          0          0          0          0          0          0
1800.08/1800.73	c   linear           :       0.06          0          0          0          0          0          0          0          0
1800.08/1800.73	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.73	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.73	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.73	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.73	c   setppc           :       1000          0     556468          0     262776        427       9755          0          0          0
1800.08/1800.73	c   and              :       6316          0     556041          0     262776          1    3583243          0          0          0
1800.08/1800.73	c   linear           :          1          0     555763          0     262776         14     150459          0          0          0
1800.08/1800.73	c   logicor          :        500+         0      18893          0     262776         25       7119          0          0          0
1800.08/1800.73	c   countsols        :          0          0          0          0     262776          0          0          0          0          0
1800.08/1800.73	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.73	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.73	c   setppc           :     359.41       0.00      42.63       0.00     316.78
1800.08/1800.73	c   and              :     482.21       0.00     205.04       0.00     277.17
1800.08/1800.73	c   linear           :      71.18       0.00      70.56       0.00       0.62
1800.08/1800.73	c   logicor          :      82.83       0.00       0.96       0.00      81.87
1800.08/1800.73	c   countsols        :       0.20       0.00       0.00       0.00       0.20
1800.08/1800.73	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.73	c   vbounds          :       0.36          2          0          0
1800.08/1800.73	c   rootredcost      :       0.42          0          0          0
1800.08/1800.73	c   pseudoobj        :      28.33     556268          0          0
1800.08/1800.73	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.73	c   propagation      :       5.17        467        467      23307      418.1         10      500.0          -
1800.08/1800.73	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.73	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.73	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.73	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.73	c   applied globally :          -          -          -        714      274.1          -          -          -
1800.08/1800.73	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.73	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.73	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.73	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.73	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.73	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.73	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.73	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.73	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.73	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.73	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.73	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.73	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.73	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.73	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.73	c Pricers            :       Time      Calls       Vars
1800.08/1800.73	c   problem variables:       0.00          0          0
1800.08/1800.73	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.73	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   inference        :     727.15     262776          0          0          0          0     525552
1800.08/1800.73	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.73	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.73	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.73	c   LP solutions     :       0.00          -          0
1800.08/1800.73	c   pseudo solutions :       0.00          -          0
1800.08/1800.73	c   oneopt           :       0.62          0          0
1800.08/1800.73	c   trivial          :       0.02          2          3
1800.08/1800.73	c   simplerounding   :       0.00          0          0
1800.08/1800.73	c   zirounding       :       0.00          0          0
1800.08/1800.73	c   rounding         :       0.00          0          0
1800.08/1800.73	c   shifting         :       0.00          0          0
1800.08/1800.73	c   intshifting      :       0.00          0          0
1800.08/1800.73	c   twoopt           :       0.00          0          0
1800.08/1800.73	c   fixandinfer      :       0.00          0          0
1800.08/1800.73	c   feaspump         :       0.00          0          0
1800.08/1800.73	c   coefdiving       :       0.00          0          0
1800.08/1800.73	c   pscostdiving     :       0.00          0          0
1800.08/1800.73	c   fracdiving       :       0.00          0          0
1800.08/1800.73	c   veclendiving     :       0.00          0          0
1800.08/1800.73	c   intdiving        :       0.00          0          0
1800.08/1800.73	c   actconsdiving    :       0.00          0          0
1800.08/1800.73	c   objpscostdiving  :       0.00          0          0
1800.08/1800.73	c   rootsoldiving    :       0.00          0          0
1800.08/1800.73	c   linesearchdiving :       0.00          0          0
1800.08/1800.73	c   guideddiving     :       0.00          0          0
1800.08/1800.73	c   octane           :       0.00          0          0
1800.08/1800.73	c   rens             :       0.00          0          0
1800.08/1800.73	c   rins             :       0.00          0          0
1800.08/1800.73	c   localbranching   :       0.00          0          0
1800.08/1800.73	c   mutation         :       0.00          0          0
1800.08/1800.73	c   crossover        :       0.00          0          0
1800.08/1800.73	c   dins             :       0.00          0          0
1800.08/1800.73	c   undercover       :       0.00          0          0
1800.08/1800.73	c   nlp              :       0.14          0          0
1800.08/1800.73	c   trysol           :       0.12          0          0
1800.08/1800.73	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.73	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.73	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.73	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.73	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.73	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.73	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.73	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.73	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.73	c B&B Tree           :
1800.08/1800.73	c   number of runs   :          1
1800.08/1800.73	c   nodes            :     263047
1800.08/1800.73	c   nodes (total)    :     263047
1800.08/1800.73	c   nodes left       :     262176
1800.08/1800.73	c   max depth        :        617
1800.08/1800.73	c   max depth (total):        617
1800.08/1800.73	c   backtracks       :       1005 (0.4%)
1800.08/1800.73	c   delayed cutoffs  :        330
1800.08/1800.73	c   repropagations   :      24930 (119732 domain reductions, 196 cutoffs)
1800.08/1800.73	c   avg switch length:       2.30
1800.08/1800.73	c   switching time   :      16.91
1800.08/1800.73	c Solution           :
1800.08/1800.73	c   Solutions found  :          3 (1 improvements)
1800.08/1800.73	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.08 seconds, depth 0, found by <trivial>)
1800.08/1800.73	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.08 seconds, depth 0, found by <trivial>)
1800.08/1800.73	c   Dual Bound       : -4.99000000000000e+02
1800.08/1800.73	c   Gap              :     100.00 %
1800.08/1800.73	c   Root Dual Bound  : -5.00000000000000e+02
1800.08/1800.73	c   Root Iterations  :          0
1800.66/1801.40	c Time complete: 1800.75.

Verifier Data

OK	0

Watcher Data

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

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

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 11407
/proc/meminfo: memFree=1747580/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=6584 CPUtime=0
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 1068 0 0 0 0 0 0 0 20 0 1 0 42571663 6742016 990 1992294400 4194304 7136930 140736102810976 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11407/statm: 1646 999 254 719 0 925 0

[startup+0.027578 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 11407
/proc/meminfo: memFree=1747580/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=11160 CPUtime=0.02
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 2262 0 0 0 1 1 0 0 20 0 1 0 42571663 11427840 2184 1992294400 4194304 7136930 140736102810976 18446744073709551615 6166548 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11407/statm: 2790 2184 272 719 0 2069 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11160

[startup+0.100592 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 11407
/proc/meminfo: memFree=1747580/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=17808 CPUtime=0.09
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 3941 0 0 0 8 1 0 0 20 0 1 0 42571663 18235392 3863 1992294400 4194304 7136930 140736102810976 18446744073709551615 6285736 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11407/statm: 4452 3863 272 719 0 3731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17808

[startup+0.300631 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 11407
/proc/meminfo: memFree=1747580/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=36092 CPUtime=0.29
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 8935 0 0 0 24 5 0 0 20 0 1 0 42571663 36958208 8246 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 9023 8246 333 719 0 8302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36092

[startup+0.700709 s]
/proc/loadavg: 1.00 1.00 1.03 3/106 11407
/proc/meminfo: memFree=1747580/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=38884 CPUtime=0.69
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 10939 0 0 0 50 19 0 0 21 0 1 0 42571663 39817216 8965 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 9721 8965 361 719 0 9000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38884

[startup+1.50087 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11408
/proc/meminfo: memFree=1712108/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=41032 CPUtime=1.49
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 12104 0 0 0 126 23 0 0 23 0 1 0 42571663 42016768 9616 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 10258 9616 388 719 0 9537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41032

[startup+3.10118 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 11408
/proc/meminfo: memFree=1710372/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=43880 CPUtime=3.09
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 12767 0 0 0 285 24 0 0 25 0 1 0 42571663 44933120 10279 1992294400 4194304 7136930 140736102810976 18446744073709551615 4780915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 10970 10279 393 719 0 10249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43880

[startup+6.30081 s]
/proc/loadavg: 1.16 1.03 1.04 2/107 11408
/proc/meminfo: memFree=1707272/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=44160 CPUtime=6.29
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 12838 0 0 0 604 25 0 0 25 0 1 0 42571663 45219840 10350 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 11040 10350 393 719 0 10319 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44160

[startup+12.7011 s]
/proc/loadavg: 1.15 1.03 1.04 2/107 11408
/proc/meminfo: memFree=1704916/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=46380 CPUtime=12.69
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 13391 0 0 0 1240 29 0 0 25 0 1 0 42571663 47493120 10903 1992294400 4194304 7136930 140736102810976 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 11595 10903 393 719 0 10874 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46380

[startup+25.5006 s]
/proc/loadavg: 1.18 1.05 1.05 2/107 11408
/proc/meminfo: memFree=1701196/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=50352 CPUtime=25.48
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 14323 0 0 0 2512 36 0 0 25 0 1 0 42571663 51560448 11835 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 12588 11835 393 719 0 11867 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50352

[startup+51.1006 s]
/proc/loadavg: 1.12 1.04 1.04 2/107 11410
/proc/meminfo: memFree=1696856/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=54864 CPUtime=51.07
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 15409 0 0 0 5056 51 0 0 25 0 1 0 42571663 56180736 12921 1992294400 4194304 7136930 140736102810976 18446744073709551615 5121846 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 13716 12921 393 719 0 12995 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54864

[startup+102.309 s]
/proc/loadavg: 1.09 1.05 1.04 2/107 11410
/proc/meminfo: memFree=1686316/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=65152 CPUtime=102.26
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 18021 0 0 0 10143 83 0 0 25 0 1 0 42571663 66715648 15533 1992294400 4194304 7136930 140736102810976 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 16288 15533 393 719 0 15567 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 65152

[startup+162.301 s]
/proc/loadavg: 1.03 1.04 1.04 2/107 11412
/proc/meminfo: memFree=1675404/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=76020 CPUtime=162.23
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 20759 0 0 0 16107 116 0 0 25 0 1 0 42571663 77844480 18271 1992294400 4194304 7136930 140736102810976 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 19005 18271 393 719 0 18284 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 76020

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.03 2/107 11414
/proc/meminfo: memFree=1665484/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=85616 CPUtime=222.21
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 23204 0 0 0 22069 152 0 0 25 0 1 0 42571663 87670784 20716 1992294400 4194304 7136930 140736102810976 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 21404 20716 393 719 0 20683 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 85616

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.03 2/107 11416
/proc/meminfo: memFree=1654076/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=96864 CPUtime=282.19
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 26049 0 0 0 28027 192 0 0 25 0 1 0 42571663 99188736 23561 1992294400 4194304 7136930 140736102810976 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 24216 23561 393 719 0 23495 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 96864

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.02 2/107 11418
/proc/meminfo: memFree=1644404/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=106428 CPUtime=342.17
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 28437 0 0 0 33987 230 0 0 25 0 1 0 42571663 108982272 25949 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 26607 25949 393 719 0 25886 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 106428

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/107 11418
/proc/meminfo: memFree=1636716/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=113872 CPUtime=402.15
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 30328 0 0 0 39958 257 0 0 25 0 1 0 42571663 116604928 27840 1992294400 4194304 7136930 140736102810976 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 28468 27840 393 719 0 27747 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 113872

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 11420
/proc/meminfo: memFree=1627664/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=124844 CPUtime=462.13
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 32601 0 0 0 45927 286 0 0 25 0 1 0 42571663 127840256 30113 1992294400 4194304 7136930 140736102810976 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 31211 30113 393 719 0 30490 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 124844

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11422
/proc/meminfo: memFree=1618240/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=134908 CPUtime=522.11
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 35152 0 0 0 51892 319 0 0 25 0 1 0 42571663 138145792 32664 1992294400 4194304 7136930 140736102810976 18446744073709551615 4981237 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 33727 32664 393 719 0 33006 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 134908

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11424
/proc/meminfo: memFree=1610800/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=141348 CPUtime=582.09
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 36764 0 0 0 57858 351 0 0 25 0 1 0 42571663 144740352 34276 1992294400 4194304 7136930 140736102810976 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 35337 34276 393 719 0 34616 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 141348

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11426
/proc/meminfo: memFree=1602740/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=149252 CPUtime=642.08
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 38794 0 0 0 63827 381 0 0 25 0 1 0 42571663 152834048 36306 1992294400 4194304 7136930 140736102810976 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 37313 36306 393 719 0 36592 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 149252

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11434
/proc/meminfo: memFree=1547932/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=203024 CPUtime=1001.94
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 52364 0 0 0 99629 565 0 0 25 0 1 0 42571663 207896576 49876 1992294400 4194304 7136930 140736102810976 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 50756 49876 393 719 0 50035 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 203024

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11436
/proc/meminfo: memFree=1539748/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=211452 CPUtime=1061.92
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 54494 0 0 0 105597 595 0 0 25 0 1 0 42571663 216526848 52006 1992294400 4194304 7136930 140736102810976 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 52863 52006 393 719 0 52142 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 211452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11438
/proc/meminfo: memFree=1531068/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=219684 CPUtime=1121.9
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 56571 0 0 0 111564 626 0 0 25 0 1 0 42571663 224956416 54083 1992294400 4194304 7136930 140736102810976 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 54921 54083 393 719 0 54200 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 219684

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11440
/proc/meminfo: memFree=1522016/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=228552 CPUtime=1181.88
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 58807 0 0 0 117530 658 0 0 25 0 1 0 42571663 234037248 56319 1992294400 4194304 7136930 140736102810976 18446744073709551615 4697681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 57138 56319 393 719 0 56417 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 228552

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11442
/proc/meminfo: memFree=1511972/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=238304 CPUtime=1241.85
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 61277 0 0 0 123498 687 0 0 25 0 1 0 42571663 244023296 58789 1992294400 4194304 7136930 140736102810976 18446744073709551615 4977982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 59576 58789 393 719 0 58855 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 238304

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11442
/proc/meminfo: memFree=1502424/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=247516 CPUtime=1301.84
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 63620 0 0 0 129466 718 0 0 25 0 1 0 42571663 253456384 61132 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 61879 61132 393 719 0 61158 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 247516

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11444
/proc/meminfo: memFree=1494116/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=259796 CPUtime=1361.81
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 65705 0 0 0 135432 749 0 0 25 0 1 0 42571663 266031104 63217 1992294400 4194304 7136930 140736102810976 18446744073709551615 4414507 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 64949 63217 393 719 0 64228 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 259796

[startup+1422.31 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 11446
/proc/meminfo: memFree=1484940/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=269056 CPUtime=1421.8
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 68019 0 0 0 141399 781 0 0 25 0 1 0 42571663 275513344 65531 1992294400 4194304 7136930 140736102810976 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 67264 65531 393 719 0 66543 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 269056

[startup+1482.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 11448
/proc/meminfo: memFree=1474152/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=279524 CPUtime=1481.77
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 70660 0 0 0 147369 808 0 0 25 0 1 0 42571663 286232576 68172 1992294400 4194304 7136930 140736102810976 18446744073709551615 4697592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 69881 68172 393 719 0 69160 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 279524

[startup+1542.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 11450
/proc/meminfo: memFree=1467828/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=285836 CPUtime=1541.75
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 72273 0 0 0 153340 835 0 0 25 0 1 0 42571663 292696064 69785 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 71459 69785 393 719 0 70738 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 285836

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11450
/proc/meminfo: memFree=1459024/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=294464 CPUtime=1601.73
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 74451 0 0 0 159308 865 0 0 25 0 1 0 42571663 301531136 71963 1992294400 4194304 7136930 140736102810976 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 73616 71963 393 719 0 72895 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 294464

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11452
/proc/meminfo: memFree=1450592/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=302816 CPUtime=1661.71
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 76531 0 0 0 165274 897 0 0 25 0 1 0 42571663 310083584 74043 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 75704 74043 393 719 0 74983 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 302816

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11454
/proc/meminfo: memFree=1442036/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=311064 CPUtime=1721.69
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 78645 0 0 0 171241 928 0 0 25 0 1 0 42571663 318529536 76157 1992294400 4194304 7136930 140736102810976 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 77766 76157 393 719 0 77045 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 311064

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11456
/proc/meminfo: memFree=1433356/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=319384 CPUtime=1781.66
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 80761 0 0 0 177205 961 0 0 25 0 1 0 42571663 327049216 78273 1992294400 4194304 7136930 140736102810976 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 79846 78273 393 719 0 79125 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 319384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11456
/proc/meminfo: memFree=1429016/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=323620 CPUtime=1800.08
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 81844 0 0 0 179038 970 0 0 25 0 1 0 42571663 331386880 79356 1992294400 4194304 7136930 140736102810976 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11407/statm: 80905 79356 393 719 0 80184 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 323620

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11456
/proc/meminfo: memFree=1429016/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=321948 CPUtime=1800.36
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 81849 0 0 0 179066 970 0 0 25 0 1 0 42571663 329674752 78943 1992294400 4194304 7136930 140736102810976 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11407/statm: 80487 78943 398 719 0 79766 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 321948

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11456
/proc/meminfo: memFree=1429016/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=292884 CPUtime=1800.56
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 81849 0 0 0 179086 970 0 0 25 0 1 0 42571663 299913216 71677 1992294400 4194304 7136930 140736102810976 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11407/statm: 73221 71677 398 719 0 72500 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (KiB) 292884

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 11456
/proc/meminfo: memFree=1429016/2059040 swapFree=4136232/4192956
[pid=11407] ppid=11405 vsize=190524 CPUtime=1800.66
/proc/11407/stat : 11407 (pbscip.linux.x8) R 11405 11407 10610 0 -1 4202496 81849 0 0 0 179095 971 0 0 25 0 1 0 42571663 195096576 46094 1992294400 4194304 7136930 140736102810976 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11407/statm: 47598 46061 398 719 0 46877 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 190524

Child status: 0
Real time (s): 1801.4
CPU time (s): 1800.77
CPU user time (s): 1791.03
CPU system time (s): 9.73852
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 323620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.03
system time used= 9.73852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 4126

runsolver used 2.99254 second user time and 8.48971 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-16 08:28:21
IDJOB=2663874
IDBENCH=48247
IDSOLVER=1167
FILE ID=node011/2663874-1276669701
PBS_JOBID= 11172507
Free space on /tmp= 62360 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_3.opb
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-2663874-1276669701/watcher-2663874-1276669701 -o /tmp/evaluation-result-2663874-1276669701/solver-2663874-1276669701 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663874-1276669701.opb -t 1800 -m 1800

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

MD5SUM BENCH= 68d7f052f18638860d9232a7f3ed2053
RANDOM SEED=99413413

node011.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1748108 kB
Buffers:        115096 kB
Cached:         115540 kB
SwapCached:      10072 kB
Active:         105024 kB
Inactive:       138796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1748108 kB
SwapTotal:     4192956 kB
SwapFree:      4136232 kB
Dirty:            3388 kB
Writeback:           0 kB
AnonPages:       11624 kB
Mapped:           9396 kB
Slab:            45260 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62360 MiB
End job on node011 at 2010-06-16 08:58:24