Trace number 2693694

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.82 1800.76

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache.inv8.ucl--soft-33-100-0.wbo
MD5SUM95fc93b9bf9d7a2900db6241c7ee4c87
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.039993
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2355
Total number of constraints6744
Number of soft constraints4510
Number of constraints which are clauses6568
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints176
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 227663
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 227662
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2693694-1277914950.wbo>
0.00/0.07	c original problem has 11375 variables (6865 bin, 0 int, 0 impl, 4510 cont) and 11255 constraints
0.00/0.07	c problem read
0.00/0.07	c presolving settings loaded
0.00/0.07	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.09/0.12	c presolving:
0.09/0.14	c (round 1) 10 del vars, 3 del conss, 1 chg bounds, 88 chg sides, 178 chg coeffs, 0 upgd conss, 13241 impls, 0 clqs
0.09/0.15	c (round 2) 11 del vars, 23 del conss, 1 chg bounds, 88 chg sides, 178 chg coeffs, 0 upgd conss, 13241 impls, 0 clqs
0.09/0.16	c (round 3) 12 del vars, 23 del conss, 4510 chg bounds, 88 chg sides, 178 chg coeffs, 0 upgd conss, 13241 impls, 0 clqs
0.09/0.19	c (round 4) 12 del vars, 23 del conss, 4510 chg bounds, 88 chg sides, 178 chg coeffs, 2216 upgd conss, 13241 impls, 0 clqs
0.39/0.40	c    (0.3s) probing: 262/6854 (3.8%) - 0 fixings, 1 aggregations, 11 implications, 0 bound changes
0.39/0.40	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.40	c presolving (5 rounds):
0.39/0.40	c  13 deleted vars, 23 deleted constraints, 4510 tightened bounds, 0 added holes, 88 changed sides, 178 changed coefficients
0.39/0.40	c  13280 implications, 0 cliques
0.39/0.40	c presolved problem has 11362 variables (6853 bin, 0 int, 0 impl, 4509 cont) and 11232 constraints
0.39/0.40	c    4509 constraints of type <indicator>
0.39/0.40	c       2 constraints of type <varbound>
0.39/0.40	c      61 constraints of type <knapsack>
0.39/0.40	c    4507 constraints of type <linear>
0.39/0.40	c    2153 constraints of type <logicor>
0.39/0.40	c transformed objective value is always integral (scale: 1)
0.39/0.40	c Presolving Time: 0.28
0.39/0.40	c - non default parameters ----------------------------------------------------------------------
0.39/0.40	c # SCIP version 1.2.1.2
0.39/0.40	c 
0.39/0.40	c # frequency for displaying node information lines
0.39/0.40	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.40	c display/freq = 10000
0.39/0.40	c 
0.39/0.40	c # maximal time in seconds to run
0.39/0.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.40	c limits/time = 1799.94
0.39/0.40	c 
0.39/0.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.40	c limits/memory = 3420
0.39/0.40	c 
0.39/0.40	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.40	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.40	c lp/solvefreq = -1
0.39/0.40	c 
0.39/0.40	c # should presolving try to simplify inequalities
0.39/0.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.40	c constraints/linear/simplifyinequalities = TRUE
0.39/0.40	c 
0.39/0.40	c # should presolving try to simplify knapsacks
0.39/0.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.40	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.40	c 
0.39/0.40	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.40	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.40	c separating/rapidlearning/freq = 0
0.39/0.40	c 
0.39/0.40	c -----------------------------------------------------------------------------------------------
0.39/0.40	c start solving
0.39/0.40	c 
0.39/0.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.42	c   0.3s|     1 |     2 |     0 |     - |  35M|   0 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.49/21.50	c  21.2s| 10000 | 10001 |     0 |   0.0 |  40M| 179 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.09/43.19	c  42.8s| 20000 | 20001 |     0 |   0.0 |  46M| 179 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
64.40/64.44	c  63.9s| 30000 | 30001 |     0 |   0.0 |  51M| 179 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
85.59/85.65	c  84.9s| 40000 | 40001 |     0 |   0.0 |  56M| 179 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
106.80/106.85	c   106s| 50000 | 50001 |     0 |   0.0 |  61M| 179 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
127.79/127.81	c   127s| 60000 | 60001 |     0 |   0.0 |  66M| 179 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
148.40/148.41	c   147s| 70000 | 70001 |     0 |   0.0 |  71M| 179 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
169.60/169.68	c   168s| 80000 | 80001 |     0 |   0.0 |  77M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
191.10/191.11	c   190s| 90000 | 90001 |     0 |   0.0 |  82M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
212.40/212.42	c   211s|100000 |100001 |     0 |   0.0 |  87M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
233.60/233.63	c   232s|110000 |110001 |     0 |   0.0 |  92M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
254.70/254.76	c   253s|120000 |120001 |     0 |   0.0 |  97M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
275.80/275.82	c   274s|130000 |130001 |     0 |   0.0 | 102M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
296.80/296.88	c   295s|140000 |140001 |     0 |   0.0 | 107M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
317.81/317.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.81/317.87	c   315s|150000 |150001 |     0 |   0.0 | 112M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
338.81/338.85	c   336s|160000 |160001 |     0 |   0.0 | 117M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
359.71/359.79	c   357s|170000 |170001 |     0 |   0.0 | 122M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
380.70/380.73	c   378s|180000 |180001 |     0 |   0.0 | 127M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
401.60/401.64	c   399s|190000 |190001 |     0 |   0.0 | 132M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
422.51/422.52	c   419s|200000 |200001 |     0 |   0.0 | 137M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
443.31/443.38	c   440s|210000 |210001 |     0 |   0.0 | 142M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
464.11/464.17	c   461s|220000 |220001 |     0 |   0.0 | 147M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
484.91/484.98	c   481s|230000 |230001 |     0 |   0.0 | 152M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
505.70/505.76	c   502s|240000 |240001 |     0 |   0.0 | 157M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
526.41/526.44	c   522s|250000 |250001 |     0 |   0.0 | 161M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
547.21/547.27	c   543s|260000 |260001 |     0 |   0.0 | 166M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
567.81/567.84	c   564s|270000 |270001 |     0 |   0.0 | 171M| 191 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
589.11/589.14	c   585s|280000 |280001 |     0 |   0.0 | 176M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
610.61/610.62	c   606s|290000 |290001 |     0 |   0.0 | 182M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
631.91/631.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.91/631.96	c   627s|300000 |300001 |     0 |   0.0 | 187M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
653.21/653.28	c   648s|310000 |310001 |     0 |   0.0 | 192M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
674.51/674.53	c   669s|320000 |320001 |     0 |   0.0 | 197M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
695.82/695.81	c   691s|330000 |330001 |     0 |   0.0 | 202M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
717.01/717.04	c   712s|340000 |340001 |     0 |   0.0 | 206M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
738.31/738.30	c   733s|350000 |350001 |     0 |   0.0 | 211M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
759.41/759.43	c   754s|360000 |360001 |     0 |   0.0 | 216M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
780.41/780.46	c   775s|370000 |370001 |     0 |   0.0 | 221M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
801.61/801.60	c   796s|380000 |380001 |     0 |   0.0 | 226M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
822.62/822.65	c   817s|390000 |390001 |     0 |   0.0 | 231M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
843.72/843.74	c   837s|400000 |400001 |     0 |   0.0 | 236M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
864.72/864.71	c   858s|410000 |410001 |     0 |   0.0 | 241M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
885.62/885.63	c   879s|420000 |420001 |     0 |   0.0 | 246M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
906.62/906.66	c   900s|430000 |430001 |     0 |   0.0 | 251M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
927.52/927.57	c   921s|440000 |440001 |     0 |   0.0 | 256M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
948.42/948.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
948.42/948.43	c   941s|450000 |450001 |     0 |   0.0 | 261M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
969.13/969.12	c   962s|460000 |460001 |     0 |   0.0 | 265M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
989.82/989.84	c   983s|470000 |470001 |     0 |   0.0 | 270M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1010.52/1010.52	c  1003s|480000 |480001 |     0 |   0.0 | 275M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1031.12/1031.14	c  1024s|490000 |490001 |     0 |   0.0 | 280M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1051.72/1051.70	c  1044s|500000 |500001 |     0 |   0.0 | 285M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1072.32/1072.39	c  1065s|510000 |510001 |     0 |   0.0 | 290M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1093.03/1093.01	c  1085s|520000 |520001 |     0 |   0.0 | 295M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1113.52/1113.58	c  1105s|530000 |530001 |     0 |   0.0 | 299M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1134.22/1134.20	c  1126s|540000 |540001 |     0 |   0.0 | 304M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1154.73/1154.73	c  1146s|550000 |550001 |     0 |   0.0 | 309M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1175.42/1175.44	c  1167s|560000 |560001 |     0 |   0.0 | 314M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1195.92/1195.99	c  1187s|570000 |570001 |     0 |   0.0 | 319M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1216.54/1216.51	c  1208s|580000 |580001 |     0 |   0.0 | 323M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1237.13/1237.11	c  1228s|590000 |590001 |     0 |   0.0 | 328M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1257.73/1257.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1257.73/1257.71	c  1249s|600000 |600001 |     0 |   0.0 | 333M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1278.33/1278.35	c  1269s|610000 |610001 |     0 |   0.0 | 338M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1298.94/1298.97	c  1290s|620000 |620001 |     0 |   0.0 | 343M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1319.53/1319.54	c  1310s|630000 |630001 |     0 |   0.0 | 347M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1340.03/1340.08	c  1330s|640000 |640001 |     0 |   0.0 | 352M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1360.53/1360.55	c  1351s|650000 |650001 |     0 |   0.0 | 357M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1380.94/1380.98	c  1371s|660000 |660001 |     0 |   0.0 | 362M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1401.44/1401.47	c  1391s|670000 |670001 |     0 |   0.0 | 366M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1422.03/1422.06	c  1412s|680000 |680001 |     0 |   0.0 | 371M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1442.74/1442.72	c  1432s|690000 |690001 |     0 |   0.0 | 376M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1463.24/1463.30	c  1453s|700000 |700001 |     0 |   0.0 | 381M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1483.84/1483.83	c  1473s|710000 |710001 |     0 |   0.0 | 385M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1504.34/1504.31	c  1493s|720000 |720001 |     0 |   0.0 | 390M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1524.84/1524.86	c  1514s|730000 |730001 |     0 |   0.0 | 395M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1545.55/1545.55	c  1534s|740000 |740001 |     0 |   0.0 | 400M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1566.24/1566.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.24/1566.28	c  1555s|750000 |750001 |     0 |   0.0 | 404M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1586.84/1586.89	c  1575s|760000 |760001 |     0 |   0.0 | 409M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1607.45/1607.47	c  1596s|770000 |770001 |     0 |   0.0 | 414M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1627.95/1627.98	c  1616s|780000 |780001 |     0 |   0.0 | 419M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1648.44/1648.44	c  1637s|790000 |790001 |     0 |   0.0 | 423M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1668.94/1668.93	c  1657s|800000 |800001 |     0 |   0.0 | 428M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1689.44/1689.45	c  1677s|810000 |810001 |     0 |   0.0 | 433M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1710.24/1710.24	c  1698s|820000 |820001 |     0 |   0.0 | 438M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1730.84/1730.82	c  1718s|830000 |830001 |     0 |   0.0 | 442M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1751.34/1751.38	c  1739s|840000 |840001 |     0 |   0.0 | 447M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1771.95/1771.93	c  1759s|850000 |850001 |     0 |   0.0 | 452M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1792.45/1792.42	c  1780s|860000 |860001 |     0 |   0.0 | 457M| 205 |   - |  11k|  11k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1787.06
1800.05/1800.00	c Solving Nodes      : 863708
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1787.06
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693694-1277914950.wbo
1800.05/1800.00	c   Variables        : 11375 (6865 binary, 0 integer, 0 implicit integer, 4510 continuous)
1800.05/1800.00	c   Constraints      : 11255 initial, 11255 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693694-1277914950.wbo
1800.05/1800.00	c   Variables        : 11362 (6853 binary, 0 integer, 0 implicit integer, 4509 continuous)
1800.05/1800.00	c   Constraints      : 11232 initial, 11232 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          9          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.18          0          1          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.06          1          0          0       4510          0         22         88        178
1800.05/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       4509          0    2396518          0     863708          0      60195          0          0          0
1800.05/1800.00	c   varbound         :          2          0    2396518          0     863708          0          0          0          0          0
1800.05/1800.00	c   knapsack         :         61          0    2396518          0     863708          0          0          0          0          0
1800.05/1800.00	c   linear           :       4507          0    2396518          0     863708          0      51492          0          0          0
1800.05/1800.00	c   logicor          :       2153          0    1791258          0     863708          0    2297716          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0     863708          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :     442.47       0.00     119.70       0.00     322.77
1800.05/1800.00	c   varbound         :       1.26       0.00       0.76       0.00       0.50
1800.05/1800.00	c   knapsack         :       4.62       0.00       3.07       0.00       1.55
1800.05/1800.00	c   linear           :     130.96       0.00     128.95       0.00       2.01
1800.05/1800.00	c   logicor          :     258.29       0.00       8.15       0.00     250.14
1800.05/1800.00	c   countsols        :       0.25       0.00       0.00       0.00       0.25
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.72       8071          0          0
1800.05/1800.00	c   rootredcost      :       0.69          0          0          0
1800.05/1800.00	c   pseudoobj        :     237.02    2395988          0          0
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :     667.33     863708          0          0          0          0    1727416
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   oneopt           :       0.46          0          0
1800.05/1800.00	c   trivial          :       0.03          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.69          0          0
1800.05/1800.00	c   trysol           :       0.22          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     863708
1800.05/1800.00	c   nodes (total)    :     863708
1800.05/1800.00	c   nodes left       :     863709
1800.05/1800.00	c   max depth        :        205
1800.05/1800.00	c   max depth (total):        205
1800.05/1800.00	c   backtracks       :       7755 (0.9%)
1800.05/1800.00	c   delayed cutoffs  :          0
1800.05/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.00	c   avg switch length:       2.33
1800.05/1800.00	c   switching time   :      17.21
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          0 (0 improvements)
1800.05/1800.00	c   Primal Bound     :          -
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0
1800.75/1800.76	c Time complete: 1800.81.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/178 11315
/proc/meminfo: memFree=30677564/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=8316 CPUtime=0
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 1557 0 0 0 0 0 0 0 25 0 1 0 132792353 8515584 1479 4089446400 4194304 7136930 140734605911504 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11315/statm: 2079 1479 275 719 0 1358 0

