Trace number 2663866

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)-16 1802.25 1802.78

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_1.opb
MD5SUM4142356c9f50acd7c9005938f6b31a6d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

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-2663866-1276668219.opb>
0.02/0.08	c original problem has 6604 variables (6604 bin, 0 int, 0 impl, 0 cont) and 6805 constraints
0.02/0.08	c problem read
0.02/0.08	c presolving settings loaded
0.02/0.08	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.17	o 0
0.09/0.17	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.17	c presolving:
0.39/0.46	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50032 impls, 400 clqs
0.89/0.92	c    (0.6s) probing: 101/6604 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.92	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.92	c presolving (2 rounds):
0.89/0.92	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.92	c  50032 implications, 400 cliques
0.89/0.92	c presolved problem has 6604 variables (6604 bin, 0 int, 0 impl, 0 cont) and 6805 constraints
0.89/0.92	c     400 constraints of type <setppc>
0.89/0.92	c    6204 constraints of type <and>
0.89/0.92	c       1 constraints of type <linear>
0.89/0.92	c     200 constraints of type <logicor>
0.89/0.92	c transformed objective value is always integral (scale: 1)
0.89/0.92	c Presolving Time: 0.59
0.89/0.92	c - non default parameters ----------------------------------------------------------------------
0.89/0.92	c # SCIP version 1.2.1.2
0.89/0.92	c 
0.89/0.92	c # frequency for displaying node information lines
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.92	c display/freq = 10000
0.89/0.92	c 
0.89/0.92	c # maximal time in seconds to run
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/time = 1799.93
0.89/0.92	c 
0.89/0.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/memory = 1620
0.89/0.92	c 
0.89/0.92	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c lp/solvefreq = -1
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify inequalities
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/linear/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify knapsacks
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c heuristics/undercover/freq = 0
0.89/0.92	c 
0.89/0.92	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c separating/rapidlearning/freq = 0
0.89/0.92	c 
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c start solving
0.89/0.93	c 
0.89/0.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.94	c t 0.6s|     1 |     2 |     0 |     - |  18M|   0 |   - |6604 |6805 |   0 |   0 |   0 |   0 |   0 |-2.000000e+02 | 0.000000e+00 | 100.00%
55.98/56.04	c  55.3s| 10000 |  9648 |     0 |   0.0 |  41M| 183 |   - |6604 |6926 |   0 |   0 |   0 | 198 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
105.76/105.80	c   105s| 20000 | 19523 |     0 |   0.0 |  65M| 183 |   - |6604 |6966 |   0 |   0 |   0 | 246 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
150.05/150.17	c   149s| 30000 | 29297 |     0 |   0.0 |  89M| 183 |   - |6604 |7023 |   0 |   0 |   0 | 320 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
156.94/157.08	o -10
156.94/157.08	c * 156s| 31810 | 31032 |     0 |   0.0 |  93M| 183 |   - |6604 |7034 |   0 |   0 |   0 | 343 |   0 |-1.990000e+02 |-1.000000e+01 |  94.97%
189.43/189.51	c   188s| 40000 | 38163 |     0 |   0.0 | 114M| 183 |   - |6604 |7110 |   0 |   0 |   0 | 675 |   0 |-1.990000e+02 |-1.000000e+01 |  94.97%
226.32/226.43	o -11
226.32/226.43	c * 224s| 47286 | 41173 |     0 |   0.0 | 133M| 194 |   - |6604 |7146 |   0 |   0 |   0 |1125 |   0 |-1.980000e+02 |-1.100000e+01 |  94.44%
236.52/236.64	c   234s| 50000 | 43723 |     0 |   0.0 | 140M| 194 |   - |6604 |7175 |   0 |   0 |   0 |1231 |   0 |-1.980000e+02 |-1.100000e+01 |  94.44%
260.52/260.61	o -12
260.52/260.61	c * 258s| 56932 | 49215 |     0 |   0.0 | 157M| 194 |   - |6604 |7328 |   0 |   0 |   0 |1935 |   0 |-1.980000e+02 |-1.200000e+01 |  93.94%
261.51/261.62	o -13
261.51/261.62	c * 259s| 57227 | 49420 |     0 |   0.0 | 157M| 194 |   - |6604 |7337 |   0 |   0 |   0 |1995 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
261.51/261.65	o -14
261.51/261.65	c * 259s| 57233 | 49420 |     0 |   0.0 | 157M| 194 |   - |6604 |7340 |   0 |   0 |   0 |1998 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
274.50/274.66	c   272s| 60000 | 51611 |     0 |   0.0 | 165M| 194 |   - |6604 |7300 |   0 |   0 |   0 |2311 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
317.99/318.19	c   315s| 70000 | 61308 |     0 |   0.0 | 215M| 194 |   - |6604 |7226 |   0 |   0 |   0 |2548 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
359.78/359.96	c   356s| 80000 | 70997 |     0 |   0.0 | 259M| 194 |   - |6604 |7225 |   0 |   0 |   0 |2811 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
398.87/399.08	c   395s| 90000 | 80727 |     0 |   0.0 | 298M| 194 |   - |6604 |7228 |   0 |   0 |   0 |3035 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
436.86/437.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
436.86/437.07	c   433s|100000 | 90334 |     0 |   0.0 | 340M| 194 |   - |6604 |7269 |   0 |   0 |   0 |3351 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
475.06/475.29	c   470s|110000 | 99860 |     0 |   0.0 | 382M| 194 |   - |6604 |7335 |   0 |   0 |   0 |3758 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
515.44/515.67	c   510s|120000 |109296 |     0 |   0.0 | 437M| 194 |   - |6604 |7391 |   0 |   0 |   0 |4234 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
556.63/556.80	c   551s|130000 |118758 |     0 |   0.0 | 503M| 194 |   - |6604 |7472 |   0 |   0 |   0 |4714 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
595.02/595.28	c   589s|140000 |128034 |     0 |   0.0 | 561M| 194 |   - |6604 |7539 |   0 |   0 |   0 |5343 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
633.61/633.80	c   627s|150000 |137266 |     0 |   0.0 | 620M| 194 |   - |6604 |7606 |   0 |   0 |   0 |6047 |   0 |-1.980000e+02 |-1.400000e+01 |  92.93%
670.40/670.68	o -15
670.40/670.68	c * 664s|159290 |145646 |     0 |   0.0 | 676M| 194 |   - |6604 |7603 |   0 |   0 |   0 |6873 |   0 |-1.980000e+02 |-1.500000e+01 |  92.42%
673.19/673.46	c   667s|160000 |146244 |     0 |   0.0 | 680M| 194 |   - |6604 |7652 |   0 |   0 |   0 |6964 |   0 |-1.980000e+02 |-1.500000e+01 |  92.42%
713.79/714.07	c   707s|170000 |155202 |     0 |   0.0 | 741M| 194 |   - |6604 |7685 |   0 |   0 |   0 |7810 |   0 |-1.980000e+02 |-1.500000e+01 |  92.42%
717.59/717.82	o -16
717.59/717.82	c * 710s|170938 |156018 |     0 |   0.0 | 747M| 194 |   - |6604 |7689 |   0 |   0 |   0 |7911 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
755.08/755.37	c   748s|180000 |163688 |     0 |   0.0 | 802M| 194 |   - |6604 |7817 |   0 |   0 |   0 |9219 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
795.96/796.23	c   788s|190000 |172249 |     0 |   0.0 | 863M| 194 |   - |6604 |7877 |   0 |   0 |   0 |  10k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
837.45/837.73	c   829s|200000 |180703 |     0 |   0.0 | 927M| 194 |   - |6604 |7826 |   0 |   0 |   0 |  12k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
879.34/879.62	c   871s|210000 |189029 |     0 |   0.0 | 988M| 194 |   - |6604 |7900 |   0 |   0 |   0 |  13k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
919.62/919.93	c   910s|220000 |197489 |     0 |   0.0 |1048M| 194 |   - |6604 |7870 |   0 |   0 |   0 |  14k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
957.82/958.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
957.82/958.11	c   948s|230000 |205937 |     0 |   0.0 |1105M| 194 |   - |6604 |7943 |   0 |   0 |   0 |  16k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
996.60/996.93	c   986s|240000 |214118 |     0 |   0.0 |1159M| 194 |   - |6604 |8002 |   0 |   0 |   0 |  17k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1034.80/1035.18	c  1024s|250000 |221890 |     0 |   0.0 |1209M| 194 |   - |6604 |8063 |   0 |   0 |   0 |  20k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1072.18/1072.58	c  1061s|260000 |229533 |     0 |   0.0 |1255M| 194 |   - |6604 |8097 |   0 |   0 |   0 |  22k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1110.17/1110.58	c  1099s|270000 |237319 |     0 |   0.0 |1304M| 194 |   - |6604 |8115 |   0 |   0 |   0 |  24k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1147.55/1147.91	c  1136s|280000 |244825 |     0 |   0.0 |1350M| 194 |   - |6604 |8104 |   0 |   0 |   0 |  26k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1154.26/1154.62	c (node 281757) switching to memory saving mode (mem: 1296.0M/1620.0M)
1171.34/1171.72	c  1159s|290000 |246211 |     0 |   0.0 |1360M| 320 |   - |6604 |8626 |   0 |   0 |   0 |  27k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1189.35/1189.76	c  1177s|300000 |246211 |     0 |   0.0 |1360M| 320 |   - |6604 |8896 |   0 |   0 |   0 |  28k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1207.64/1208.03	c  1195s|310000 |246211 |     0 |   0.0 |1361M| 320 |   - |6604 |9138 |   0 |   0 |   0 |  29k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1224.73/1225.14	c  1212s|320000 |246211 |     0 |   0.0 |1362M| 320 |   - |6604 |9378 |   0 |   0 |   0 |  30k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1242.03/1242.49	c  1229s|330000 |246211 |     0 |   0.0 |1364M| 320 |   - |6604 |9971 |   0 |   0 |   0 |  31k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1260.43/1260.81	c  1247s|340000 |246211 |     0 |   0.0 |1366M| 320 |   - |6604 |  10k|   0 |   0 |   0 |  33k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1279.42/1279.88	c  1266s|350000 |246211 |     0 |   0.0 |1368M| 320 |   - |6604 |  11k|   0 |   0 |   0 |  34k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1298.62/1299.10	c  1285s|360000 |246211 |     0 |   0.0 |1370M| 320 |   - |6604 |  12k|   0 |   0 |   0 |  36k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1319.61/1320.06	c  1306s|370000 |246210 |     0 |   0.0 |1372M| 320 |   - |6604 |  12k|   0 |   0 |   0 |  37k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1342.40/1342.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1342.40/1342.81	c  1328s|380000 |246210 |     0 |   0.0 |1374M| 320 |   - |6604 |  13k|   0 |   0 |   0 |  38k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1364.59/1365.10	c  1350s|390000 |246211 |     0 |   0.0 |1374M| 320 |   - |6604 |  13k|   0 |   0 |   0 |  41k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1386.78/1387.21	c  1372s|400000 |246210 |     0 |   0.0 |1376M| 320 |   - |6604 |  14k|   0 |   0 |   0 |  43k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1409.88/1410.36	c  1395s|410000 |246211 |     0 |   0.0 |1377M| 320 |   - |6604 |  14k|   0 |   0 |   0 |  46k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1433.98/1434.40	c  1418s|420000 |246210 |     0 |   0.0 |1379M| 320 |   - |6604 |  15k|   0 |   0 |   0 |  49k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1455.97/1456.49	c  1440s|430000 |246211 |     0 |   0.0 |1381M| 320 |   - |6604 |  15k|   0 |   0 |   0 |  51k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1477.46/1477.98	c  1461s|440000 |246211 |     0 |   0.0 |1363M| 320 |   - |6604 |9568 |   0 |   0 |   0 |  55k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1495.56/1496.07	c  1479s|450000 |246210 |     0 |   0.0 |1365M| 320 |   - |6604 |  10k|   0 |   0 |   0 |  56k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1512.85/1513.37	c  1496s|460000 |246212 |     0 |   0.0 |1365M| 320 |   - |6604 |  10k|   0 |   0 |   0 |  57k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1533.35/1533.83	c  1517s|470000 |246212 |     0 |   0.0 |1366M| 320 |   - |6604 |  10k|   0 |   0 |   0 |  58k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1552.34/1552.82	c  1535s|480000 |246211 |     0 |   0.0 |1368M| 320 |   - |6604 |  11k|   0 |   0 |   0 |  59k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1571.83/1572.36	c  1555s|490000 |246211 |     0 |   0.0 |1368M| 320 |   - |6604 |  11k|   0 |   0 |   0 |  60k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1591.53/1592.01	c  1574s|500000 |246211 |     0 |   0.0 |1369M| 320 |   - |6604 |  11k|   0 |   0 |   0 |  61k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1612.22/1612.75	c  1594s|510000 |246211 |     0 |   0.0 |1369M| 320 |   - |6604 |  11k|   0 |   0 |   0 |  62k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1634.82/1635.38	c  1617s|520000 |246211 |     0 |   0.0 |1370M| 320 |   - |6604 |  11k|   0 |   0 |   0 |  63k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1658.70/1659.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1658.70/1659.28	c  1640s|530000 |246212 |     0 |   0.0 |1371M| 320 |   - |6604 |  12k|   0 |   0 |   0 |  64k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1682.70/1683.28	c  1664s|540000 |246212 |     0 |   0.0 |1372M| 320 |   - |6604 |  12k|   0 |   0 |   0 |  67k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1706.30/1706.85	c  1687s|550000 |246212 |     0 |   0.0 |1373M| 320 |   - |6604 |  12k|   0 |   0 |   0 |  67k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1728.39/1728.97	c  1709s|560000 |246210 |     0 |   0.0 |1373M| 320 |   - |6604 |  13k|   0 |   0 |   0 |  69k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1751.38/1751.93	c  1732s|570000 |246210 |     0 |   0.0 |1375M| 320 |   - |6604 |  13k|   0 |   0 |   0 |  70k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1777.78/1778.39	c  1758s|580000 |246211 |     0 |   0.0 |1375M| 325 |   - |6604 |  13k|   0 |   0 |   0 |  70k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.61	c 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time (sec) : 1780.04
1800.08/1800.61	c Solving Nodes      : 589019
1800.08/1800.61	c Primal Bound       : -1.60000000000000e+01 (10 solutions)
1800.08/1800.61	c Dual Bound         : -1.98000000000000e+02
1800.08/1800.61	c Gap                : 91.92 %
1800.08/1800.63	s SATISFIABLE
1800.08/1800.63	v -x375 -x317 -x361 -x286 -x342 -x224 -x249 -x359 -x390 -x297 -x299 -x251 -x256 x319 -x273 x231 -x360 x348 -x240 -x382 -x334 -x332 
1800.08/1800.63	v -x269 -x237 -x362 x217 -x321 x349 -x278 -x239 -x398 -x265 -x343 -x391 -x300 -x264 -x370 -x339 x377 -x207 -x392 x353 -x234 -x238 
1800.08/1800.63	v -x352 -x233 x388 -x315 -x229 -x356 -x322 -x206 -x395 -x380 -x345 -x289 -x221 -x246 -x219 -x350 -x309 -x304 -x272 -x329 -x225 
1800.08/1800.63	v -x284 -x366 -x354 -x335 -x312 -x208 -x276 -x372 -x232 -x220 -x245 -x290 -x242 -x253 x318 -x303 -x298 -x204 -x344 x310 x267 
1800.08/1800.63	v -x266 -x255 -x236 -x396 -x295 -x213 -x340 -x261 -x333 -x400 x355 -x252 -x389 -x277 x209 -x288 -x351 -x244 x365 -x386 -x367 
1800.08/1800.63	v -x347 -x323 -x294 -x271 -x254 -x248 -x226 -x218 -x216 -x215 -x346 -x258 -x314 -x247 -x328 -x326 -x306 -x282 -x397 -x274 -x357 
1800.08/1800.63	v -x381 -x292 -x214 -x202 -x307 -x305 x302 -x301 -x296 -x279 -x210 -x205 -x371 -x325 -x399 -x338 -x385 -x320 -x374 -x243 -x257 
1800.08/1800.63	v -x270 -x259 -x223 -x203 -x330 -x268 -x324 -x263 -x331 -x201 -x393 -x379 -x376 -x358 -x313 -x311 x308 -x285 -x283 -x281 -x280 
1800.08/1800.63	v -x275 -x262 -x241 -x235 -x211 -x383 -x230 -x368 -x369 -x212 -x337 -x373 -x227 -x341 -x327 -x364 -x260 -x291 -x228 -x363 -x222 
1800.08/1800.63	v -x250 -x293 -x387 -x336 -x394 -x316 -x378 -x287 -x384 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 x190 -x189 
1800.08/1800.63	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.08/1800.63	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.08/1800.63	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.08/1800.63	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.08/1800.63	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 
1800.08/1800.63	v -x81 -x80 -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 
1800.08/1800.63	v -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 
1800.08/1800.63	v -x30 x29 -x28 -x27 -x26 -x25 x24 -x23 x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 x3 
1800.08/1800.63	v -x2 x1 
1800.08/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.63	c Solving Time       :    1780.04
1800.08/1800.63	c Original Problem   :
1800.08/1800.63	c   Problem name     : HOME/instance-2663866-1276668219.opb
1800.08/1800.63	c   Variables        : 6604 (6604 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.63	c   Constraints      : 6805 initial, 6805 maximal
1800.08/1800.63	c Presolved Problem  :
1800.08/1800.63	c   Problem name     : t_HOME/instance-2663866-1276668219.opb
1800.08/1800.63	c   Variables        : 6604 (6604 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.63	c   Constraints      : 6805 initial, 17389 maximal
1800.08/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.63	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   probing          :       0.24          0          0          0          0          0          0          0          0
1800.08/1800.63	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.63	c   and              :       0.22          0          0          0          0          0          0          0          0
1800.08/1800.63	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.08/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.63	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.63	c   setppc           :        400          0    1365216          0     421663       7314     658609          0          0          0
1800.08/1800.63	c   and              :       6204          0    1365937          0     423391         47   24553537          0          0          0
1800.08/1800.63	c   linear           :          1          0    1365608          0     423720       7463    7754641          0          0          0
1800.08/1800.63	c   logicor          :        200+         0     442216          0     419584       3339     390927          0          0          0
1800.08/1800.63	c   countsols        :          0          0          0          0     423727          0          0          0          0          0
1800.08/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.63	c   setppc           :     234.34       0.00      18.41       0.00     215.93
1800.08/1800.63	c   and              :     290.38       0.00     179.19       0.00     111.19
1800.08/1800.63	c   linear           :     105.40       0.00     104.65       0.00       0.75
1800.08/1800.63	c   logicor          :     110.60       0.00      85.62       0.00      24.98
1800.08/1800.63	c   countsols        :       0.26       0.00       0.00       0.00       0.26
1800.08/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.63	c   vbounds          :       1.02          2          0          0
1800.08/1800.63	c   rootredcost      :       1.14          0          0          0
1800.08/1800.63	c   pseudoobj        :     430.59    1530540     152099      21740
1800.08/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.63	c   propagation      :     416.42     170262      32455     392289      208.3        330      186.2          -
1800.08/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.63	c   applied globally :          -          -          -      72552      236.6          -          -          -
1800.08/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.63	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.63	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.63	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.63	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.63	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.63	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.63	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.63	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.63	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.63	c Pricers            :       Time      Calls       Vars
1800.08/1800.63	c   problem variables:       0.00          0          0
1800.08/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.63	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   inference        :     352.33     423720          0          0          0          0     847440
1800.08/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.63	c   LP solutions     :       0.00          -          0
1800.08/1800.63	c   pseudo solutions :       0.06          -          7
1800.08/1800.63	c   oneopt           :       1.12          0          0
1800.08/1800.63	c   trivial          :       0.03          2          3
1800.08/1800.63	c   simplerounding   :       0.00          0          0
1800.08/1800.63	c   zirounding       :       0.00          0          0
1800.08/1800.63	c   rounding         :       0.00          0          0
1800.08/1800.63	c   shifting         :       0.00          0          0
1800.08/1800.63	c   intshifting      :       0.00          0          0
1800.08/1800.63	c   twoopt           :       0.00          0          0
1800.08/1800.63	c   fixandinfer      :       0.00          0          0
1800.08/1800.63	c   feaspump         :       0.00          0          0
1800.08/1800.63	c   coefdiving       :       0.00          0          0
1800.08/1800.63	c   pscostdiving     :       0.00          0          0
1800.08/1800.63	c   fracdiving       :       0.00          0          0
1800.08/1800.63	c   veclendiving     :       0.00          0          0
1800.08/1800.63	c   intdiving        :       0.00          0          0
1800.08/1800.63	c   actconsdiving    :       0.00          0          0
1800.08/1800.63	c   objpscostdiving  :       0.00          0          0
1800.08/1800.63	c   rootsoldiving    :       0.00          0          0
1800.08/1800.63	c   linesearchdiving :       0.00          0          0
1800.08/1800.63	c   guideddiving     :       0.00          0          0
1800.08/1800.63	c   octane           :       0.00          0          0
1800.08/1800.63	c   rens             :       0.00          0          0
1800.08/1800.63	c   rins             :       0.00          0          0
1800.08/1800.63	c   localbranching   :       0.00          0          0
1800.08/1800.63	c   mutation         :       0.00          0          0
1800.08/1800.63	c   crossover        :       0.00          0          0
1800.08/1800.63	c   dins             :       0.00          0          0
1800.08/1800.63	c   undercover       :       0.00          0          0
1800.08/1800.63	c   nlp              :       0.52          0          0
1800.08/1800.63	c   trysol           :       0.39          0          0
1800.08/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.63	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.63	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.63	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.63	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.63	c B&B Tree           :
1800.08/1800.63	c   number of runs   :          1
1800.08/1800.63	c   nodes            :     589019
1800.08/1800.63	c   nodes (total)    :     589019
1800.08/1800.63	c   nodes left       :     246212
1800.08/1800.63	c   max depth        :        325
1800.08/1800.63	c   max depth (total):        325
1800.08/1800.63	c   backtracks       :      15437 (2.6%)
1800.08/1800.63	c   delayed cutoffs  :      12210
1800.08/1800.63	c   repropagations   :     301701 (1350626 domain reductions, 4970 cutoffs)
1800.08/1800.63	c   avg switch length:       4.36
1800.08/1800.63	c   switching time   :     195.71
1800.08/1800.63	c Solution           :
1800.08/1800.63	c   Solutions found  :         10 (8 improvements)
1800.08/1800.63	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.08/1800.63	c   Primal Bound     : -1.60000000000000e+01   (in run 1, after 170938 nodes, 710.37 seconds, depth 64, found by <relaxation>)
1800.08/1800.63	c   Dual Bound       : -1.98000000000000e+02
1800.08/1800.63	c   Gap              :      91.92 %
1800.08/1800.63	c   Root Dual Bound  : -2.00000000000000e+02
1800.08/1800.63	c   Root Iterations  :          0

Verifier Data

OK	-16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663866-1276668219/watcher-2663866-1276668219 -o /tmp/evaluation-result-2663866-1276668219/solver-2663866-1276668219 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663866-1276668219.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.05 1.98 1.62 3/107 8199
/proc/meminfo: memFree=1788972/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=6584 CPUtime=0
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 1022 0 0 0 0 0 0 0 20 0 1 0 40477639 6742016 944 1992294400 4194304 7136930 140734632025536 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8199/statm: 1646 954 254 719 0 925 0

[startup+0.0297821 s]
/proc/loadavg: 2.05 1.98 1.62 3/107 8199
/proc/meminfo: memFree=1788972/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=11384 CPUtime=0.02
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 2336 0 0 0 2 0 0 0 20 0 1 0 40477639 11657216 2258 1992294400 4194304 7136930 140734632025536 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8199/statm: 2846 2267 272 719 0 2125 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11384

[startup+0.100789 s]
/proc/loadavg: 2.05 1.98 1.62 3/107 8199
/proc/meminfo: memFree=1788972/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=21692 CPUtime=0.09
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 5206 0 0 0 8 1 0 0 20 0 1 0 40477639 22212608 4774 1992294400 4194304 7136930 140734632025536 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 5423 4786 283 719 0 4702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21692

[startup+0.300806 s]
/proc/loadavg: 2.05 1.98 1.62 3/107 8199
/proc/meminfo: memFree=1788972/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=30712 CPUtime=0.29
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 7590 0 0 0 23 6 0 0 20 0 1 0 40477639 31449088 6901 1992294400 4194304 7136930 140734632025536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 7678 6901 333 719 0 6957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30712

[startup+0.700842 s]
/proc/loadavg: 2.05 1.98 1.62 3/107 8199
/proc/meminfo: memFree=1788972/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=35452 CPUtime=0.69
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 10420 0 0 0 47 22 0 0 21 0 1 0 40477639 36302848 8189 1992294400 4194304 7136930 140734632025536 18446744073709551615 5497079 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 8863 8189 374 719 0 8142 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35452

[startup+1.50091 s]
/proc/loadavg: 2.05 1.98 1.62 2/108 8200
/proc/meminfo: memFree=1755608/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=37524 CPUtime=1.49
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 10947 0 0 0 126 23 0 0 23 0 1 0 40477639 38424576 8716 1992294400 4194304 7136930 140734632025536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 9381 8716 388 719 0 8660 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37524

[startup+3.10106 s]
/proc/loadavg: 2.05 1.98 1.62 2/108 8200
/proc/meminfo: memFree=1751640/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=41664 CPUtime=3.09
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 11964 0 0 0 284 25 0 0 25 0 1 0 40477639 42663936 9733 1992294400 4194304 7136930 140734632025536 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 10416 9733 393 719 0 9695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41664

[startup+6.30135 s]
/proc/loadavg: 1.97 1.96 1.62 2/108 8200
/proc/meminfo: memFree=1750028/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=43784 CPUtime=6.29
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 12449 0 0 0 602 27 0 0 25 0 1 0 40477639 44834816 10218 1992294400 4194304 7136930 140734632025536 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 10946 10218 393 719 0 10225 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43784

[startup+12.7009 s]
/proc/loadavg: 1.89 1.95 1.61 2/108 8200
/proc/meminfo: memFree=1746556/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=46676 CPUtime=12.69
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 13189 0 0 0 1239 30 0 0 25 0 1 0 40477639 47796224 10958 1992294400 4194304 7136930 140734632025536 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 11669 10958 393 719 0 10948 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46676

[startup+25.5011 s]
/proc/loadavg: 1.69 1.90 1.60 2/108 8200
/proc/meminfo: memFree=1739736/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=53220 CPUtime=25.49
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 14793 0 0 0 2510 39 0 0 25 0 1 0 40477639 54497280 12562 1992294400 4194304 7136930 140734632025536 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 13305 12562 393 719 0 12584 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53220

[startup+51.1014 s]
/proc/loadavg: 1.45 1.82 1.59 2/108 8202
/proc/meminfo: memFree=1727584/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=65464 CPUtime=51.08
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 17821 0 0 0 5049 59 0 0 25 0 1 0 40477639 67035136 15590 1992294400 4194304 7136930 140734632025536 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 16366 15590 393 719 0 15645 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65464

[startup+102.309 s]
/proc/loadavg: 1.20 1.69 1.55 2/108 8202
/proc/meminfo: memFree=1698940/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=94056 CPUtime=102.26
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 24902 0 0 0 10135 91 0 0 25 0 1 0 40477639 96313344 22671 1992294400 4194304 7136930 140734632025536 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 23514 22671 393 719 0 22793 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94056

[startup+162.301 s]
/proc/loadavg: 1.07 1.57 1.52 2/108 8204
/proc/meminfo: memFree=1660748/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=133096 CPUtime=162.24
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 34477 0 0 0 16084 140 0 0 25 0 1 0 40477639 136290304 32246 1992294400 4194304 7136930 140734632025536 18446744073709551615 6350076 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 33274 32246 393 719 0 32553 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 133096

[startup+222.301 s]
/proc/loadavg: 1.02 1.46 1.48 2/108 8206
/proc/meminfo: memFree=1622184/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=173428 CPUtime=222.22
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 44055 0 0 0 22010 212 0 0 25 0 1 0 40477639 177590272 41824 1992294400 4194304 7136930 140734632025536 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 43357 41824 393 719 0 42636 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 173428

[startup+282.301 s]
/proc/loadavg: 1.01 1.37 1.45 2/108 8208
/proc/meminfo: memFree=1568740/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=232828 CPUtime=282.2
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 57573 0 0 0 27940 280 0 0 25 0 1 0 40477639 238415872 55342 1992294400 4194304 7136930 140734632025536 18446744073709551615 4697388 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 58207 55342 393 719 0 57486 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 232828

[startup+342.302 s]
/proc/loadavg: 1.00 1.30 1.42 2/108 8210
/proc/meminfo: memFree=1504260/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=307388 CPUtime=342.19
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 73553 0 0 0 33883 336 0 0 25 0 1 0 40477639 314765312 71322 1992294400 4194304 7136930 140734632025536 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 76847 71322 393 719 0 76126 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 307388

[startup+402.301 s]
/proc/loadavg: 1.00 1.25 1.39 2/108 8210
/proc/meminfo: memFree=1442880/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=377836 CPUtime=402.17
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 88978 0 0 0 39827 390 0 0 25 0 1 0 40477639 386904064 86747 1992294400 4194304 7136930 140734632025536 18446744073709551615 4774442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 94459 86747 393 719 0 93738 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 377836

[startup+462.301 s]
/proc/loadavg: 1.08 1.21 1.36 2/108 8212
/proc/meminfo: memFree=1372572/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=455600 CPUtime=462.16
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 106389 0 0 0 45765 451 0 0 25 0 1 0 40477639 466534400 104158 1992294400 4194304 7136930 140734632025536 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 113900 104158 393 719 0 113179 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 455600

[startup+522.302 s]
/proc/loadavg: 1.10 1.19 1.35 2/108 8214
/proc/meminfo: memFree=1286144/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=558616 CPUtime=522.14
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 128273 0 0 0 51704 510 0 0 25 0 1 0 40477639 572022784 126042 1992294400 4194304 7136930 140734632025536 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 139654 126042 393 719 0 138933 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 558616

[startup+582.301 s]
/proc/loadavg: 1.10 1.17 1.33 2/108 8216
/proc/meminfo: memFree=1187564/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=677556 CPUtime=582.12
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 152522 0 0 0 57640 572 0 0 25 0 1 0 40477639 693817344 150291 1992294400 4194304 7136930 140734632025536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 169389 150291 393 719 0 168668 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 677556

[startup+642.301 s]
/proc/loadavg: 1.10 1.15 1.31 2/108 8218
/proc/meminfo: memFree=1090844/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=792120 CPUtime=642.11
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 176507 0 0 0 63573 638 0 0 25 0 1 0 40477639 811130880 174276 1992294400 4194304 7136930 140734632025536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 198030 174276 393 719 0 197309 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 792120

[startup+702.301 s]

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

/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 337313 0 0 0 105121 1077 0 0 25 0 1 0 40477639 1605480448 335082 1992294400 4194304 7136930 140734632025536 18446744073709551615 4225857 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 391963 335082 393 719 0 391242 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1567852

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/108 8230
/proc/meminfo: memFree=360608/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1657776 CPUtime=1121.96
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 358613 0 0 0 111055 1141 0 0 25 0 1 0 40477639 1697562624 356382 1992294400 4194304 7136930 140734632025536 18446744073709551615 4704248 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 414444 356382 393 719 0 413723 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1657776

[startup+1182.3 s]
/proc/loadavg: 1.08 1.03 1.16 2/108 8232
/proc/meminfo: memFree=312868/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1709984 CPUtime=1181.95
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 371371 0 0 0 116971 1224 0 0 25 0 1 0 40477639 1751023616 368177 1992294400 4194304 7136930 140734632025536 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 427496 368177 393 719 0 426775 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1709984

[startup+1242.3 s]
/proc/loadavg: 1.06 1.04 1.16 2/108 8234
/proc/meminfo: memFree=304808/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1717924 CPUtime=1241.93
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 373310 0 0 0 122883 1310 0 0 25 0 1 0 40477639 1759154176 370116 1992294400 4194304 7136930 140734632025536 18446744073709551615 6166784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 429481 370116 393 719 0 428760 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 1717924

[startup+1302.3 s]
/proc/loadavg: 1.02 1.03 1.15 2/108 8234
/proc/meminfo: memFree=292036/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1730452 CPUtime=1301.92
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 376506 0 0 0 128806 1386 0 0 25 0 1 0 40477639 1771982848 373312 1992294400 4194304 7136930 140734632025536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 432613 373312 393 719 0 431892 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1730452

[startup+1362.3 s]
/proc/loadavg: 1.01 1.02 1.13 2/108 8236
/proc/meminfo: memFree=283232/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1739228 CPUtime=1361.89
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 378709 0 0 0 134730 1459 0 0 25 0 1 0 40477639 1780969472 375515 1992294400 4194304 7136930 140734632025536 18446744073709551615 5909160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 434807 375515 393 719 0 434086 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 1739228

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.12 2/108 8238
/proc/meminfo: memFree=277404/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1744996 CPUtime=1421.89
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 380167 0 0 0 140657 1532 0 0 25 0 1 0 40477639 1786875904 376973 1992294400 4194304 7136930 140734632025536 18446744073709551615 5918157 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 436249 376973 393 719 0 435528 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1744996

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/108 8240
/proc/meminfo: memFree=266740/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1755672 CPUtime=1481.85
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 382838 0 0 0 146576 1609 0 0 25 0 1 0 40477639 1797808128 379644 1992294400 4194304 7136930 140734632025536 18446744073709551615 4648644 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 438918 379644 393 719 0 438197 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 1755672

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/108 8242
/proc/meminfo: memFree=264756/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1757732 CPUtime=1541.84
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 383336 0 0 0 152491 1693 0 0 25 0 1 0 40477639 1799917568 380142 1992294400 4194304 7136930 140734632025536 18446744073709551615 4979353 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 439433 380142 393 719 0 438712 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 1757732

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/108 8242
/proc/meminfo: memFree=261656/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1760452 CPUtime=1601.82
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 384052 0 0 0 158415 1767 0 0 25 0 1 0 40477639 1802702848 380858 1992294400 4194304 7136930 140734632025536 18446744073709551615 4780261 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 440113 380858 393 719 0 439392 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 1760452

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 8244
/proc/meminfo: memFree=259300/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1762828 CPUtime=1661.81
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 384630 0 0 0 164342 1839 0 0 25 0 1 0 40477639 1805135872 381436 1992294400 4194304 7136930 140734632025536 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 440707 381436 393 719 0 439986 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 1762828

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/108 8246
/proc/meminfo: memFree=254836/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1767184 CPUtime=1721.8
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 385736 0 0 0 170270 1910 0 0 25 0 1 0 40477639 1809596416 382542 1992294400 4194304 7136930 140734632025536 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 441796 382542 393 719 0 441075 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 1767184

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 8248
/proc/meminfo: memFree=253844/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1768080 CPUtime=1781.78
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 385891 0 0 0 176207 1971 0 0 25 0 1 0 40477639 1810513920 382697 1992294400 4194304 7136930 140734632025536 18446744073709551615 4977182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 442020 382697 393 719 0 441299 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 1768080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 8248
/proc/meminfo: memFree=252232/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1769712 CPUtime=1800.08
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 386293 0 0 0 178011 1997 0 0 25 0 1 0 40477639 1812185088 383099 1992294400 4194304 7136930 140734632025536 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8199/statm: 442428 383099 393 719 0 441707 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1769712

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8199

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 8248
/proc/meminfo: memFree=252232/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1769452 CPUtime=1800.87
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 386298 0 0 0 178090 1997 0 0 25 0 1 0 40477639 1811918848 383039 1992294400 4194304 7136930 140734632025536 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8199/statm: 442363 383039 398 719 0 441642 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (KiB) 1769452

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.07 2/109 8249
/proc/meminfo: memFree=252224/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1769208 CPUtime=1801.67
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 386298 0 0 0 178170 1997 0 0 25 0 1 0 40477639 1811668992 382978 1992294400 4194304 7136930 140734632025536 18446744073709551615 4212430 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8199/statm: 442302 382978 398 719 0 441581 0
Current children cumulated CPU time (s) 1801.67
Current children cumulated vsize (KiB) 1769208

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.07 2/109 8249
/proc/meminfo: memFree=252224/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=1756668 CPUtime=1802.06
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4202496 386298 0 0 0 178209 1997 0 0 25 0 1 0 40477639 1798828032 379844 1992294400 4194304 7136930 140734632025536 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8199/statm: 439167 379844 398 719 0 438446 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 1756668

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.07 2/109 8249
/proc/meminfo: memFree=252224/2059040 swapFree=4140108/4192956
[pid=8199] ppid=8197 vsize=0 CPUtime=1802.17
/proc/8199/stat : 8199 (pbscip.linux.x8) R 8197 8199 7647 0 -1 4203524 386298 0 0 0 178211 2006 0 0 25 0 1 0 40477639 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/8199/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.78
CPU time (s): 1802.25
CPU user time (s): 1782.11
CPU system time (s): 20.1379
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 1769712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.11
system time used= 20.1379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386298
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 9766

runsolver used 2.98455 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-16 08:03:39
IDJOB=2663866
IDBENCH=48239
IDSOLVER=1167
FILE ID=node025/2663866-1276668219
PBS_JOBID= 11172484
Free space on /tmp= 62580 MiB

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

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

MD5SUM BENCH= 4142356c9f50acd7c9005938f6b31a6d
RANDOM SEED=868052022

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1789500 kB
Buffers:         66132 kB
Cached:         114436 kB
SwapCached:       7256 kB
Active:         100064 kB
Inactive:        95056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1789500 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            3368 kB
Writeback:           0 kB
AnonPages:       12068 kB
Mapped:          12956 kB
Slab:            52592 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183168 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= 62576 MiB
End job on node025 at 2010-06-16 08:33:42