Trace number 2663786

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)6 1802.15 1802.64

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_5.opb
MD5SUM65a3c38bd8963c911b96c745ee468cb1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark456.345
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint40
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3062
Sum of products size (including duplicates)6124
Number of different products3062
Sum of products size6124

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-2663786-1276658060.opb>
0.00/0.03	c original problem has 3162 variables (3162 bin, 0 int, 0 impl, 0 cont) and 3162 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.03	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.06	c presolving:
0.29/0.36	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 199582 impls, 0 clqs
0.59/0.61	c    (0.4s) probing: 101/3162 (3.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.61	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.59/0.61	c presolving (2 rounds):
0.59/0.61	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.61	c  199582 implications, 0 cliques
0.59/0.61	c presolved problem has 3162 variables (3162 bin, 0 int, 0 impl, 0 cont) and 3162 constraints
0.59/0.61	c    3062 constraints of type <and>
0.59/0.61	c     100 constraints of type <logicor>
0.59/0.61	c transformed objective value is always integral (scale: 1)
0.59/0.61	c Presolving Time: 0.39
0.59/0.61	c - non default parameters ----------------------------------------------------------------------
0.59/0.61	c # SCIP version 1.2.1.2
0.59/0.61	c 
0.59/0.61	c # frequency for displaying node information lines
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.61	c display/freq = 10000
0.59/0.61	c 
0.59/0.61	c # maximal time in seconds to run
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.61	c limits/time = 1799.98
0.59/0.61	c 
0.59/0.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.61	c limits/memory = 1620
0.59/0.61	c 
0.59/0.61	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.61	c lp/solvefreq = -1
0.59/0.61	c 
0.59/0.61	c # should presolving try to simplify inequalities
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.61	c constraints/linear/simplifyinequalities = TRUE
0.59/0.61	c 
0.59/0.61	c # should presolving try to simplify knapsacks
0.59/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.61	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.61	c 
0.59/0.61	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.61	c heuristics/undercover/freq = 0
0.59/0.61	c 
0.59/0.61	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.61	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.61	c separating/rapidlearning/freq = 0
0.59/0.61	c 
0.59/0.61	c -----------------------------------------------------------------------------------------------
0.59/0.61	c start solving
0.59/0.61	c 
0.59/0.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.62	c   0.4s|     1 |     2 |     0 |     - |  13M|   0 |   - |3162 |3162 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
5.09/5.17	o 9
5.09/5.17	c * 4.9s|  3603 |  3410 |     0 |   0.0 |  21M| 126 |   - |3162 |3181 |   0 |   0 |   0 |  19 |   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
5.19/5.25	o 8
5.19/5.25	c * 4.9s|  3654 |  3431 |     0 |   0.0 |  21M| 126 |   - |3162 |3239 |   0 |   0 |   0 |  77 |   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
15.59/15.66	c  15.2s| 10000 |  9770 |     0 |   0.0 |  35M| 126 |   - |3162 |3194 |   0 |   0 |   0 | 109 |   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
28.09/28.20	c  27.5s| 20000 | 19770 |     0 |   0.0 |  55M| 126 |   - |3162 |3192 |   0 |   0 |   0 | 109 |   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
39.07/39.19	c  38.3s| 30000 | 29767 |     0 |   0.0 |  75M| 126 |   - |3162 |3208 |   0 |   0 |   0 | 129 |   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
46.78/46.89	o 7
46.78/46.89	c *45.9s| 37494 | 37196 |     0 |   0.0 |  90M| 126 |   - |3162 |3265 |   0 |   0 |   0 | 186 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
49.27/49.39	c  48.3s| 40000 | 39697 |     0 |   0.0 |  95M| 126 |   - |3162 |3295 |   0 |   0 |   0 | 216 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
58.67/58.71	c  57.4s| 50000 | 49697 |     0 |   0.0 | 114M| 126 |   - |3162 |3295 |   0 |   0 |   0 | 216 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
67.26/67.37	c  65.8s| 60000 | 59667 |     0 |   0.0 | 133M| 126 |   - |3162 |3440 |   0 |   0 |   0 | 382 |   0 | 1.000000e+00 | 7.000000e+00 | 600.00%
77.17/77.23	c  75.4s| 70000 | 69185 |     0 |   0.0 | 154M| 126 |   - |3162 |4438 |   0 |   0 |   0 |3139 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
89.46/89.55	c  87.6s| 80000 | 79008 |     0 |   0.0 | 174M| 126 |   - |3162 |3747 |   0 |   0 |   0 |4182 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
99.85/99.99	c  97.8s| 90000 | 88913 |     0 |   0.0 | 195M| 126 |   - |3162 |3945 |   0 |   0 |   0 |4726 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
109.76/109.85	c   107s|100000 | 98824 |     0 |   0.0 | 216M| 126 |   - |3162 |4118 |   0 |   0 |   0 |5226 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
119.76/119.80	c   117s|110000 |108753 |     0 |   0.0 | 237M| 126 |   - |3162 |4363 |   0 |   0 |   0 |5666 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
129.45/129.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.45/129.54	c   127s|120000 |118665 |     0 |   0.0 | 258M| 128 |   - |3162 |4678 |   0 |   0 |   0 |6215 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
138.74/138.88	c   136s|130000 |128515 |     0 |   0.0 | 279M| 128 |   - |3162 |5341 |   0 |   0 |   0 |7065 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
148.24/148.35	c   145s|140000 |138317 |     0 |   0.0 | 300M| 128 |   - |3162 |5864 |   0 |   0 |   0 |8211 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
157.64/157.80	c   154s|150000 |148110 |     0 |   0.0 | 322M| 129 |   - |3162 |6301 |   0 |   0 |   0 |9435 |   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
167.24/167.35	c   164s|160000 |157924 |     0 |   0.0 | 343M| 129 |   - |3162 |6778 |   0 |   0 |   0 |  10k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
176.54/176.68	c   173s|170000 |167800 |     0 |   0.0 | 364M| 129 |   - |3162 |6893 |   0 |   0 |   0 |  11k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
186.34/186.41	c   182s|180000 |177573 |     0 |   0.0 | 385M| 129 |   - |3162 |7569 |   0 |   0 |   0 |  12k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
196.43/196.55	c   192s|190000 |187254 |     0 |   0.0 | 407M| 129 |   - |3162 |8711 |   0 |   0 |   0 |  14k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
206.94/207.09	c   202s|200000 |196869 |     0 |   0.0 | 429M| 129 |   - |3162 |9262 |   0 |   0 |   0 |  16k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
218.02/218.17	c   213s|210000 |206421 |     0 |   0.0 | 450M| 129 |   - |3162 |  10k|   0 |   0 |   0 |  18k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
229.42/229.57	c   224s|220000 |215955 |     0 |   0.0 | 472M| 129 |   - |3162 |  11k|   0 |   0 |   0 |  21k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
241.02/241.17	c   236s|230000 |225361 |     0 |   0.0 | 495M| 129 |   - |3162 |  13k|   0 |   0 |   0 |  24k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
253.02/253.16	c   248s|240000 |234727 |     0 |   0.0 | 517M| 129 |   - |3162 |  14k|   0 |   0 |   0 |  28k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
265.71/265.88	c   260s|250000 |243796 |     0 |   0.0 | 541M| 129 |   - |3162 |  17k|   0 |   0 |   0 |  33k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
279.61/279.79	c   274s|260000 |252561 |     0 |   0.0 | 565M| 129 |   - |3162 |  20k|   0 |   0 |   0 |  39k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
294.31/294.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
294.31/294.47	c   288s|270000 |261355 |     0 |   0.0 | 589M| 129 |   - |3162 |  23k|   0 |   0 |   0 |  46k|   0 | 2.000000e+00 | 7.000000e+00 | 250.00%
295.41/295.55	o 6
295.41/295.55	c * 289s|270748 |256447 |     0 |   0.0 | 571M| 129 |   - |3162 |  23k|   0 |   0 |   0 |  46k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
310.41/310.56	c   304s|280000 |264267 |     0 |   0.0 | 594M| 129 |   - |3162 |  27k|   0 |   0 |   0 |  53k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
330.59/330.74	c   324s|290000 |272084 |     0 |   0.0 | 599M| 129 |   - |3162 |4481 |   0 |   0 |   0 |  64k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
344.79/344.90	c   338s|300000 |281712 |     0 |   0.0 | 621M| 129 |   - |3162 |4935 |   0 |   0 |   0 |  65k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
358.89/359.03	c   352s|310000 |291380 |     0 |   0.0 | 643M| 129 |   - |3162 |5127 |   0 |   0 |   0 |  67k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
372.59/372.77	c   365s|320000 |301006 |     0 |   0.0 | 665M| 129 |   - |3162 |5728 |   0 |   0 |   0 |  69k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
386.18/386.32	c   379s|330000 |310603 |     0 |   0.0 | 687M| 129 |   - |3162 |6278 |   0 |   0 |   0 |  71k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
399.88/400.00	c   392s|340000 |320208 |     0 |   0.0 | 708M| 129 |   - |3162 |6672 |   0 |   0 |   0 |  72k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
413.38/413.55	c   405s|350000 |329797 |     0 |   0.0 | 730M| 129 |   - |3162 |7004 |   0 |   0 |   0 |  74k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
426.68/426.89	c   419s|360000 |339377 |     0 |   0.0 | 752M| 129 |   - |3162 |7268 |   0 |   0 |   0 |  76k|   0 | 2.000000e+00 | 6.000000e+00 | 200.00%
439.97/440.16	c   432s|370000 |348931 |     0 |   0.0 | 774M| 129 |   - |3162 |7981 |   0 |   0 |   0 |  78k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
453.07/453.23	c   444s|380000 |358490 |     0 |   0.0 | 796M| 129 |   - |3162 |7991 |   0 |   0 |   0 |  80k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
466.17/466.36	c   457s|390000 |368068 |     0 |   0.0 | 817M| 129 |   - |3162 |7806 |   0 |   0 |   0 |  82k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
479.46/479.61	c   470s|400000 |377491 |     0 |   0.0 | 839M| 129 |   - |3162 |8435 |   0 |   0 |   0 |  85k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
492.45/492.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.45/492.60	c   483s|410000 |387036 |     0 |   0.0 | 862M| 129 |   - |3162 |8704 |   0 |   0 |   0 |  87k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
505.35/505.53	c   496s|420000 |396515 |     0 |   0.0 | 884M| 129 |   - |3162 |9003 |   0 |   0 |   0 |  89k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
518.45/518.63	c   509s|430000 |405955 |     0 |   0.0 | 906M| 129 |   - |3162 |9473 |   0 |   0 |   0 |  92k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
531.44/531.63	c   522s|440000 |415356 |     0 |   0.0 | 928M| 129 |   - |3162 |  10k|   0 |   0 |   0 |  94k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
544.64/544.83	c   535s|450000 |424747 |     0 |   0.0 | 949M| 129 |   - |3162 |  10k|   0 |   0 |   0 |  97k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
557.94/558.10	c   548s|460000 |434173 |     0 |   0.0 | 971M| 129 |   - |3162 |  10k|   0 |   0 |   0 | 100k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
570.74/570.94	c   560s|470000 |443651 |     0 |   0.0 | 993M| 129 |   - |3162 |  10k|   0 |   0 |   0 | 102k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
583.73/583.97	c   573s|480000 |453072 |     0 |   0.0 |1015M| 129 |   - |3162 |  11k|   0 |   0 |   0 | 104k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
596.73/596.92	c   586s|490000 |462548 |     0 |   0.0 |1037M| 129 |   - |3162 |  11k|   0 |   0 |   0 | 107k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
609.72/609.96	c   599s|500000 |471980 |     0 |   0.0 |1058M| 129 |   - |3162 |  11k|   0 |   0 |   0 | 109k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
622.72/622.95	c   611s|510000 |481410 |     0 |   0.0 |1080M| 129 |   - |3162 |  12k|   0 |   0 |   0 | 112k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
635.72/635.96	c   624s|520000 |490782 |     0 |   0.0 |1103M| 129 |   - |3162 |  12k|   0 |   0 |   0 | 115k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
648.72/648.90	c   637s|530000 |500192 |     0 |   0.0 |1124M| 129 |   - |3162 |  12k|   0 |   0 |   0 | 117k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
661.71/661.95	c   650s|540000 |509577 |     0 |   0.0 |1146M| 129 |   - |3162 |  13k|   0 |   0 |   0 | 120k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
674.71/674.93	c   662s|550000 |518956 |     0 |   0.0 |1168M| 129 |   - |3162 |  13k|   0 |   0 |   0 | 122k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
687.80/688.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.80/688.03	c   675s|560000 |528289 |     0 |   0.0 |1191M| 129 |   - |3162 |  14k|   0 |   0 |   0 | 125k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
701.00/701.28	c   688s|570000 |537586 |     0 |   0.0 |1213M| 129 |   - |3162 |  15k|   0 |   0 |   0 | 129k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
714.20/714.42	c   701s|580000 |546893 |     0 |   0.0 |1236M| 129 |   - |3162 |  16k|   0 |   0 |   0 | 132k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
727.39/727.63	c   714s|590000 |556173 |     0 |   0.0 |1258M| 129 |   - |3162 |  16k|   0 |   0 |   0 | 135k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
740.78/741.04	c   727s|600000 |565484 |     0 |   0.0 |1280M| 129 |   - |3162 |  17k|   0 |   0 |   0 | 138k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
754.19/754.40	c   740s|610000 |574795 |     0 |   0.0 |1303M| 129 |   - |3162 |  18k|   0 |   0 |   0 | 141k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
767.49/767.80	c   754s|620000 |584076 |     0 |   0.0 |1325M| 129 |   - |3162 |  19k|   0 |   0 |   0 | 144k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
781.18/781.40	c   767s|630000 |593354 |     0 |   0.0 |1347M| 129 |   - |3162 |  19k|   0 |   0 |   0 | 147k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
788.08/788.37	c (node 635109) switching to memory saving mode (mem: 1296.0M/1620.0M)
834.77/835.04	c   820s|640000 |595116 |     0 |   0.0 |1368M| 129 |   - |3162 |  35k|   0 |   0 |   0 | 184k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
928.64/928.93	c   914s|650000 |591133 |     0 |   0.0 |1368M| 129 |   - |3162 |  48k|   0 |   0 |   0 | 243k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1022.01/1022.31	c  1007s|660000 |588287 |     0 |   0.0 |1368M| 129 |   - |3162 |  56k|   0 |   0 |   0 | 294k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1122.89/1123.29	c  1107s|670000 |585464 |     0 |   0.0 |1362M| 129 |   - |3162 |  57k|   0 |   0 |   0 | 344k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1225.95/1226.30	c  1210s|680000 |583393 |     0 |   0.0 |1349M| 129 |   - |3162 |  45k|   0 |   0 |   0 | 391k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1312.83/1313.21	c  1296s|690000 |581581 |     0 |   0.0 |1361M| 129 |   - |3162 |  67k|   0 |   0 |   0 | 434k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1421.21/1421.63	c  1404s|700000 |579706 |     0 |   0.0 |1342M| 129 |   - |3162 |  47k|   0 |   0 |   0 | 478k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1511.88/1512.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1511.88/1512.37	c  1494s|710000 |577973 |     0 |   0.0 |1350M| 129 |   - |3162 |  63k|   0 |   0 |   0 | 520k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1609.97/1610.48	c  1592s|720000 |576906 |     0 |   0.0 |1346M| 129 |   - |3162 |  61k|   0 |   0 |   0 | 560k|   0 | 3.000000e+00 | 6.000000e+00 | 100.00%
1724.63/1725.18	c  1706s|730000 |574530 |     0 |   0.0 |1329M| 129 |   - |3162 |  49k|   0 |   0 |   0 | 603k|   0 | 3.000000e+00 | 6.000000e+00 | 100.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) : 1781.30
1800.02/1800.51	c Solving Nodes      : 739293
1800.02/1800.51	c Primal Bound       : +6.00000000000000e+00 (4 solutions)
1800.02/1800.51	c Dual Bound         : +3.00000000000000e+00
1800.02/1800.51	c Gap                : 100.00 %
1800.02/1800.52	s SATISFIABLE
1800.02/1800.52	v -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 
1800.02/1800.52	v -x74 -x73 -x72 -x71 -x70 -x69 x68 x67 -x66 -x65 x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
1800.02/1800.52	v -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 
1800.02/1800.52	v -x24 x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.02/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.52	c Solving Time       :    1781.30
1800.02/1800.52	c Original Problem   :
1800.02/1800.52	c   Problem name     : HOME/instance-2663786-1276658060.opb
1800.02/1800.52	c   Variables        : 3162 (3162 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 3162 initial, 3162 maximal
1800.02/1800.52	c Presolved Problem  :
1800.02/1800.52	c   Problem name     : t_HOME/instance-2663786-1276658060.opb
1800.02/1800.52	c   Variables        : 3162 (3162 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.52	c   Constraints      : 3162 initial, 74367 maximal
1800.02/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   probing          :       0.08          0          0          0          0          0          0          0          0
1800.02/1800.52	c   and              :       0.30          0          0          0          0          0          0          0          0
1800.02/1800.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.52	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.52	c   and              :       3062          0    1815479          0     699537       5861   60738735          0          0          0
1800.02/1800.52	c   logicor          :        100+         0     761785          0     699541      85155     202611          0          0          0
1800.02/1800.52	c   countsols        :          0          0          0          0     699541          0          0          0          0          0
1800.02/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.52	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.52	c   and              :     297.02       0.00     284.88       0.00      12.14
1800.02/1800.52	c   logicor          :     510.22       0.00     424.93       0.00      85.29
1800.02/1800.52	c   countsols        :       0.42       0.00       0.00       0.00       0.42
1800.02/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.52	c   vbounds          :       1.13          2          0          0
1800.02/1800.52	c   rootredcost      :       1.22          0          0          0
1800.02/1800.52	c   pseudoobj        :      55.42    1825148       9864    1211991
1800.02/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.52	c   propagation      :      59.07     100880     100880    1709901      100.3        959       82.9          -
1800.02/1800.52	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.52	c   applied globally :          -          -          -     637588       73.8          -          -          -
1800.02/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.52	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.52	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.52	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.52	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.52	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.52	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.52	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.52	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.52	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.52	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        :     268.56     699537          0          0          0          0    1399074
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.05          -          4
1800.02/1800.52	c   oneopt           :       1.08          0          0
1800.02/1800.52	c   trivial          :       0.00          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.42          0          0
1800.02/1800.52	c   trysol           :       0.52          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            :     739293
1800.02/1800.52	c   nodes (total)    :     739293
1800.02/1800.52	c   nodes left       :     574062
1800.02/1800.52	c   max depth        :        129
1800.02/1800.52	c   max depth (total):        129
1800.02/1800.52	c   backtracks       :      77517 (10.5%)
1800.02/1800.52	c   delayed cutoffs  :      79913
1800.02/1800.52	c   repropagations   :     100836 (25733155 domain reductions, 61128 cutoffs)
1800.02/1800.52	c   avg switch length:       8.11
1800.02/1800.52	c   switching time   :     511.14
1800.02/1800.52	c Solution           :
1800.02/1800.52	c   Solutions found  :          4 (4 improvements)
1800.02/1800.52	c   First Solution   : +9.00000000000000e+00   (in run 1, after 3603 nodes, 4.87 seconds, depth 126, found by <relaxation>)
1800.02/1800.52	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 270748 nodes, 289.17 seconds, depth 112, found by <relaxation>)
1800.02/1800.52	c   Dual Bound       : +3.00000000000000e+00
1800.02/1800.52	c   Gap              :     100.00 %
1800.02/1800.52	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.52	c   Root Iterations  :          0

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663786-1276658060/watcher-2663786-1276658060 -o /tmp/evaluation-result-2663786-1276658060/solver-2663786-1276658060 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663786-1276658060.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: 2.23 1.92 1.59 3/105 15385
/proc/meminfo: memFree=1766772/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=6584 CPUtime=0
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 1055 0 0 0 0 0 0 0 25 0 1 0 7099867 6742016 977 1992294400 4194304 7136930 140737019412320 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15385/statm: 1646 986 254 719 0 925 0

[startup+0.0839181 s]
/proc/loadavg: 2.23 1.92 1.59 3/105 15385
/proc/meminfo: memFree=1766772/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=20312 CPUtime=0.08
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 4671 0 0 0 7 1 0 0 25 0 1 0 7099867 20799488 4239 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 5078 4239 328 719 0 4357 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20312

[startup+0.10092 s]
/proc/loadavg: 2.23 1.92 1.59 3/105 15385
/proc/meminfo: memFree=1766772/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=21780 CPUtime=0.09
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 5068 0 0 0 8 1 0 0 25 0 1 0 7099867 22302720 4636 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 5445 4636 328 719 0 4724 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21780

[startup+0.30094 s]
/proc/loadavg: 2.23 1.92 1.59 3/105 15385
/proc/meminfo: memFree=1766772/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=30200 CPUtime=0.29
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 7408 0 0 0 23 6 0 0 25 0 1 0 7099867 30924800 6719 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 7550 6719 328 719 0 6829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30200

[startup+0.700987 s]
/proc/loadavg: 2.23 1.92 1.59 3/105 15385
/proc/meminfo: memFree=1766772/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=32448 CPUtime=0.69
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 8843 0 0 0 51 18 0 0 18 0 1 0 7099867 33226752 7383 1992294400 4194304 7136930 140737019412320 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 8112 7383 381 719 0 7391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32448

[startup+1.50108 s]
/proc/loadavg: 2.23 1.92 1.59 2/106 15386
/proc/meminfo: memFree=1738120/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=33652 CPUtime=1.49
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 9138 0 0 0 130 19 0 0 19 0 1 0 7099867 34459648 7678 1992294400 4194304 7136930 140737019412320 18446744073709551615 4740375 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 8413 7678 381 719 0 7692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33652

[startup+3.10126 s]
/proc/loadavg: 2.13 1.90 1.59 2/106 15386
/proc/meminfo: memFree=1736012/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=37564 CPUtime=3.09
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 10132 0 0 0 288 21 0 0 22 0 1 0 7099867 38465536 8672 1992294400 4194304 7136930 140737019412320 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 9391 8672 386 719 0 8670 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37564

[startup+6.30162 s]
/proc/loadavg: 2.13 1.90 1.59 2/106 15386
/proc/meminfo: memFree=1726588/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=45768 CPUtime=6.29
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 12173 0 0 0 600 29 0 0 25 0 1 0 7099867 46866432 10713 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 11442 10713 387 719 0 10721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45768

[startup+12.7013 s]
/proc/loadavg: 1.96 1.87 1.58 2/106 15386
/proc/meminfo: memFree=1716296/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=54500 CPUtime=12.69
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 14342 0 0 0 1231 38 0 0 25 0 1 0 7099867 55808000 12882 1992294400 4194304 7136930 140737019412320 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 13625 12882 387 719 0 12904 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54500

[startup+25.5018 s]
/proc/loadavg: 1.81 1.84 1.57 2/106 15386
/proc/meminfo: memFree=1694968/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=76540 CPUtime=25.49
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 19897 0 0 0 2490 59 0 0 25 0 1 0 7099867 78376960 18437 1992294400 4194304 7136930 140737019412320 18446744073709551615 5892374 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 19135 18437 387 719 0 18414 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76540

[startup+51.1017 s]
/proc/loadavg: 1.53 1.77 1.56 2/106 15388
/proc/meminfo: memFree=1646236/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=125040 CPUtime=51.07
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 32059 0 0 0 4998 109 0 0 25 0 1 0 7099867 128040960 30599 1992294400 4194304 7136930 140737019412320 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 31260 30599 387 719 0 30539 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 125040

[startup+102.308 s]
/proc/loadavg: 1.21 1.64 1.52 2/106 15388
/proc/meminfo: memFree=1538232/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=233244 CPUtime=102.27
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 58712 0 0 0 10005 222 0 0 25 0 1 0 7099867 238841856 57252 1992294400 4194304 7136930 140737019412320 18446744073709551615 5901818 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 58311 57252 387 719 0 57590 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 233244

[startup+162.301 s]
/proc/loadavg: 1.08 1.52 1.49 2/106 15390
/proc/meminfo: memFree=1405924/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=366804 CPUtime=162.25
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 92250 0 0 0 15868 357 0 0 25 0 1 0 7099867 375607296 90790 1992294400 4194304 7136930 140737019412320 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 91701 90790 387 719 0 90980 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 366804

[startup+222.302 s]
/proc/loadavg: 1.06 1.44 1.46 2/106 15392
/proc/meminfo: memFree=1273864/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=501456 CPUtime=222.22
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 124904 0 0 0 21736 486 0 0 25 0 1 0 7099867 513490944 123444 1992294400 4194304 7136930 140737019412320 18446744073709551615 5957744 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 125364 123444 387 719 0 124643 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 501456

[startup+282.301 s]
/proc/loadavg: 1.02 1.36 1.43 2/106 15394
/proc/meminfo: memFree=1158296/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=619264 CPUtime=282.21
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 154015 0 0 0 27623 598 0 0 25 0 1 0 7099867 634126336 152555 1992294400 4194304 7136930 140737019412320 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 154816 152555 387 719 0 154095 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 619264

[startup+342.301 s]
/proc/loadavg: 1.01 1.29 1.40 2/106 15396
/proc/meminfo: memFree=1068024/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=708940 CPUtime=342.2
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 175997 0 0 0 33532 688 0 0 25 0 1 0 7099867 725954560 174497 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 177235 174497 387 719 0 176514 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 708940

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.37 2/106 15396
/proc/meminfo: memFree=976884/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=803200 CPUtime=402.18
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 199251 0 0 0 39435 783 0 0 25 0 1 0 7099867 822476800 197751 1992294400 4194304 7136930 140737019412320 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 200800 197751 387 719 0 200079 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 803200

[startup+462.3 s]
/proc/loadavg: 1.00 1.19 1.34 2/106 15398
/proc/meminfo: memFree=877064/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=903628 CPUtime=462.16
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 223888 0 0 0 45340 876 0 0 25 0 1 0 7099867 925315072 222388 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 225907 222388 387 719 0 225186 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 903628

[startup+522.3 s]
/proc/loadavg: 1.00 1.15 1.32 2/106 15400
/proc/meminfo: memFree=776128/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1006836 CPUtime=522.15
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 249155 0 0 0 51242 973 0 0 25 0 1 0 7099867 1031000064 247655 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 251709 247655 387 719 0 250988 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1006836

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.30 2/106 15402
/proc/meminfo: memFree=676804/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1108880 CPUtime=582.13
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 273959 0 0 0 57135 1078 0 0 25 0 1 0 7099867 1135493120 272459 1992294400 4194304 7136930 140737019412320 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 277220 272459 387 719 0 276499 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1108880

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.27 2/106 15404
/proc/meminfo: memFree=576612/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1218124 CPUtime=642.13
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 298536 0 0 0 63040 1173 0 0 25 0 1 0 7099867 1247358976 297036 1992294400 4194304 7136930 140737019412320 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 304531 297036 387 719 0 303810 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1218124

[startup+702.301 s]

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

/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 369176 0 0 0 98673 1529 0 0 25 0 1 0 7099867 1538838528 365337 1992294400 4194304 7136930 140737019412320 18446744073709551615 4661024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 375693 365337 387 719 0 374972 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 1502772

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/106 15417
/proc/meminfo: memFree=295380/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1509448 CPUtime=1062.01
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 370825 0 0 0 104649 1552 0 0 25 0 1 0 7099867 1545674752 366986 1992294400 4194304 7136930 140737019412320 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 377362 366986 387 719 0 376641 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1509448

[startup+1122.3 s]
/proc/loadavg: 1.05 1.03 1.15 2/106 15419
/proc/meminfo: memFree=294264/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1510796 CPUtime=1121.98
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 371080 0 0 0 110619 1579 0 0 25 0 1 0 7099867 1547055104 367241 1992294400 4194304 7136930 140737019412320 18446744073709551615 5909078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 377699 367241 387 719 0 376978 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 1510796

[startup+1182.3 s]
/proc/loadavg: 1.02 1.02 1.14 2/106 15421
/proc/meminfo: memFree=286824/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1519312 CPUtime=1181.97
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 372955 0 0 0 116594 1603 0 0 25 0 1 0 7099867 1555775488 369116 1992294400 4194304 7136930 140737019412320 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 379828 369116 387 719 0 379107 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 1519312

[startup+1242.3 s]
/proc/loadavg: 1.05 1.03 1.14 2/106 15423
/proc/meminfo: memFree=285460/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1520608 CPUtime=1241.95
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 373277 0 0 0 122570 1625 0 0 25 0 1 0 7099867 1557102592 369438 1992294400 4194304 7136930 140737019412320 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 380152 369438 387 719 0 379431 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 1520608

[startup+1302.3 s]
/proc/loadavg: 1.02 1.02 1.12 2/106 15423
/proc/meminfo: memFree=284096/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1522400 CPUtime=1301.95
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 373639 0 0 0 128542 1653 0 0 25 0 1 0 7099867 1558937600 369800 1992294400 4194304 7136930 140737019412320 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 380600 369800 387 719 0 379879 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1522400

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/106 15425
/proc/meminfo: memFree=274300/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1532340 CPUtime=1361.92
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 376082 0 0 0 134513 1679 0 0 25 0 1 0 7099867 1569116160 372243 1992294400 4194304 7136930 140737019412320 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 383085 372243 387 719 0 382364 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 1532340

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.10 2/106 15427
/proc/meminfo: memFree=273556/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1533560 CPUtime=1421.91
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 376267 0 0 0 140488 1703 0 0 25 0 1 0 7099867 1570365440 372428 1992294400 4194304 7136930 140737019412320 18446744073709551615 4660974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 383390 372428 387 719 0 382669 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1533560

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 15429
/proc/meminfo: memFree=273060/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1533960 CPUtime=1481.89
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 376391 0 0 0 146460 1729 0 0 25 0 1 0 7099867 1570775040 372552 1992294400 4194304 7136930 140737019412320 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 383490 372552 387 719 0 382769 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1533960

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 15431
/proc/meminfo: memFree=271820/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1535416 CPUtime=1541.88
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 376693 0 0 0 152429 1759 0 0 25 0 1 0 7099867 1572265984 372854 1992294400 4194304 7136930 140737019412320 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 383854 372854 387 719 0 383133 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1535416

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/106 15431
/proc/meminfo: memFree=268472/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1538684 CPUtime=1601.86
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 377523 0 0 0 158400 1786 0 0 25 0 1 0 7099867 1575612416 373684 1992294400 4194304 7136930 140737019412320 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 384671 373684 387 719 0 383950 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1538684

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/106 15433
/proc/meminfo: memFree=266860/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1540848 CPUtime=1661.84
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 377925 0 0 0 164374 1810 0 0 25 0 1 0 7099867 1577828352 374086 1992294400 4194304 7136930 140737019412320 18446744073709551615 4665383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 385212 374086 387 719 0 384491 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1540848

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.07 2/106 15435
/proc/meminfo: memFree=266612/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1540980 CPUtime=1721.82
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 377995 0 0 0 170351 1831 0 0 25 0 1 0 7099867 1577963520 374156 1992294400 4194304 7136930 140737019412320 18446744073709551615 4221906 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 385245 374156 387 719 0 384524 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1540980

[startup+1782.3 s]
/proc/loadavg: 1.04 1.02 1.07 2/106 15437
/proc/meminfo: memFree=266240/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1540980 CPUtime=1781.82
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 378003 0 0 0 176320 1862 0 0 25 0 1 0 7099867 1577963520 374164 1992294400 4194304 7136930 140737019412320 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 385245 374164 387 719 0 384524 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1540980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.03 1.02 1.07 2/106 15437
/proc/meminfo: memFree=266240/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1540980 CPUtime=1800.02
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 378019 0 0 0 178132 1870 0 0 25 0 1 0 7099867 1577963520 374180 1992294400 4194304 7136930 140737019412320 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15385/statm: 385245 374180 387 719 0 384524 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1540980

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15385

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

[startup+1801.4 s]
/proc/loadavg: 1.03 1.02 1.07 2/107 15438
/proc/meminfo: memFree=265612/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1540684 CPUtime=1800.91
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 378165 0 0 0 178221 1870 0 0 19 0 1 0 7099867 1577660416 374070 1992294400 4194304 7136930 140737019412320 18446744073709551615 6165646 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15385/statm: 385171 374070 393 719 0 384450 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 1540684

[startup+1802.2 s]
/proc/loadavg: 1.03 1.02 1.07 2/107 15438
/proc/meminfo: memFree=272432/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=1530756 CPUtime=1801.71
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4202496 378165 0 0 0 178301 1870 0 0 20 0 1 0 7099867 1567494144 371588 1992294400 4194304 7136930 140737019412320 18446744073709551615 6165668 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15385/statm: 382689 371588 393 719 0 381968 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 1530756

[startup+1802.6 s]
/proc/loadavg: 1.03 1.02 1.07 2/107 15438
/proc/meminfo: memFree=272432/2059040 swapFree=4192956/4192956
[pid=15385] ppid=15383 vsize=0 CPUtime=1802.1
/proc/15385/stat : 15385 (pbscip.linux.x8) R 15383 15385 15254 0 -1 4203524 378165 0 0 0 178331 1879 0 0 21 0 1 0 7099867 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15385/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.15
CPU user time (s): 1783.32
CPU system time (s): 18.8341
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 1541708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.32
system time used= 18.8341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 20123

runsolver used 2.87556 second user time and 8.61869 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 05:14:20
IDJOB=2663786
IDBENCH=48159
IDSOLVER=1167
FILE ID=node085/2663786-1276658060
PBS_JOBID= 11172471
Free space on /tmp= 121872 MiB

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

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

MD5SUM BENCH= 65a3c38bd8963c911b96c745ee468cb1
RANDOM SEED=322053008

node085.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.221
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.44
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.221
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	: 5999.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1767300 kB
Buffers:         36648 kB
Cached:         120040 kB
SwapCached:          0 kB
Active:         126368 kB
Inactive:        89732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1767300 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3276 kB
Writeback:           4 kB
AnonPages:       59496 kB
Mapped:          15440 kB
Slab:            54128 kB
PageTables:       3904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180572 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= 121868 MiB
End job on node085 at 2010-06-16 05:44:23