[startup+0.0895481 s]
/proc/loadavg: 2.00 2.02 2.00 4/178 11315
/proc/meminfo: memFree=30677564/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=40604 CPUtime=0.08
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 10090 0 0 0 7 1 0 0 25 0 1 0 132792353 41578496 9624 4089446400 4194304 7136930 140734605911504 18446744073709551615 4668100 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 10151 9624 291 719 0 9430 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40604

[startup+0.100545 s]
/proc/loadavg: 2.00 2.02 2.00 4/178 11315
/proc/meminfo: memFree=30677564/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=46364 CPUtime=0.09
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 11502 0 0 0 8 1 0 0 25 0 1 0 132792353 47476736 11036 4089446400 4194304 7136930 140734605911504 18446744073709551615 5952730 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 11591 11036 297 719 0 10870 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46364

[startup+0.30051 s]
/proc/loadavg: 2.00 2.02 2.00 4/178 11315
/proc/meminfo: memFree=30677564/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=55772 CPUtime=0.29
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 15928 0 0 0 26 3 0 0 25 0 1 0 132792353 57110528 13095 4089446400 4194304 7136930 140734605911504 18446744073709551615 4827090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 13943 13095 399 719 0 13222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55772

[startup+0.700437 s]
/proc/loadavg: 2.00 2.02 2.00 4/178 11315
/proc/meminfo: memFree=30677564/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=57796 CPUtime=0.69
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 16714 0 0 0 66 3 0 0 18 0 1 0 132792353 59183104 13547 4089446400 4194304 7136930 140734605911504 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 14449 13547 410 719 0 13728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57796

