Trace number 2663895

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.29

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_5.opb
MD5SUM9b75ee50c2c62e6be495e8bd0a94fa2c
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-107
Best CPU time to get the best result obtained on this benchmark1798.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
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)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

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-2663895-1276673058.opb>
0.09/0.10	c original problem has 7270 variables (7270 bin, 0 int, 0 impl, 0 cont) and 7771 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, 51160 impls, 1000 clqs
1.00/1.04	c    (0.7s) probing: 101/7270 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.04	c    (0.7s) probing aborted: 100/100 successive totally useless probings
1.00/1.04	c presolving (2 rounds):
1.00/1.04	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.04	c  51160 implications, 1000 cliques
1.00/1.04	c presolved problem has 7270 variables (7270 bin, 0 int, 0 impl, 0 cont) and 7771 constraints
1.00/1.04	c    1000 constraints of type <setppc>
1.00/1.04	c    6270 constraints of type <and>
1.00/1.04	c       1 constraints of type <linear>
1.00/1.04	c     500 constraints of type <logicor>
1.00/1.04	c transformed objective value is always integral (scale: 1)
1.00/1.04	c Presolving Time: 0.70
1.00/1.04	c - non default parameters ----------------------------------------------------------------------
1.00/1.04	c # SCIP version 1.2.1.2
1.00/1.04	c 
1.00/1.04	c # frequency for displaying node information lines
1.00/1.04	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.04	c display/freq = 10000
1.00/1.04	c 
1.00/1.04	c # maximal time in seconds to run
1.00/1.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.04	c limits/time = 1799.9
1.00/1.04	c 
1.00/1.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.04	c limits/memory = 1620
1.00/1.04	c 
1.00/1.04	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.00/1.04	c # [type: int, range: [-1,2147483647], default: 1]
1.00/1.04	c lp/solvefreq = -1
1.00/1.04	c 
1.00/1.04	c # should presolving try to simplify inequalities
1.00/1.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.04	c constraints/linear/simplifyinequalities = TRUE
1.00/1.04	c 
1.00/1.04	c # should presolving try to simplify knapsacks
1.00/1.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.04	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.04	c 
1.00/1.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.00/1.04	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.04	c heuristics/undercover/freq = 0
1.00/1.04	c 
1.00/1.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.04	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.04	c separating/rapidlearning/freq = 0
1.00/1.04	c 
1.00/1.04	c -----------------------------------------------------------------------------------------------
1.00/1.04	c start solving
1.00/1.05	c 
1.00/1.07	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.07	c t 0.8s|     1 |     2 |     0 |     - |  20M|   0 |   - |7270 |7771 |   0 |   0 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
74.77/74.83	c  74.1s| 10000 |  9905 |     0 |   0.0 |  32M| 531 |   - |7270 |7808 |   0 |   0 |   0 |  80 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
148.05/148.18	c   147s| 20000 | 19816 |     0 |   0.0 |  42M| 531 |   - |7270 |7831 |   0 |   0 |   0 | 241 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
219.72/219.83	c   218s| 30000 | 29668 |     0 |   0.0 |  52M| 531 |   - |7270 |7870 |   0 |   0 |   0 | 466 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
282.70/282.86	c   281s| 40000 | 39517 |     0 |   0.0 |  62M| 531 |   - |7270 |7902 |   0 |   0 |   0 | 565 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
347.29/347.44	c   345s| 50000 | 49220 |     0 |   0.0 |  72M| 531 |   - |7270 |7953 |   0 |   0 |   0 | 715 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
419.27/419.44	c   417s| 60000 | 59208 |     0 |   0.0 |  81M| 531 |   - |7270 |7950 |   0 |   0 |   0 | 723 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
491.35/491.56	c   488s| 70000 | 69188 |     0 |   0.0 |  91M| 531 |   - |7270 |7921 |   0 |   0 |   0 | 740 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
565.33/565.56	c   562s| 80000 | 79175 |     0 |   0.0 | 101M| 531 |   - |7270 |7843 |   0 |   0 |   0 | 748 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
639.31/639.51	c   636s| 90000 | 89165 |     0 |   0.0 | 111M| 531 |   - |7270 |7815 |   0 |   0 |   0 | 753 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
710.40/710.65	c   706s|100000 | 99151 |     0 |   0.0 | 121M| 531 |   - |7270 |7810 |   0 |   0 |   0 | 761 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
777.96/778.28	c   774s|110000 |109123 |     0 |   0.0 | 132M| 531 |   - |7270 |7817 |   0 |   0 |   0 | 804 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
848.74/849.01	c   844s|120000 |119096 |     0 |   0.0 | 142M| 531 |   - |7270 |7818 |   0 |   0 |   0 | 832 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
919.43/919.70	c   914s|130000 |129074 |     0 |   0.0 | 152M| 531 |   - |7270 |7820 |   0 |   0 |   0 | 847 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
991.21/991.52	c   986s|140000 |139057 |     0 |   0.0 | 162M| 531 |   - |7270 |7816 |   0 |   0 |   0 | 857 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1062.59/1062.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1062.59/1062.98	c  1057s|150000 |149037 |     0 |   0.0 | 172M| 531 |   - |7270 |7818 |   0 |   0 |   0 | 866 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1132.17/1132.54	c  1126s|160000 |159023 |     0 |   0.0 | 182M| 531 |   - |7270 |7808 |   0 |   0 |   0 | 872 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1203.25/1203.68	c  1197s|170000 |169004 |     0 |   0.0 | 192M| 531 |   - |7270 |7813 |   0 |   0 |   0 | 893 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1274.83/1275.22	c  1268s|180000 |178989 |     0 |   0.0 | 202M| 531 |   - |7270 |7813 |   0 |   0 |   0 | 901 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1345.81/1346.22	c  1339s|190000 |188977 |     0 |   0.0 | 212M| 531 |   - |7270 |7815 |   0 |   0 |   0 | 913 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1416.39/1416.81	c  1409s|200000 |198960 |     0 |   0.0 | 222M| 531 |   - |7270 |7812 |   0 |   0 |   0 | 920 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1487.26/1487.74	c  1479s|210000 |208928 |     0 |   0.0 | 233M| 531 |   - |7270 |7816 |   0 |   0 |   0 | 938 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1557.54/1558.02	c  1549s|220000 |218907 |     0 |   0.0 | 243M| 531 |   - |7270 |7816 |   0 |   0 |   0 | 948 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1627.43/1627.91	c  1619s|230000 |228879 |     0 |   0.0 | 253M| 531 |   - |7270 |7820 |   0 |   0 |   0 | 968 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1696.10/1696.62	c  1687s|240000 |238845 |     0 |   0.0 | 263M| 531 |   - |7270 |7822 |   0 |   0 |   0 |1004 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1766.09/1766.62	c  1756s|250000 |248815 |     0 |   0.0 | 273M| 531 |   - |7270 |7828 |   0 |   0 |   0 |1023 |   0 |-4.990000e+02 | 0.000000e+00 | 100.00%
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.62	c 
1800.08/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.62	c Solving Time (sec) : 1790.22
1800.08/1800.62	c Solving Nodes      : 254830
1800.08/1800.62	c Primal Bound       : +0.00000000000000e+00 (3 solutions)
1800.08/1800.62	c Dual Bound         : -4.99000000000000e+02
1800.08/1800.62	c Gap                : 100.00 %
1800.08/1800.63	s SATISFIABLE
1800.08/1800.63	v -x726 -x906 -x819 -x684 -x986 -x974 -x873 -x952 -x631 -x770 -x902 -x898 -x828 -x606 -x993 -x972 -x812 -x658 -x793 -x848 -x997 -x945 
1800.08/1800.63	v -x893 -x885 -x816 -x752 -x685 -x817 -x757 -x625 -x814 -x894 -x973 -x617 -x858 -x943 -x918 -x781 -x841 -x929 -x587 -x1000 
1800.08/1800.63	v -x691 -x629 -x711 -x971 -x593 -x755 -x674 -x831 -x730 -x673 -x909 -x890 -x879 -x830 -x892 -x567 -x632 -x601 -x630 -x667 -x565 
1800.08/1800.63	v -x643 -x905 -x575 -x788 -x697 -x678 -x964 -x896 -x907 -x656 -x754 -x559 -x583 -x995 -x743 -x689 -x670 -x557 -x942 -x880 -x845 
1800.08/1800.63	v -x780 -x735 -x710 -x910 -x775 -x767 -x712 -x823 -x794 -x784 -x683 -x662 -x605 -x900 -x613 -x877 -x548 -x776 -x576 -x732 -x916 
1800.08/1800.63	v -x856 -x999 -x796 -x951 -x950 -x588 -x547 -x976 -x843 -x930 -x834 -x544 -x737 -x750 -x739 -x863 -x749 -x645 -x620 -x600 -x795 
1800.08/1800.63	v -x700 -x948 -x821 -x701 -x875 -x707 -x668 -x722 -x675 -x562 -x889 -x924 -x769 -x798 -x539 -x660 -x748 -x962 -x708 -x738 
1800.08/1800.63	v -x833 -x642 -x729 -x985 -x687 -x640 -x966 -x810 -x694 -x759 -x955 -x903 -x637 -x983 -x865 -x771 -x537 -x826 -x939 -x932 -x797 
1800.08/1800.63	v -x731 -x982 -x876 -x682 -x803 -x532 -x838 -x638 -x802 -x965 -x531 -x753 -x679 -x713 -x665 -x599 -x530 -x967 -x840 -x555 -x720 
1800.08/1800.63	v -x805 -x584 -x560 -x734 -x733 -x864 -x984 -x960 -x891 -x536 -x949 -x768 -x854 -x958 -x589 -x969 -x760 -x696 -x615 -x740 -x860 
1800.08/1800.63	v -x623 -x604 -x883 -x778 -x917 -x607 -x970 -x609 -x914 -x842 -x827 -x703 -x571 -x946 -x959 -x920 -x725 -x523 -x791 -x936 -x981 
1800.08/1800.63	v -x718 -x835 -x806 -x522 -x953 -x855 -x818 -x596 -x534 -x556 -x923 -x672 -x649 -x577 -x695 -x839 -x744 -x704 -x919 -x688 -x746 
1800.08/1800.63	v -x912 -x808 -x671 -x614 -x563 -x677 -x857 -x992 -x772 -x550 -x558 -x709 -x926 -x991 -x569 -x908 -x852 -x836 -x621 -x519 
1800.08/1800.63	v -x652 -x886 -x822 -x899 -x751 -x517 -x783 -x529 -x820 -x764 -x867 -x716 -x516 -x927 -x693 -x651 -x639 -x815 -x570 -x765 -x944 
1800.08/1800.63	v -x545 -x998 -x626 -x925 -x853 -x773 -x686 -x654 -x566 -x549 -x956 -x636 -x758 -x542 -x622 -x635 -x514 -x895 -x872 -x846 -x789 
1800.08/1800.63	v -x756 -x655 -x618 -x564 -x619 -x602 -x742 -x978 -x938 -x996 -x868 -x513 -x947 -x552 -x646 -x627 -x715 -x568 -x931 -x904 -x782 
1800.08/1800.63	v -x698 -x657 -x581 -x533 -x901 -x598 -x897 -x979 -x994 -x661 -x580 -x518 -x870 -x963 -x525 -x937 -x813 -x747 -x610 -x551 -x592 
1800.08/1800.63	v -x988 -x721 -x871 -x807 -x520 -x515 -x647 -x844 -x509 -x977 -x824 -x761 -x641 -x524 -x579 -x719 -x659 -x590 -x792 -x935 -x653 
1800.08/1800.63	v -x887 -x528 -x508 -x957 -x837 -x681 -x597 -x664 -x980 -x799 -x779 -x975 -x762 -x804 -x888 -x745 -x507 -x913 -x859 -x648 
1800.08/1800.63	v -x541 -x591 -x851 -x940 -x869 -x934 -x628 -x717 -x811 -x663 -x582 -x578 -x535 -x543 -x990 -x928 -x724 -x989 -x774 -x505 -x850 
1800.08/1800.63	v -x763 -x705 -x616 -x594 -x702 -x608 -x624 -x736 -x666 -x714 -x504 -x933 -x825 -x786 -x669 -x644 -x612 -x603 -x586 -x526 -x512 
1800.08/1800.63	v -x538 -x954 -x866 -x511 -x572 -x941 -x862 -x800 -x809 -x585 -x503 -x690 -x561 -x554 -x540 -x728 -x847 -x553 -x884 -x961 -x832 
1800.08/1800.63	v -x874 -x680 -x506 -x502 -x968 -x922 -x881 -x878 -x790 -x785 -x723 -x692 -x634 -x595 -x510 -x915 -x987 -x829 -x727 -x521 -x911 
1800.08/1800.63	v -x699 -x861 -x849 -x527 -x501 -x801 -x787 -x741 -x706 -x546 -x882 -x574 -x650 -x921 -x633 -x777 -x573 -x611 -x766 -x676 -x500 
1800.08/1800.63	v -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 
1800.08/1800.63	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.63	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.63	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.63	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.63	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.63	v -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 
1800.08/1800.63	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.63	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.63	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.63	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.63	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.63	v -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 
1800.08/1800.63	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.63	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.63	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.63	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.63	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.63	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.08/1800.63	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.63	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.63	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.63	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.63	v -x4 -x3 -x2 -x1 
1800.08/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.63	c Solving Time       :    1790.22
1800.08/1800.63	c Original Problem   :
1800.08/1800.63	c   Problem name     : HOME/instance-2663895-1276673058.opb
1800.08/1800.63	c   Variables        : 7270 (7270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.63	c   Constraints      : 7771 initial, 7771 maximal
1800.08/1800.63	c Presolved Problem  :
1800.08/1800.63	c   Problem name     : t_HOME/instance-2663895-1276673058.opb
1800.08/1800.63	c   Variables        : 7270 (7270 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.63	c   Constraints      : 7771 initial, 7955 maximal
1800.08/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.63	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   probing          :       0.30          0          0          0          0          0          0          0          0
1800.08/1800.63	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.63	c   and              :       0.24          0          0          0          0          0          0          0          0
1800.08/1800.63	c   linear           :       0.07          0          0          0          0          0          0          0          0
1800.08/1800.63	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.63	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.63	c   setppc           :       1000          0     557055          0     254406        604      12176          0          0          0
1800.08/1800.63	c   and              :       6270          0     556451          0     254406          1    3569690          0          0          0
1800.08/1800.63	c   linear           :          1          0     556109          0     254406         15     184966          0          0          0
1800.08/1800.63	c   logicor          :        500+         0      24470          0     254406         38       9469          0          0          0
1800.08/1800.63	c   countsols        :          0          0          0          0     254406          0          0          0          0          0
1800.08/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.63	c   setppc           :     357.80       0.00      45.46       0.00     312.34
1800.08/1800.63	c   and              :     484.24       0.00     211.98       0.00     272.26
1800.08/1800.63	c   linear           :      73.58       0.00      72.99       0.00       0.59
1800.08/1800.63	c   logicor          :      82.69       0.00       1.16       0.00      81.53
1800.08/1800.63	c   countsols        :       0.20       0.00       0.00       0.00       0.20
1800.08/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.63	c   vbounds          :       0.41          2          0          0
1800.08/1800.63	c   rootredcost      :       0.52          0          0          0
1800.08/1800.63	c   pseudoobj        :      28.77     556855          0          0
1800.08/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.63	c   propagation      :       6.65        658        650      29060      411.0         11      500.0          -
1800.08/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.63	c   applied globally :          -          -          -       1025      264.8          -          -          -
1800.08/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.63	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.63	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.63	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.63	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.63	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.63	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.63	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.63	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.63	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.63	c Pricers            :       Time      Calls       Vars
1800.08/1800.63	c   problem variables:       0.00          0          0
1800.08/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.63	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   inference        :     720.96     254406          0          0          0          0     508812
1800.08/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.63	c   LP solutions     :       0.00          -          0
1800.08/1800.63	c   pseudo solutions :       0.00          -          0
1800.08/1800.63	c   oneopt           :       0.53          0          0
1800.08/1800.63	c   trivial          :       0.04          2          3
1800.08/1800.63	c   simplerounding   :       0.00          0          0
1800.08/1800.63	c   zirounding       :       0.00          0          0
1800.08/1800.63	c   rounding         :       0.00          0          0
1800.08/1800.63	c   shifting         :       0.00          0          0
1800.08/1800.63	c   intshifting      :       0.00          0          0
1800.08/1800.63	c   twoopt           :       0.00          0          0
1800.08/1800.63	c   fixandinfer      :       0.00          0          0
1800.08/1800.63	c   feaspump         :       0.00          0          0
1800.08/1800.63	c   coefdiving       :       0.00          0          0
1800.08/1800.63	c   pscostdiving     :       0.00          0          0
1800.08/1800.63	c   fracdiving       :       0.00          0          0
1800.08/1800.63	c   veclendiving     :       0.00          0          0
1800.08/1800.63	c   intdiving        :       0.00          0          0
1800.08/1800.63	c   actconsdiving    :       0.00          0          0
1800.08/1800.63	c   objpscostdiving  :       0.00          0          0
1800.08/1800.63	c   rootsoldiving    :       0.00          0          0
1800.08/1800.63	c   linesearchdiving :       0.00          0          0
1800.08/1800.63	c   guideddiving     :       0.00          0          0
1800.08/1800.63	c   octane           :       0.00          0          0
1800.08/1800.63	c   rens             :       0.00          0          0
1800.08/1800.63	c   rins             :       0.00          0          0
1800.08/1800.63	c   localbranching   :       0.00          0          0
1800.08/1800.63	c   mutation         :       0.00          0          0
1800.08/1800.63	c   crossover        :       0.00          0          0
1800.08/1800.63	c   dins             :       0.00          0          0
1800.08/1800.63	c   undercover       :       0.00          0          0
1800.08/1800.63	c   nlp              :       0.28          0          0
1800.08/1800.63	c   trysol           :       0.10          0          0
1800.08/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.63	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.63	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.63	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.63	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.63	c B&B Tree           :
1800.08/1800.63	c   number of runs   :          1
1800.08/1800.63	c   nodes            :     254830
1800.08/1800.63	c   nodes (total)    :     254830
1800.08/1800.63	c   nodes left       :     253636
1800.08/1800.63	c   max depth        :        531
1800.08/1800.63	c   max depth (total):        531
1800.08/1800.63	c   backtracks       :       1173 (0.5%)
1800.08/1800.63	c   delayed cutoffs  :        347
1800.08/1800.63	c   repropagations   :      39448 (128777 domain reductions, 234 cutoffs)
1800.08/1800.63	c   avg switch length:       2.52
1800.08/1800.63	c   switching time   :      18.97
1800.08/1800.63	c Solution           :
1800.08/1800.63	c   Solutions found  :          3 (1 improvements)
1800.08/1800.63	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1800.08/1800.63	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1800.08/1800.63	c   Dual Bound       : -4.99000000000000e+02
1800.08/1800.63	c   Gap              :     100.00 %
1800.08/1800.63	c   Root Dual Bound  : -5.00000000000000e+02
1800.08/1800.63	c   Root Iterations  :          0
1800.67/1801.28	c Time complete: 1800.76.

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-2663895-1276673058/watcher-2663895-1276673058 -o /tmp/evaluation-result-2663895-1276673058/solver-2663895-1276673058 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663895-1276673058.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.00 3/106 14129
/proc/meminfo: memFree=1799264/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=6584 CPUtime=0
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 993 0 0 0 0 0 0 0 18 0 1 0 8597424 6742016 915 1992294400 4194304 7136930 140736459501184 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14129/statm: 1646 923 254 719 0 925 0

[startup+0.0358821 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14129
/proc/meminfo: memFree=1799264/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=11844 CPUtime=0.02
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 2438 0 0 0 2 0 0 0 20 0 1 0 8597424 12128256 2360 1992294400 4194304 7136930 140736459501184 18446744073709551615 6340547 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14129/statm: 2961 2360 272 719 0 2240 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11844

[startup+0.100887 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14129
/proc/meminfo: memFree=1799264/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=18052 CPUtime=0.09
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 3987 0 0 0 8 1 0 0 20 0 1 0 8597424 18485248 3909 1992294400 4194304 7136930 140736459501184 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14129/statm: 4513 3909 272 719 0 3792 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18052

[startup+0.300905 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14129
/proc/meminfo: memFree=1799264/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=35924 CPUtime=0.29
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 8896 0 0 0 24 5 0 0 20 0 1 0 8597424 36786176 8207 1992294400 4194304 7136930 140736459501184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 8981 8207 333 719 0 8260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35924

[startup+0.700939 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14129
/proc/meminfo: memFree=1799264/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=38764 CPUtime=0.69
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 10901 0 0 0 50 19 0 0 20 0 1 0 8597424 39694336 8927 1992294400 4194304 7136930 140736459501184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 9691 8927 361 719 0 8970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38764

[startup+1.50101 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14130
/proc/meminfo: memFree=1763792/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=40880 CPUtime=1.49
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 12063 0 0 0 127 22 0 0 23 0 1 0 8597424 41861120 9575 1992294400 4194304 7136930 140736459501184 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 10220 9575 388 719 0 9499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40880

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14130
/proc/meminfo: memFree=1762056/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=44312 CPUtime=3.09
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 12905 0 0 0 286 23 0 0 25 0 1 0 8597424 45375488 10417 1992294400 4194304 7136930 140736459501184 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 11078 10417 393 719 0 10357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44312

[startup+6.30043 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14130
/proc/meminfo: memFree=1758336/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=44804 CPUtime=6.29
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 13015 0 0 0 604 25 0 0 25 0 1 0 8597424 45879296 10527 1992294400 4194304 7136930 140736459501184 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 11201 10527 393 719 0 10480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44804

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14130
/proc/meminfo: memFree=1755980/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=46812 CPUtime=12.69
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 13527 0 0 0 1241 28 0 0 25 0 1 0 8597424 47935488 11039 1992294400 4194304 7136930 140736459501184 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 11703 11039 393 719 0 10982 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46812

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14130
/proc/meminfo: memFree=1753004/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=49676 CPUtime=25.49
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 14260 0 0 0 2515 34 0 0 25 0 1 0 8597424 50868224 11772 1992294400 4194304 7136930 140736459501184 18446744073709551615 4643317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 12419 11772 393 719 0 11698 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49676

[startup+51.1013 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 14132
/proc/meminfo: memFree=1747920/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=55096 CPUtime=51.07
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 15528 0 0 0 5058 49 0 0 25 0 1 0 8597424 56418304 13040 1992294400 4194304 7136930 140736459501184 18446744073709551615 4947397 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 13774 13040 393 719 0 13053 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55096

[startup+102.309 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 14132
/proc/meminfo: memFree=1739612/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=63172 CPUtime=102.27
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 17586 0 0 0 10154 73 0 0 25 0 1 0 8597424 64688128 15098 1992294400 4194304 7136930 140736459501184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 15793 15098 393 719 0 15072 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 63172

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 14134
/proc/meminfo: memFree=1728204/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=74444 CPUtime=162.24
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 20414 0 0 0 16121 103 0 0 25 0 1 0 8597424 76230656 17926 1992294400 4194304 7136930 140736459501184 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 18611 17926 393 719 0 17890 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 74444

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14136
/proc/meminfo: memFree=1720268/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=82264 CPUtime=222.23
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 22368 0 0 0 22084 139 0 0 25 0 1 0 8597424 84238336 19880 1992294400 4194304 7136930 140736459501184 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 20566 19880 393 719 0 19845 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 82264

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14138
/proc/meminfo: memFree=1708116/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=94524 CPUtime=282.21
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 25449 0 0 0 28048 173 0 0 25 0 1 0 8597424 96792576 22961 1992294400 4194304 7136930 140736459501184 18446744073709551615 4643257 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 23631 22961 393 719 0 22910 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 94524

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14138
/proc/meminfo: memFree=1699808/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=102548 CPUtime=342.18
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 27470 0 0 0 34005 213 0 0 25 0 1 0 8597424 105009152 24982 1992294400 4194304 7136930 140736459501184 18446744073709551615 4780261 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 25637 24982 393 719 0 24916 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 102548

[startup+402.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 14140
/proc/meminfo: memFree=1690632/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=111652 CPUtime=402.18
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 29778 0 0 0 39975 243 0 0 25 0 1 0 8597424 114331648 27290 1992294400 4194304 7136930 140736459501184 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 27913 27290 393 719 0 27192 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 111652

[startup+462.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 14142
/proc/meminfo: memFree=1682448/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=119688 CPUtime=462.15
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 31820 0 0 0 45943 272 0 0 25 0 1 0 8597424 122560512 29332 1992294400 4194304 7136930 140736459501184 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 29922 29332 393 719 0 29201 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 119688

[startup+522.302 s]
/proc/loadavg: 1.09 1.04 1.00 2/107 14147
/proc/meminfo: memFree=1672904/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=129980 CPUtime=522.14
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 33922 0 0 0 51912 302 0 0 25 0 1 0 8597424 133099520 31434 1992294400 4194304 7136930 140736459501184 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 32495 31434 393 719 0 31774 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 129980

[startup+582.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 14149
/proc/meminfo: memFree=1664968/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=138048 CPUtime=582.12
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 35953 0 0 0 57878 334 0 0 25 0 1 0 8597424 141361152 33465 1992294400 4194304 7136930 140736459501184 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 34512 33465 393 719 0 33791 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 138048

[startup+642.301 s]
/proc/loadavg: 1.14 1.06 1.01 2/107 14149
/proc/meminfo: memFree=1657032/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=145816 CPUtime=642.11
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 37921 0 0 0 63846 365 0 0 25 0 1 0 8597424 149315584 35433 1992294400 4194304 7136930 140736459501184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 36454 35433 393 719 0 35733 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 145816

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 14157
/proc/meminfo: memFree=1611152/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=190940 CPUtime=942.02
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 49377 0 0 0 93680 522 0 0 25 0 1 0 8597424 195522560 46889 1992294400 4194304 7136930 140736459501184 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 47735 46889 393 719 0 47014 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 190940

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14159
/proc/meminfo: memFree=1604580/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=197512 CPUtime=1002.01
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 51003 0 0 0 99648 553 0 0 25 0 1 0 8597424 202252288 48515 1992294400 4194304 7136930 140736459501184 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 49378 48515 393 719 0 48657 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 197512

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14161
/proc/meminfo: memFree=1596148/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=205704 CPUtime=1061.98
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 53087 0 0 0 105615 583 0 0 25 0 1 0 8597424 210640896 50599 1992294400 4194304 7136930 140736459501184 18446744073709551615 5120202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 51426 50599 393 719 0 50705 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 205704

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14163
/proc/meminfo: memFree=1587344/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=214408 CPUtime=1121.97
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 55279 0 0 0 111585 612 0 0 25 0 1 0 8597424 219553792 52791 1992294400 4194304 7136930 140736459501184 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 53602 52791 393 719 0 52881 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 214408

[startup+1182.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 14165
/proc/meminfo: memFree=1578664/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=222876 CPUtime=1181.95
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 57448 0 0 0 117553 642 0 0 25 0 1 0 8597424 228225024 54960 1992294400 4194304 7136930 140736459501184 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 55719 54960 393 719 0 54998 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 222876

[startup+1242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 14165
/proc/meminfo: memFree=1571348/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=230184 CPUtime=1241.94
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 59263 0 0 0 123523 671 0 0 25 0 1 0 8597424 235708416 56775 1992294400 4194304 7136930 140736459501184 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 57546 56775 393 719 0 56825 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 230184

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14167
/proc/meminfo: memFree=1561552/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=239800 CPUtime=1301.93
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 61703 0 0 0 129491 702 0 0 25 0 1 0 8597424 245555200 59215 1992294400 4194304 7136930 140736459501184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 59950 59215 393 719 0 59229 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 239800

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14169
/proc/meminfo: memFree=1552996/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=248208 CPUtime=1361.91
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 63839 0 0 0 135460 731 0 0 25 0 1 0 8597424 254164992 61351 1992294400 4194304 7136930 140736459501184 18446744073709551615 5120184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 62052 61351 393 719 0 61331 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 248208

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14171
/proc/meminfo: memFree=1543572/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=261556 CPUtime=1421.89
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 66187 0 0 0 141427 762 0 0 25 0 1 0 8597424 267833344 63699 1992294400 4194304 7136930 140736459501184 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 65389 63699 393 719 0 64668 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 261556

[startup+1482.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 14173
/proc/meminfo: memFree=1534644/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=270588 CPUtime=1481.87
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 68412 0 0 0 147391 796 0 0 25 0 1 0 8597424 277082112 65924 1992294400 4194304 7136930 140736459501184 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 67647 65924 393 719 0 66926 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 270588

[startup+1542.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 14173
/proc/meminfo: memFree=1525964/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=279108 CPUtime=1541.84
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 70566 0 0 0 153354 830 0 0 25 0 1 0 8597424 285806592 68078 1992294400 4194304 7136930 140736459501184 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 69777 68078 393 719 0 69056 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 279108

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14175
/proc/meminfo: memFree=1517408/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=287516 CPUtime=1601.83
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 72697 0 0 0 159319 864 0 0 25 0 1 0 8597424 294416384 70209 1992294400 4194304 7136930 140736459501184 18446744073709551615 4414752 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 71879 70209 393 719 0 71158 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 287516

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14177
/proc/meminfo: memFree=1508728/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=296268 CPUtime=1661.81
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 74887 0 0 0 165284 897 0 0 25 0 1 0 8597424 303378432 72399 1992294400 4194304 7136930 140736459501184 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 74067 72399 393 719 0 73346 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 296268

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14179
/proc/meminfo: memFree=1499924/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=304992 CPUtime=1721.79
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 77073 0 0 0 171247 932 0 0 25 0 1 0 8597424 312311808 74585 1992294400 4194304 7136930 140736459501184 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 76248 74585 393 719 0 75527 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 304992

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14181
/proc/meminfo: memFree=1488888/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=315632 CPUtime=1781.78
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 79742 0 0 0 177211 967 0 0 25 0 1 0 8597424 323207168 77254 1992294400 4194304 7136930 140736459501184 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 78908 77254 393 719 0 78187 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 315632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14181
/proc/meminfo: memFree=1486532/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=317820 CPUtime=1800.08
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 80323 0 0 0 179030 978 0 0 25 0 1 0 8597424 325447680 77835 1992294400 4194304 7136930 140736459501184 18446744073709551615 4697663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14129/statm: 79455 77835 393 719 0 78734 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 317820

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 14181
/proc/meminfo: memFree=1486532/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=313584 CPUtime=1800.47
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 80328 0 0 0 179069 978 0 0 25 0 1 0 8597424 321110016 76781 1992294400 4194304 7136930 140736459501184 18446744073709551615 6166224 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14129/statm: 78396 76781 398 719 0 77675 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 313584

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14181
/proc/meminfo: memFree=1486532/2059040 swapFree=4141108/4192956
[pid=14129] ppid=14127 vsize=224520 CPUtime=1800.67
/proc/14129/stat : 14129 (pbscip.linux.x8) R 14127 14129 13584 0 -1 4202496 80328 0 0 0 179088 979 0 0 25 0 1 0 8597424 229908480 54519 1992294400 4194304 7136930 140736459501184 18446744073709551615 6166298 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14129/statm: 56130 54519 398 719 0 55409 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 224520

Child status: 0
Real time (s): 1801.29
CPU time (s): 1800.77
CPU user time (s): 1790.95
CPU system time (s): 9.82151
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 317820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.95
system time used= 9.82151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80334
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 6685

runsolver used 2.95555 second user time and 8.5317 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-16 09:24:18
IDJOB=2663895
IDBENCH=48268
IDSOLVER=1167
FILE ID=node050/2663895-1276673058
PBS_JOBID= 11172508
Free space on /tmp= 62572 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_5.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-2663895-1276673058/watcher-2663895-1276673058 -o /tmp/evaluation-result-2663895-1276673058/solver-2663895-1276673058 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663895-1276673058.opb -t 1800 -m 1800

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

MD5SUM BENCH= 9b75ee50c2c62e6be495e8bd0a94fa2c
RANDOM SEED=435506166

node050.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.215
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.43
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.215
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:       1799668 kB
Buffers:         57196 kB
Cached:         111464 kB
SwapCached:       7068 kB
Active:         105516 kB
Inactive:        77764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1799668 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:            3360 kB
Writeback:           0 kB
AnonPages:       11880 kB
Mapped:          13160 kB
Slab:            54316 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180540 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= 62568 MiB
End job on node050 at 2010-06-16 09:54:21