Trace number 2664121

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)72 1801.19 1801.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664121-1276620772.opb>
0.00/0.10	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.00/0.10	c problem read
0.00/0.10	c presolving settings loaded
0.00/0.10	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.09/0.12	c presolving:
0.09/0.15	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c (round 2) 1 del vars, 733 del conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 102 upgd conss, 0 impls, 0 clqs
0.19/0.20	c (round 3) 1 del vars, 733 del conss, 1 chg bounds, 66 chg sides, 304 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.19/0.21	c (round 4) 1 del vars, 733 del conss, 1 chg bounds, 92 chg sides, 330 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.49/0.53	c    (0.4s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.49/0.53	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.49/0.53	c presolving (5 rounds):
0.49/0.53	c  1 deleted vars, 733 deleted constraints, 1 tightened bounds, 0 added holes, 92 changed sides, 330 changed coefficients
0.49/0.53	c  144 implications, 2 cliques
0.49/0.53	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 927 constraints
0.49/0.53	c     195 constraints of type <knapsack>
0.49/0.53	c     732 constraints of type <linear>
0.49/0.53	c transformed objective value is always integral (scale: 1)
0.49/0.53	c Presolving Time: 0.39
0.49/0.53	c - non default parameters ----------------------------------------------------------------------
0.49/0.53	c # SCIP version 1.2.1.2
0.49/0.53	c 
0.49/0.53	c # frequency for displaying node information lines
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.53	c display/freq = 10000
0.49/0.53	c 
0.49/0.53	c # maximal time in seconds to run
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/time = 1799.91
0.49/0.53	c 
0.49/0.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.53	c limits/memory = 1620
0.49/0.53	c 
0.49/0.53	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.53	c lp/solvefreq = -1
0.49/0.53	c 
0.49/0.53	c # should presolving try to simplify inequalities
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c constraints/linear/simplifyinequalities = TRUE
0.49/0.53	c 
0.49/0.53	c # should presolving try to simplify knapsacks
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.53	c 
0.49/0.53	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c separating/rapidlearning/freq = 0
0.49/0.53	c 
0.49/0.53	c -----------------------------------------------------------------------------------------------
0.49/0.53	c start solving
0.49/0.53	c 
0.49/0.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.54	c   0.4s|     1 |     2 |     0 |     - |5255k|   0 |   - | 894 | 927 |   0 |   0 |   0 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
52.28/52.34	c  51.8s| 10000 |  4638 |     0 |   0.0 |  17M| 775 |   - | 894 |2100 |   0 |   0 |   0 |7156 |   0 | 4.500000e+01 |      --      |    Inf 
97.66/97.78	c  96.9s| 20000 |  9894 |     0 |   0.0 |  31M| 775 |   - | 894 |2249 |   0 |   0 |   0 |  14k|   0 | 4.500000e+01 |      --      |    Inf 
144.35/144.41	c   143s| 30000 | 13897 |     0 |   0.0 |  47M| 775 |   - | 894 |4219 |   0 |   0 |   0 |  22k|   0 | 4.500000e+01 |      --      |    Inf 
193.55/193.67	c   192s| 40000 | 18342 |     0 |   0.0 |  62M| 775 |   - | 894 |2468 |   0 |   0 |   0 |  30k|   0 | 4.500000e+01 |      --      |    Inf 
224.04/224.12	c   222s| 50000 | 23365 |     0 |   0.0 |  81M| 775 |   - | 894 |3568 |   0 |   0 |   0 |  37k|   0 | 4.500000e+01 |      --      |    Inf 
227.83/227.94	o 77
227.83/227.94	c * 226s| 51225 | 17888 |     0 |   0.0 |  66M| 775 |   - | 894 |3588 |   0 |   0 |   0 |  38k|   0 | 4.500000e+01 | 7.700000e+01 |  71.11%
285.92/286.03	c   284s| 60000 | 18691 |     0 |   0.0 |  76M| 775 |   - | 894 |3667 |   0 |   0 |   0 |  49k|   0 | 4.500000e+01 | 7.700000e+01 |  71.11%
318.41/318.54	c   316s| 70000 | 23973 |     0 |   0.0 |  93M| 775 |   - | 894 |2339 |   0 |   0 |   0 |  55k|   0 | 4.500000e+01 | 7.700000e+01 |  71.11%
348.80/348.93	c   346s| 80000 | 28662 |     0 |   0.0 | 110M| 775 |   - | 894 |3111 |   0 |   0 |   0 |  62k|   0 | 4.500000e+01 | 7.700000e+01 |  71.11%
379.19/379.32	c   376s| 90000 | 32453 |     0 |   0.0 | 125M| 775 |   - | 894 |3905 |   0 |   0 |   0 |  71k|   0 | 4.500000e+01 | 7.700000e+01 |  71.11%
381.89/382.06	o 75
381.89/382.06	c * 379s| 90898 | 32744 |     0 |   0.0 | 126M| 775 |   - | 894 |3900 |   0 |   0 |   0 |  72k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
412.39/412.51	c   409s|100000 | 35227 |     0 |   0.0 | 136M| 775 |   - | 894 |3828 |   0 |   0 |   0 |  81k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
463.77/463.96	c   460s|110000 | 35975 |     0 |   0.0 | 144M| 775 |   - | 894 |3978 |   0 |   0 |   0 |  94k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
495.15/495.37	c   491s|120000 | 40423 |     0 |   0.0 | 158M| 775 |   - | 894 |3070 |   0 |   0 |   0 | 102k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
527.54/527.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.54/527.73	c   523s|130000 | 44878 |     0 |   0.0 | 173M| 775 |   - | 894 |3848 |   0 |   0 |   0 | 110k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
560.14/560.31	c   555s|140000 | 48800 |     0 |   0.0 | 187M| 775 |   - | 894 |4917 |   0 |   0 |   0 | 119k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
594.13/594.30	c   589s|150000 | 52337 |     0 |   0.0 | 201M| 775 |   - | 894 |5699 |   0 |   0 |   0 | 128k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
630.22/630.44	c   625s|160000 | 55272 |     0 |   0.0 | 212M| 775 |   - | 894 |6217 |   0 |   0 |   0 | 139k|   0 | 4.500000e+01 | 7.500000e+01 |  66.67%
639.72/639.94	o 73
639.72/639.94	c * 634s|162716 | 55153 |     0 |   0.0 | 213M| 775 |   - | 894 |6371 |   0 |   0 |   0 | 142k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
668.62/668.83	c   663s|170000 | 56641 |     0 |   0.0 | 220M| 775 |   - | 894 |6500 |   0 |   0 |   0 | 150k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
709.40/709.65	c   703s|180000 | 58040 |     0 |   0.0 | 226M| 775 |   - | 894 |5881 |   0 |   0 |   0 | 163k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
757.88/758.15	c   751s|190000 | 58250 |     0 |   0.0 | 231M| 775 |   - | 894 |4458 |   0 |   0 |   0 | 177k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
788.28/788.53	c   781s|200000 | 61745 |     0 |   0.0 | 242M| 775 |   - | 894 |6321 |   0 |   0 |   0 | 187k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
820.67/820.97	c   814s|210000 | 65725 |     0 |   0.0 | 254M| 775 |   - | 894 |4765 |   0 |   0 |   0 | 195k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
852.66/852.91	c   845s|220000 | 70377 |     0 |   0.0 | 267M| 775 |   - | 894 |4910 |   0 |   0 |   0 | 203k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
886.05/886.32	c   878s|230000 | 74456 |     0 |   0.0 | 278M| 775 |   - | 894 |5502 |   0 |   0 |   0 | 212k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
920.46/920.76	c   912s|240000 | 78170 |     0 |   0.0 | 290M| 775 |   - | 894 |5998 |   0 |   0 |   0 | 221k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
955.43/955.75	c   947s|250000 | 81754 |     0 |   0.0 | 301M| 775 |   - | 894 |6734 |   0 |   0 |   0 | 231k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
992.02/992.34	c   983s|260000 | 85189 |     0 |   0.0 | 312M| 775 |   - | 894 |7145 |   0 |   0 |   0 | 241k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
1030.51/1030.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1030.51/1030.86	c  1022s|270000 | 88159 |     0 |   0.0 | 322M| 775 |   - | 894 |7873 |   0 |   0 |   0 | 252k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
1069.80/1070.14	c  1061s|280000 | 90886 |     0 |   0.0 | 333M| 775 |   - | 894 |8332 |   0 |   0 |   0 | 263k|   0 | 4.500000e+01 | 7.300000e+01 |  62.22%
1069.92/1070.27	o 72
1069.92/1070.27	c *1061s|280045 | 90886 |     0 |   0.0 | 333M| 775 |   - | 894 |8331 |   0 |   0 |   0 | 263k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1110.29/1110.69	c  1101s|290000 | 93350 |     0 |   0.0 | 342M| 775 |   - | 894 |8649 |   0 |   0 |   0 | 275k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1152.39/1152.76	c  1143s|300000 | 95697 |     0 |   0.0 | 351M| 775 |   - | 894 |8731 |   0 |   0 |   0 | 287k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1193.87/1194.27	c  1184s|310000 | 98107 |     0 |   0.0 | 360M| 775 |   - | 894 |8752 |   0 |   0 |   0 | 299k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1238.86/1239.24	c  1228s|320000 | 99824 |     0 |   0.0 | 368M| 775 |   - | 894 |9302 |   0 |   0 |   0 | 311k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1286.75/1287.13	c  1276s|330000 |101100 |     0 |   0.0 | 375M| 775 |   - | 894 |9431 |   0 |   0 |   0 | 325k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1336.64/1337.09	c  1325s|340000 |101872 |     0 |   0.0 | 380M| 775 |   - | 894 |8849 |   0 |   0 |   0 | 339k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1390.82/1391.28	c  1379s|350000 |101701 |     0 |   0.0 | 382M| 775 |   - | 894 |8318 |   0 |   0 |   0 | 355k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1436.31/1436.80	c  1424s|360000 |103423 |     0 |   0.0 | 387M| 775 |   - | 894 |6138 |   0 |   0 |   0 | 367k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1467.90/1468.38	c  1456s|370000 |107542 |     0 |   0.0 | 400M| 775 |   - | 894 |6760 |   0 |   0 |   0 | 375k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1503.89/1504.36	c  1491s|380000 |110160 |     0 |   0.0 | 410M| 775 |   - | 894 |8261 |   0 |   0 |   0 | 385k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1538.28/1538.79	c  1525s|390000 |113444 |     0 |   0.0 | 418M| 775 |   - | 894 |7753 |   0 |   0 |   0 | 395k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1570.17/1570.66	c  1557s|400000 |117925 |     0 |   0.0 | 429M| 775 |   - | 894 |7199 |   0 |   0 |   0 | 403k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1604.66/1605.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1604.66/1605.13	c  1591s|410000 |122104 |     0 |   0.0 | 439M| 775 |   - | 894 |7913 |   0 |   0 |   0 | 411k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1641.26/1641.74	c  1627s|420000 |125965 |     0 |   0.0 | 450M| 775 |   - | 894 |8250 |   0 |   0 |   0 | 421k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1679.15/1679.66	c  1665s|430000 |129659 |     0 |   0.0 | 461M| 775 |   - | 894 |8536 |   0 |   0 |   0 | 431k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1716.24/1716.71	c  1702s|440000 |133437 |     0 |   0.0 | 471M| 775 |   - | 894 |8455 |   0 |   0 |   0 | 440k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1755.52/1756.09	c  1741s|450000 |136814 |     0 |   0.0 | 481M| 775 |   - | 894 |9206 |   0 |   0 |   0 | 451k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1796.42/1796.99	c  1781s|460000 |140034 |     0 |   0.0 | 491M| 775 |   - | 894 |9262 |   0 |   0 |   0 | 461k|   0 | 4.500000e+01 | 7.200000e+01 |  60.00%
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.51	c 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time (sec) : 1784.86
1800.02/1800.51	c Solving Nodes      : 460812
1800.02/1800.51	c Primal Bound       : +7.20000000000000e+01 (4 solutions)
1800.02/1800.51	c Dual Bound         : +4.50000000000000e+01
1800.02/1800.51	c Gap                : 60.00 %
1800.02/1800.51	s SATISFIABLE
1800.02/1800.51	v x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 
1800.02/1800.51	v x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 -x123 x124 x125 x126 
1800.02/1800.51	v x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 -x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 
1800.02/1800.51	v x151 x152 -x153 x154 x155 x156 x157 -x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 
1800.02/1800.51	v x176 x177 x178 x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 -x195 x196 x197 x198 x199 -x200 
1800.02/1800.51	v x201 x202 x203 x204 x205 x206 -x207 x208 x209 x210 x211 x212 -x213 x214 x215 x216 x217 x218 -x219 x220 x221 x222 x223 x224 
1800.02/1800.51	v x225 x226 x227 x228 x229 x230 x231 x232 x233 -x234 x235 x236 x237 x238 -x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 
1800.02/1800.51	v x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 x262 x263 x264 -x265 x266 x267 x268 -x269 x270 x271 x272 x273 
1800.02/1800.51	v -x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 -x291 x292 x293 x294 -x295 -x296 x297 
1800.02/1800.51	v x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 x306 x307 -x308 x309 x310 -x311 x312 x313 -x314 x315 x316 -x317 x318 x319 -x320 
1800.02/1800.51	v -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 x338 -x339 -x340 -x341 -x342 -x343 
1800.02/1800.51	v -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 
1800.02/1800.51	v x366 x367 x368 x369 -x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 -x385 x386 x387 x388 x389 -x390 
1800.02/1800.51	v x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 -x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 
1800.02/1800.51	v x415 x416 x417 x418 x419 -x420 x421 x422 x423 x424 -x425 -x426 x427 x428 x429 x430 x431 -x432 x433 x434 x435 x436 x437 -x438 
1800.02/1800.51	v x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 x452 -x453 x454 x455 x456 x457 -x458 x459 x460 x461 x462 x463 
1800.02/1800.51	v x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 -x479 x480 x481 x482 -x483 x484 x485 x486 x487 -x488 
1800.02/1800.51	v x489 x490 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 -x501 x502 x503 x504 -x505 -x506 x507 x508 -x509 -x510 -x511 
1800.02/1800.51	v -x512 -x513 -x514 -x515 x516 x517 -x518 x519 x520 -x521 x522 x523 -x524 x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 
1800.02/1800.51	v -x534 -x535 x536 x537 x538 x539 x540 x541 x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 
1800.02/1800.51	v -x557 -x558 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 x573 
1800.02/1800.51	v x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 -x593 x594 x595 x596 x597 x598 
1800.02/1800.51	v x599 x600 x601 x602 x603 x604 x605 x606 x607 -x608 x609 x610 x611 x612 -x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 
1800.02/1800.51	v x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 -x633 x634 x635 x636 x637 -x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 
1800.02/1800.51	v x648 x649 x650 -x651 -x652 x653 x654 -x655 -x656 x657 -x658 -x659 -x660 x661 x662 x663 -x664 x665 x666 -x667 x668 x669 -x670 
1800.02/1800.51	v -x671 x672 -x673 -x674 -x675 -x676 -x677 -x678 x679 x680 x681 x682 x683 x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 x692 
1800.02/1800.51	v -x693 -x694 -x695 -x696 -x697 -x698 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x699 x700 x701 x702 x703 x704 x705 x706 x707 x708 x709 x710 
1800.02/1800.51	v x711 x712 x713 -x714 x715 x716 x717 x718 -x719 x720 x721 x722 x723 x724 x725 x726 x727 x728 x729 x730 x731 x732 x733 -x734 
1800.02/1800.51	v x735 x736 x737 x738 -x739 x740 x741 x742 x743 x744 x745 x746 x747 -x748 -x749 x750 x751 -x752 -x753 x754 -x755 -x756 -x757 
1800.02/1800.51	v -x758 x759 x760 -x761 x762 x763 -x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 -x772 x773 x774 x775 x776 -x777 -x778 -x779 -x780 
1800.02/1800.51	v -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x27 -x26 -x25 -x24 -x23 x22 x21 x790 x791 x792 x793 x794 x795 x796 
1800.02/1800.51	v x797 x798 x799 x800 x801 x802 x803 x804 x805 x806 x807 x808 -x809 -x810 x811 x812 -x813 x814 x815 x816 x817 -x818 x819 x820 
1800.02/1800.51	v x821 -x822 x823 x824 -x825 -x826 -x827 -x828 -x829 -x830 x831 x832 x833 x834 -x835 -x836 -x837 -x838 -x839 x840 -x841 -x842 -x843 
1800.02/1800.51	v -x844 -x34 -x33 -x32 -x31 x30 x29 x28 -x845 x846 x847 x848 -x849 x850 x851 x852 x853 -x854 -x855 x856 x857 -x858 -x859 -x860 
1800.02/1800.51	v -x861 -x862 -x863 x864 x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x41 -x40 -x39 -x38 x37 -x36 x35 -x875 
1800.02/1800.51	v x876 x877 x878 x879 -x880 x881 x882 x883 x884 -x885 -x886 -x887 -x888 -x48 -x47 x46 -x45 -x44 -x43 -x42 x889 x890 x891 x892 
1800.02/1800.51	v -x893 -x55 -x54 x53 x52 -x51 -x50 -x49 -x894 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 x58 -x57 -x56 x895 -x6 x5 x4 
1800.02/1800.51	v -x3 x2 x1 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time       :    1784.86
1800.02/1800.51	c Original Problem   :
1800.02/1800.51	c   Problem name     : HOME/instance-2664121-1276620772.opb
1800.02/1800.51	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 1660 initial, 1660 maximal
1800.02/1800.51	c Presolved Problem  :
1800.02/1800.51	c   Problem name     : t_HOME/instance-2664121-1276620772.opb
1800.02/1800.51	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 927 initial, 10019 maximal
1800.02/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :       0.31          0          0          0          0          0          0          0          0
1800.02/1800.51	c   knapsack         :       0.00          0          0          0          0          0          0         48        182
1800.02/1800.51	c   linear           :       0.08          1          0          0          1          0        733         44        148
1800.02/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          5          -          -          5          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.51	c   knapsack         :        195          0    1358112          0     347252       9648    1602621          0          0          0
1800.02/1800.51	c   linear           :        732          0    1348457          0     347249     167516   14780398          0          0          0
1800.02/1800.51	c   logicor          :          0+         0     598187          0          0       5883     303607          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0          0     347252          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c   knapsack         :     150.97       0.00     139.42       0.00      11.55
1800.02/1800.51	c   linear           :     828.79       0.00     828.24       0.00       0.55
1800.02/1800.51	c   logicor          :     201.82       0.00     201.82       0.00       0.00
1800.02/1800.51	c   countsols        :       0.16       0.00       0.00       0.00       0.16
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   vbounds          :       0.82          2          0          0
1800.02/1800.51	c   rootredcost      :       0.90          0          0          0
1800.02/1800.51	c   pseudoobj        :       2.03    1357816         53       1918
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :      20.44     183100     182770    1593991       30.1       7460       24.1          -
1800.02/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.51	c   applied globally :          -          -          -     462696       26.4          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -        158       95.8          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.52	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.52	c Pricers            :       Time      Calls       Vars
1800.02/1800.52	c   problem variables:       0.00          0          0
1800.02/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   inference        :      38.50     347248          0          0          0          0     694496
1800.02/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.52	c   LP solutions     :       0.00          -          0
1800.02/1800.52	c   pseudo solutions :       0.03          -          4
1800.02/1800.52	c   oneopt           :       0.38          0          0
1800.02/1800.52	c   trivial          :       0.01          2          0
1800.02/1800.52	c   simplerounding   :       0.00          0          0
1800.02/1800.52	c   zirounding       :       0.00          0          0
1800.02/1800.52	c   rounding         :       0.00          0          0
1800.02/1800.52	c   shifting         :       0.00          0          0
1800.02/1800.52	c   intshifting      :       0.00          0          0
1800.02/1800.52	c   twoopt           :       0.00          0          0
1800.02/1800.52	c   fixandinfer      :       0.00          0          0
1800.02/1800.52	c   feaspump         :       0.00          0          0
1800.02/1800.52	c   coefdiving       :       0.00          0          0
1800.02/1800.52	c   pscostdiving     :       0.00          0          0
1800.02/1800.52	c   fracdiving       :       0.00          0          0
1800.02/1800.52	c   veclendiving     :       0.00          0          0
1800.02/1800.52	c   intdiving        :       0.00          0          0
1800.02/1800.52	c   actconsdiving    :       0.00          0          0
1800.02/1800.52	c   objpscostdiving  :       0.00          0          0
1800.02/1800.52	c   rootsoldiving    :       0.00          0          0
1800.02/1800.52	c   linesearchdiving :       0.00          0          0
1800.02/1800.52	c   guideddiving     :       0.00          0          0
1800.02/1800.52	c   octane           :       0.00          0          0
1800.02/1800.52	c   rens             :       0.00          0          0
1800.02/1800.52	c   rins             :       0.00          0          0
1800.02/1800.52	c   localbranching   :       0.00          0          0
1800.02/1800.52	c   mutation         :       0.00          0          0
1800.02/1800.52	c   crossover        :       0.00          0          0
1800.02/1800.52	c   dins             :       0.00          0          0
1800.02/1800.52	c   undercover       :       0.00          0          0
1800.02/1800.52	c   nlp              :       0.29          0          0
1800.02/1800.52	c   trysol           :       0.39          0          0
1800.02/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.52	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.52	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.52	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.52	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.52	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.52	c B&B Tree           :
1800.02/1800.52	c   number of runs   :          1
1800.02/1800.52	c   nodes            :     460812
1800.02/1800.52	c   nodes (total)    :     460812
1800.02/1800.52	c   nodes left       :     140210
1800.02/1800.52	c   max depth        :        775
1800.02/1800.52	c   max depth (total):        775
1800.02/1800.52	c   backtracks       :      83755 (18.2%)
1800.02/1800.52	c   delayed cutoffs  :      86582
1800.02/1800.52	c   repropagations   :     214497 (3710651 domain reductions, 69540 cutoffs)
1800.02/1800.52	c   avg switch length:      10.43
1800.02/1800.52	c   switching time   :     498.15
1800.02/1800.52	c Solution           :
1800.02/1800.52	c   Solutions found  :          4 (4 improvements)
1800.02/1800.52	c   First Solution   : +7.70000000000000e+01   (in run 1, after 51225 nodes, 225.97 seconds, depth 35, found by <relaxation>)
1800.02/1800.52	c   Primal Bound     : +7.20000000000000e+01   (in run 1, after 280045 nodes, 1060.73 seconds, depth 40, found by <relaxation>)
1800.02/1800.52	c   Dual Bound       : +4.50000000000000e+01
1800.02/1800.52	c   Gap              :      60.00 %
1800.02/1800.52	c   Root Dual Bound  : +4.50000000000000e+01
1800.02/1800.52	c   Root Iterations  :          0
1801.11/1801.66	c Time complete: 1801.18.

Verifier Data

OK	72

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664121-1276620772/watcher-2664121-1276620772 -o /tmp/evaluation-result-2664121-1276620772/solver-2664121-1276620772 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664121-1276620772.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.93 1.65 1.29 3/106 12050
/proc/meminfo: memFree=1506916/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=6584 CPUtime=0
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 3372229 6742016 909 1992294400 4194304 7136930 140736007051376 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12050/statm: 1646 919 254 719 0 925 0

[startup+0.014867 s]
/proc/loadavg: 1.93 1.65 1.29 3/106 12050
/proc/meminfo: memFree=1506916/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=7988 CPUtime=0
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 1482 0 0 0 0 0 0 0 20 0 1 0 3372229 8179712 1404 1992294400 4194304 7136930 140736007051376 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12050/statm: 1997 1404 271 719 0 1276 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7988

[startup+0.100875 s]
/proc/loadavg: 1.93 1.65 1.29 3/106 12050
/proc/meminfo: memFree=1506916/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=8884 CPUtime=0.09
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 2071 0 0 0 9 0 0 0 20 0 1 0 3372229 9097216 1639 1992294400 4194304 7136930 140736007051376 18446744073709551615 6165594 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 2478 1644 278 719 0 1757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8884

[startup+0.300896 s]
/proc/loadavg: 1.93 1.65 1.29 3/106 12050
/proc/meminfo: memFree=1506916/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=24884 CPUtime=0.29
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 8162 0 0 0 26 3 0 0 20 0 1 0 3372229 25481216 5417 1992294400 4194304 7136930 140736007051376 18446744073709551615 4980164 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 6221 5417 368 719 0 5500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24884

[startup+0.700939 s]
/proc/loadavg: 1.93 1.65 1.29 3/106 12050
/proc/meminfo: memFree=1506916/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=26336 CPUtime=0.69
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 8545 0 0 0 65 4 0 0 21 0 1 0 3372229 26968064 5800 1992294400 4194304 7136930 140736007051376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 6584 5800 388 719 0 5863 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26336

[startup+1.50102 s]
/proc/loadavg: 1.93 1.65 1.29 2/107 12051
/proc/meminfo: memFree=1484464/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=27140 CPUtime=1.49
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 8758 0 0 0 144 5 0 0 23 0 1 0 3372229 27791360 6013 1992294400 4194304 7136930 140736007051376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 6785 6013 395 719 0 6064 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27140

[startup+3.1012 s]
/proc/loadavg: 1.93 1.65 1.29 2/107 12051
/proc/meminfo: memFree=1483596/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=27816 CPUtime=3.09
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 8912 0 0 0 303 6 0 0 25 0 1 0 3372229 28483584 6167 1992294400 4194304 7136930 140736007051376 18446744073709551615 4947379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 6954 6167 395 719 0 6233 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27816

[startup+6.30054 s]
/proc/loadavg: 1.86 1.64 1.29 2/107 12051
/proc/meminfo: memFree=1482480/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=29032 CPUtime=6.29
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 9202 0 0 0 621 8 0 0 25 0 1 0 3372229 29728768 6457 1992294400 4194304 7136930 140736007051376 18446744073709551615 4948310 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 7258 6457 395 719 0 6537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29032

[startup+12.7012 s]
/proc/loadavg: 1.79 1.63 1.28 2/107 12051
/proc/meminfo: memFree=1480620/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=30632 CPUtime=12.69
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 9608 0 0 0 1258 11 0 0 25 0 1 0 3372229 31367168 6863 1992294400 4194304 7136930 140736007051376 18446744073709551615 4978336 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 7658 6863 395 719 0 6937 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30632

[startup+25.5006 s]
/proc/loadavg: 1.61 1.60 1.28 2/107 12051
/proc/meminfo: memFree=1478140/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=32984 CPUtime=25.48
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 10195 0 0 0 2529 19 0 0 25 0 1 0 3372229 33775616 7450 1992294400 4194304 7136930 140736007051376 18446744073709551615 4947099 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 8246 7450 395 719 0 7525 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32984

[startup+51.1014 s]
/proc/loadavg: 1.40 1.55 1.27 2/107 12053
/proc/meminfo: memFree=1469212/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=42692 CPUtime=51.07
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 12479 0 0 0 5069 38 0 0 25 0 1 0 3372229 43716608 9734 1992294400 4194304 7136930 140736007051376 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 10673 9734 395 719 0 9952 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42692

[startup+102.308 s]
/proc/loadavg: 1.17 1.46 1.25 2/107 12053
/proc/meminfo: memFree=1446024/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=66392 CPUtime=102.27
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 18184 0 0 0 10149 78 0 0 25 0 1 0 3372229 67985408 15439 1992294400 4194304 7136930 140736007051376 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 16598 15439 395 719 0 15877 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 66392

[startup+162.301 s]
/proc/loadavg: 1.06 1.38 1.24 2/107 12055
/proc/meminfo: memFree=1425688/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=88280 CPUtime=162.25
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 23335 0 0 0 16106 119 0 0 25 0 1 0 3372229 90398720 20590 1992294400 4194304 7136930 140736007051376 18446744073709551615 4979757 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 22070 20590 395 719 0 21349 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 88280

[startup+222.301 s]
/proc/loadavg: 1.02 1.31 1.22 2/107 12057
/proc/meminfo: memFree=1387000/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=129160 CPUtime=222.24
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 32896 0 0 0 22050 174 0 0 25 0 1 0 3372229 132259840 30151 1992294400 4194304 7136930 140736007051376 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 32290 30151 395 719 0 31569 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 129160

[startup+282.301 s]
/proc/loadavg: 1.01 1.25 1.20 2/107 12059
/proc/meminfo: memFree=1380676/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=136076 CPUtime=282.22
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 34473 0 0 0 28009 213 0 0 25 0 1 0 3372229 139341824 31728 1992294400 4194304 7136930 140736007051376 18446744073709551615 4947744 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 34019 31728 395 719 0 33298 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 136076

[startup+342.301 s]
/proc/loadavg: 1.00 1.20 1.18 2/107 12061
/proc/meminfo: memFree=1347568/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=171392 CPUtime=342.2
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 42894 0 0 0 33947 273 0 0 25 0 1 0 3372229 175505408 40149 1992294400 4194304 7136930 140736007051376 18446744073709551615 4858870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 42848 40149 395 719 0 42127 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 171392

[startup+402.301 s]
/proc/loadavg: 1.00 1.16 1.17 2/107 12061
/proc/meminfo: memFree=1318056/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=201280 CPUtime=402.18
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 50081 0 0 0 39882 336 0 0 25 0 1 0 3372229 206110720 47336 1992294400 4194304 7136930 140736007051376 18446744073709551615 4977973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 50320 47336 395 719 0 49599 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 201280

[startup+462.301 s]
/proc/loadavg: 1.00 1.13 1.16 2/107 12063
/proc/meminfo: memFree=1302308/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=217716 CPUtime=462.17
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 53980 0 0 0 45831 386 0 0 25 0 1 0 3372229 222941184 51235 1992294400 4194304 7136930 140736007051376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 54429 51235 395 719 0 53708 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 217716

[startup+522.301 s]
/proc/loadavg: 1.00 1.10 1.15 2/107 12074
/proc/meminfo: memFree=1272796/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=249368 CPUtime=522.15
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 61261 0 0 0 51771 444 0 0 25 0 1 0 3372229 255352832 58516 1992294400 4194304 7136930 140736007051376 18446744073709551615 4924316 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 62342 58516 395 719 0 61621 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 249368

[startup+582.301 s]
/proc/loadavg: 1.00 1.08 1.14 2/107 12076
/proc/meminfo: memFree=1237580/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=285048 CPUtime=582.13
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 69971 0 0 0 57711 502 0 0 25 0 1 0 3372229 291889152 67226 1992294400 4194304 7136930 140736007051376 18446744073709551615 4947556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 71262 67226 395 719 0 70541 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 285048

[startup+642.301 s]
/proc/loadavg: 1.00 1.06 1.12 2/107 12078
/proc/meminfo: memFree=1209928/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=314240 CPUtime=642.12
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 76890 0 0 0 63659 553 0 0 25 0 1 0 3372229 321781760 74145 1992294400 4194304 7136930 140736007051376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 78560 74145 395 719 0 77839 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 314240

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/107 12086
/proc/meminfo: memFree=1102792/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=427308 CPUtime=1002.02
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 103632 0 0 0 99338 864 0 0 25 0 1 0 3372229 437563392 100887 1992294400 4194304 7136930 140736007051376 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 106827 100887 395 719 0 106106 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 427308

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 12088
/proc/meminfo: memFree=1082580/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=449228 CPUtime=1062.01
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 108926 0 0 0 105292 909 0 0 25 0 1 0 3372229 460009472 106181 1992294400 4194304 7136930 140736007051376 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 112307 106181 395 719 0 111586 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 449228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 12090
/proc/meminfo: memFree=1066832/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=464176 CPUtime=1121.99
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 112612 0 0 0 111242 957 0 0 25 0 1 0 3372229 475316224 109867 1992294400 4194304 7136930 140736007051376 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 116044 109867 395 719 0 115323 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 464176

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 12092
/proc/meminfo: memFree=1050588/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=481676 CPUtime=1181.97
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 116642 0 0 0 117196 1001 0 0 25 0 1 0 3372229 493236224 113897 1992294400 4194304 7136930 140736007051376 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 120419 113897 395 719 0 119698 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 481676

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 12094
/proc/meminfo: memFree=1039056/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=494344 CPUtime=1241.96
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 119449 0 0 0 123150 1046 0 0 25 0 1 0 3372229 506208256 116704 1992294400 4194304 7136930 140736007051376 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 123586 116704 395 719 0 122865 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 494344

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 12094
/proc/meminfo: memFree=1026408/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=507148 CPUtime=1301.95
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 122616 0 0 0 129103 1092 0 0 25 0 1 0 3372229 519319552 119871 1992294400 4194304 7136930 140736007051376 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 126787 119871 395 719 0 126066 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 507148

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 12096
/proc/meminfo: memFree=1023184/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=510776 CPUtime=1361.93
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 123414 0 0 0 135058 1135 0 0 25 0 1 0 3372229 523034624 120669 1992294400 4194304 7136930 140736007051376 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 127694 120669 395 719 0 126973 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 510776

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 12098
/proc/meminfo: memFree=1020828/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=513120 CPUtime=1421.92
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 124007 0 0 0 141012 1180 0 0 25 0 1 0 3372229 525434880 121262 1992294400 4194304 7136930 140736007051376 18446744073709551615 4978009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 128280 121262 395 719 0 127559 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 513120

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 12100
/proc/meminfo: memFree=998632/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=536924 CPUtime=1481.9
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 129806 0 0 0 146958 1232 0 0 25 0 1 0 3372229 549810176 127061 1992294400 4194304 7136930 140736007051376 18446744073709551615 4660129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 134231 127061 395 719 0 133510 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 536924

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 12102
/proc/meminfo: memFree=983380/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=551552 CPUtime=1541.88
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 133339 0 0 0 152900 1288 0 0 25 0 1 0 3372229 564789248 130594 1992294400 4194304 7136930 140736007051376 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 137888 130594 395 719 0 137167 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 551552

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 12102
/proc/meminfo: memFree=964780/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=570256 CPUtime=1601.86
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 137986 0 0 0 158843 1343 0 0 25 0 1 0 3372229 583942144 135241 1992294400 4194304 7136930 140736007051376 18446744073709551615 4923914 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 142564 135241 395 719 0 141843 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 570256

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/107 12104
/proc/meminfo: memFree=944816/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=591128 CPUtime=1661.85
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 142929 0 0 0 164791 1394 0 0 25 0 1 0 3372229 605315072 140184 1992294400 4194304 7136930 140736007051376 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 147782 140184 395 719 0 147061 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 591128

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12106
/proc/meminfo: memFree=929068/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=608468 CPUtime=1721.84
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 146846 0 0 0 170739 1445 0 0 25 0 1 0 3372229 623071232 144101 1992294400 4194304 7136930 140736007051376 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 152117 144101 395 719 0 151396 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 608468

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12108
/proc/meminfo: memFree=912576/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=624400 CPUtime=1781.82
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 150914 0 0 0 176689 1493 0 0 25 0 1 0 3372229 639385600 148169 1992294400 4194304 7136930 140736007051376 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 156100 148169 395 719 0 155379 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 624400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12108
/proc/meminfo: memFree=909724/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=627124 CPUtime=1800.02
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 151634 0 0 0 178495 1507 0 0 25 0 1 0 3372229 642174976 148889 1992294400 4194304 7136930 140736007051376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12050/statm: 156781 148889 395 719 0 156060 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 627124

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12109
/proc/meminfo: memFree=909716/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=627124 CPUtime=1800.12
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 151640 0 0 0 178505 1507 0 0 25 0 1 0 3372229 642174976 148895 1992294400 4194304 7136930 140736007051376 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12050/statm: 156781 148895 401 719 0 156060 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 627124

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12109
/proc/meminfo: memFree=909716/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=627124 CPUtime=1800.91
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 151640 0 0 0 178584 1507 0 0 25 0 1 0 3372229 642174976 148895 1992294400 4194304 7136930 140736007051376 18446744073709551615 6165617 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12050/statm: 156781 148895 401 719 0 156060 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 627124

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12109
/proc/meminfo: memFree=909716/2059040 swapFree=4192956/4192956
[pid=12050] ppid=12048 vsize=575912 CPUtime=1801.11
/proc/12050/stat : 12050 (pbscip.linux.x8) R 12048 12050 11785 0 -1 4202496 151640 0 0 0 178603 1508 0 0 25 0 1 0 3372229 589733888 136098 1992294400 4194304 7136930 140736007051376 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12050/statm: 143978 136098 401 719 0 143257 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 575912

Child status: 0
Real time (s): 1801.67
CPU time (s): 1801.19
CPU user time (s): 1786.04
CPU system time (s): 15.1497
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 627124

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

runsolver used 3.22851 second user time and 8.26474 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-15 18:52:52
IDJOB=2664121
IDBENCH=2944
IDSOLVER=1167
FILE ID=node035/2664121-1276620772
PBS_JOBID= 11172322
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.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-2664121-1276620772/watcher-2664121-1276620772 -o /tmp/evaluation-result-2664121-1276620772/solver-2664121-1276620772 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664121-1276620772.opb -t 1800 -m 1800

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=2094341386

node035.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.219
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.219
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1507320 kB
Buffers:         75092 kB
Cached:         335452 kB
SwapCached:          0 kB
Active:         141760 kB
Inactive:       328436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1507320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:       59612 kB
Mapped:          15432 kB
Slab:            59600 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183228 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= 62456 MiB
End job on node035 at 2010-06-15 19:22:55