[startup+1.50029 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11316
/proc/meminfo: memFree=30623864/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=58048 CPUtime=1.49
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 16758 0 0 0 145 4 0 0 19 0 1 0 132792353 59441152 13588 4089446400 4194304 7136930 140734605911504 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 14512 13588 407 719 0 13791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58048

[startup+3.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11316
/proc/meminfo: memFree=30622748/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=59488 CPUtime=3.09
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 17115 0 0 0 304 5 0 0 22 0 1 0 132792353 60915712 13945 4089446400 4194304 7136930 140734605911504 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 14872 13945 407 719 0 14151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59488

[startup+6.30042 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11316
/proc/meminfo: memFree=30619332/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=60076 CPUtime=6.29
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 17263 0 0 0 622 7 0 0 25 0 1 0 132792353 61517824 14093 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 15019 14093 407 719 0 14298 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60076

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11316
/proc/meminfo: memFree=30613292/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=61180 CPUtime=12.69
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 17577 0 0 0 1257 12 0 0 25 0 1 0 132792353 62648320 14407 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 15295 14407 407 719 0 14574 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61180

[startup+25.5009 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11316
/proc/meminfo: memFree=30600856/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=65324 CPUtime=25.49
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 18609 0 0 0 2526 23 0 0 25 0 1 0 132792353 66891776 15439 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 16331 15439 407 719 0 15610 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65324

[startup+51.1002 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11317
/proc/meminfo: memFree=30576204/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=71640 CPUtime=51.1
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 20234 0 0 0 5070 40 0 0 25 0 1 0 132792353 73359360 17064 4089446400 4194304 7136930 140734605911504 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 17910 17064 407 719 0 17189 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71640

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11318
/proc/meminfo: memFree=30525436/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=85524 CPUtime=102.3
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 23826 0 0 0 10150 80 0 0 25 0 1 0 132792353 87576576 20656 4089446400 4194304 7136930 140734605911504 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 21381 20656 407 719 0 20660 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85524

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 11320
/proc/meminfo: memFree=30470372/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=101324 CPUtime=162.3
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 27363 0 0 0 16103 127 0 0 25 0 1 0 132792353 103755776 24193 4089446400 4194304 7136930 140734605911504 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 25331 24193 407 719 0 24610 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101324

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 11322
/proc/meminfo: memFree=30411416/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=117276 CPUtime=222.3
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 31447 0 0 0 22061 169 0 0 25 0 1 0 132792353 120090624 28277 4089446400 4194304 7136930 140734605911504 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 29319 28277 407 719 0 28598 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 117276

[startup+282.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 11323
/proc/meminfo: memFree=30354800/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=133080 CPUtime=282.3
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 35528 0 0 0 28017 213 0 0 25 0 1 0 132792353 136273920 32358 4089446400 4194304 7136930 140734605911504 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 33270 32358 407 719 0 32549 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 133080

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 11325
/proc/meminfo: memFree=30298812/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=147056 CPUtime=342.3
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 39122 0 0 0 33975 255 0 0 25 0 1 0 132792353 150585344 35952 4089446400 4194304 7136930 140734605911504 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 36764 35952 407 719 0 36043 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 147056

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11326
/proc/meminfo: memFree=30244944/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=160164 CPUtime=402.31
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 42521 0 0 0 39932 299 0 0 25 0 1 0 132792353 164007936 39351 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 40041 39351 407 719 0 39320 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 160164

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11328
/proc/meminfo: memFree=30189836/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=177788 CPUtime=462.3
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 46014 0 0 0 45883 347 0 0 25 0 1 0 132792353 182054912 42844 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 44447 42844 407 719 0 43726 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 177788

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11330
/proc/meminfo: memFree=30134720/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=192332 CPUtime=522.3
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 49766 0 0 0 51840 390 0 0 25 0 1 0 132792353 196947968 46596 4089446400 4194304 7136930 140734605911504 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 48083 46596 407 719 0 47362 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 192332

[startup+582.301 s]
/proc/loadavg: 1.96 1.99 1.99 3/179 11383
/proc/meminfo: memFree=31019664/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=208964 CPUtime=582.31
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 54017 0 0 0 57797 434 0 0 25 0 1 0 132792353 213979136 50847 4089446400 4194304 7136930 140734605911504 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 52241 50847 407 719 0 51520 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 208964

[startup+642.301 s]
/proc/loadavg: 1.98 1.99 1.99 3/179 11385
/proc/meminfo: memFree=30996780/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=223236 CPUtime=642.31
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 57681 0 0 0 63756 475 0 0 25 0 1 0 132792353 228593664 54511 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 55809 54511 407 719 0 55088 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 223236

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 11394
/proc/meminfo: memFree=30874116/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=313104 CPUtime=1002.32
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 78779 0 0 0 99501 731 0 0 25 0 1 0 132792353 320618496 75609 4089446400 4194304 7136930 140734605911504 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 78276 75609 407 719 0 77555 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 313104

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11396
/proc/meminfo: memFree=30852496/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=328256 CPUtime=1062.33
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 82701 0 0 0 105455 778 0 0 25 0 1 0 132792353 336134144 79531 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 82064 79531 407 719 0 81343 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 328256

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11398
/proc/meminfo: memFree=30826420/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=343356 CPUtime=1122.33
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 86590 0 0 0 111415 818 0 0 25 0 1 0 132792353 351596544 83420 4089446400 4194304 7136930 140734605911504 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 85839 83420 407 719 0 85118 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 343356

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11399
/proc/meminfo: memFree=30809636/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=355584 CPUtime=1182.33
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 89767 0 0 0 117371 862 0 0 25 0 1 0 132792353 364118016 86597 4089446400 4194304 7136930 140734605911504 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 88896 86597 407 719 0 88175 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 355584

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11401
/proc/meminfo: memFree=30788264/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=370888 CPUtime=1242.33
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 93707 0 0 0 123331 902 0 0 25 0 1 0 132792353 379789312 90537 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 92722 90537 407 719 0 92001 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 370888

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11402
/proc/meminfo: memFree=30768004/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=385272 CPUtime=1302.33
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 97417 0 0 0 129292 941 0 0 25 0 1 0 132792353 394518528 94247 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 96318 94247 407 719 0 95597 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 385272

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11404
/proc/meminfo: memFree=30750112/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=399748 CPUtime=1362.33
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 101148 0 0 0 135249 984 0 0 25 0 1 0 132792353 409341952 97978 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 99937 97978 407 719 0 99216 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 399748

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11406
/proc/meminfo: memFree=30729968/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=411360 CPUtime=1422.34
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 104166 0 0 0 141209 1025 0 0 25 0 1 0 132792353 421232640 100996 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 102840 100996 407 719 0 102119 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 411360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11407
/proc/meminfo: memFree=30709348/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=425932 CPUtime=1482.34
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 107923 0 0 0 147166 1068 0 0 25 0 1 0 132792353 436154368 104753 4089446400 4194304 7136930 140734605911504 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 106483 104753 407 719 0 105762 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 425932

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11409
/proc/meminfo: memFree=30685876/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=440072 CPUtime=1542.34
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 111573 0 0 0 153121 1113 0 0 25 0 1 0 132792353 450633728 108403 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 110018 108403 407 719 0 109297 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 440072

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 11410
/proc/meminfo: memFree=30667368/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=452848 CPUtime=1602.34
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 114879 0 0 0 159081 1153 0 0 25 0 1 0 132792353 463716352 111709 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 113212 111709 407 719 0 112491 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 452848

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 11412
/proc/meminfo: memFree=30647628/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=465800 CPUtime=1662.34
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 118233 0 0 0 165039 1195 0 0 25 0 1 0 132792353 476979200 115063 4089446400 4194304 7136930 140734605911504 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 116450 115063 407 719 0 115729 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 465800

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11414
/proc/meminfo: memFree=30624768/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=479784 CPUtime=1722.35
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 121841 0 0 0 170997 1238 0 0 25 0 1 0 132792353 491298816 118671 4089446400 4194304 7136930 140734605911504 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 119946 118671 407 719 0 119225 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 479784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11415
/proc/meminfo: memFree=30604148/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=492884 CPUtime=1782.34
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 125232 0 0 0 176953 1281 0 0 25 0 1 0 132792353 504713216 122062 4089446400 4194304 7136930 140734605911504 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 123221 122062 407 719 0 122500 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 492884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11416
/proc/meminfo: memFree=30599912/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=496632 CPUtime=1800.05
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 126201 0 0 0 178712 1293 0 0 25 0 1 0 132792353 508551168 123031 4089446400 4194304 7136930 140734605911504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11315/statm: 124158 123031 407 719 0 123437 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 496632

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11416
/proc/meminfo: memFree=30599912/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=496492 CPUtime=1800.25
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 126208 0 0 0 178732 1293 0 0 25 0 1 0 132792353 508407808 123003 4089446400 4194304 7136930 140734605911504 18446744073709551615 6166194 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11315/statm: 124123 123003 414 719 0 123402 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 496492

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11417
/proc/meminfo: memFree=30707040/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=378916 CPUtime=1800.66
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 126208 0 0 0 178772 1294 0 0 25 0 1 0 132792353 388009984 93609 4089446400 4194304 7136930 140734605911504 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11315/statm: 94729 93609 414 719 0 94008 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 378916

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11417
/proc/meminfo: memFree=30707040/32951124 swapFree=67111528/67111528
[pid=11315] ppid=11313 vsize=267528 CPUtime=1800.75
/proc/11315/stat : 11315 (pbscip.linux.x8) R 11313 11315 10814 0 -1 4202496 126208 0 0 0 178781 1294 0 0 25 0 1 0 132792353 273948672 65665 4089446400 4194304 7136930 140734605911504 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11315/statm: 66688 65439 414 719 0 65967 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 267528

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.82
CPU user time (s): 1787.86
CPU system time (s): 12.956
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 496632

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

runsolver used 2.83257 second user time and 6.547 second system time

The end

Launcher Data

Begin job on node109 at 2010-06-30 18:22:30
IDJOB=2693694
IDBENCH=79044
IDSOLVER=1206
FILE ID=node109/2693694-1277914950
PBS_JOBID= 11197334
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache.inv8.ucl--soft-33-100-0.wbo
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-2693694-1277914950/watcher-2693694-1277914950 -o /tmp/evaluation-result-2693694-1277914950/solver-2693694-1277914950 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693694-1277914950.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 95fc93b9bf9d7a2900db6241c7ee4c87
RANDOM SEED=1651507225

node109.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30678224 kB
Buffers:        197156 kB
Cached:        1047252 kB
SwapCached:          0 kB
Active:        1395744 kB
Inactive:       732432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30678224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3564 kB
Writeback:           0 kB
AnonPages:      884192 kB
Mapped:          16240 kB
Slab:            80516 kB
PageTables:       6652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1030484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node109 at 2010-06-30 18:52:32