Trace number 3485203

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
SCIP spx 2 2011-06-10 (fixed)? (TO) 1800.08 1800.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_3.opb
MD5SUMd792065ec5adca4c7f7b540f15bc8ce9
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-124
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 -149
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63244
Sum of products size (including duplicates)126488
Number of different products31622
Sum of products size63244

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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3485203-1307786651.opb>
0.00/0.07	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.00/0.07	c problem read
0.00/0.07	c presolving settings loaded
0.19/0.25	o 0
0.19/0.25	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.25	c presolving:
0.59/0.64	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 254976 impls, 2000 clqs
1.29/1.37	c    (1.4s) probing: 101/33622 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.37	c    (1.4s) probing aborted: 100/100 successive totally useless probings
1.29/1.37	c presolving (2 rounds):
1.29/1.37	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.29/1.37	c  254976 implications, 2000 cliques
1.29/1.37	c presolved problem has 33622 variables (33622 bin, 0 int, 0 impl, 0 cont) and 34623 constraints
1.29/1.37	c    3000 constraints of type <setppc>
1.29/1.37	c   31622 constraints of type <and>
1.29/1.37	c       1 constraints of type <linear>
1.29/1.37	c transformed objective value is always integral (scale: 1)
1.29/1.37	c Presolving Time: 1.29
1.29/1.37	c - non default parameters ----------------------------------------------------------------------
1.29/1.37	c # SCIP version 2.0.1.4
1.29/1.37	c 
1.29/1.37	c # frequency for displaying node information lines
1.29/1.37	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.37	c display/freq = 10000
1.29/1.37	c 
1.29/1.37	c # maximal time in seconds to run
1.29/1.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.37	c limits/time = 1797
1.29/1.37	c 
1.29/1.37	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.37	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.37	c limits/memory = 13950
1.29/1.37	c 
1.29/1.37	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.29/1.37	c # [type: int, range: [1,2], default: 1]
1.29/1.37	c timing/clocktype = 2
1.29/1.37	c 
1.29/1.37	c # belongs reading time to solving time?
1.29/1.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.37	c timing/reading = TRUE
1.29/1.37	c 
1.29/1.37	c # should presolving try to simplify inequalities
1.29/1.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.37	c constraints/linear/simplifyinequalities = TRUE
1.29/1.37	c 
1.29/1.37	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.29/1.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.37	c constraints/indicator/addCouplingCons = TRUE
1.29/1.37	c 
1.29/1.37	c # should presolving try to simplify knapsacks
1.29/1.37	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.37	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.37	c 
1.29/1.37	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.37	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.37	c separating/rapidlearning/freq = 0
1.29/1.37	c 
1.29/1.37	c -----------------------------------------------------------------------------------------------
1.29/1.37	c start solving
1.29/1.38	c 
452.50/452.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
452.50/452.57	c t 453s|     1 |     0 | 35032 |     - | 141M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
452.80/452.83	o -17
452.80/452.83	c s 453s|     1 |     0 | 35032 |     - | 142M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   0 |   0 |-5.000000e+02 |-1.700000e+01 |  96.60%
503.51/503.53	o -18
503.51/503.53	c U 504s|     1 |     0 | 35032 |     - | 151M|   0 |  18k|  33k|  34k|  33k|  66k|   0 |   1 |   0 |-5.000000e+02 |-1.800000e+01 |  96.40%
857.41/857.44	c   857s|     1 |     0 | 50721 |     - | 152M|   0 |  18k|  33k|  34k|  33k|  66k| 340 |   1 |   0 |-5.000000e+02 |-1.800000e+01 |  96.40%
1105.43/1105.50	c  1105s|     1 |     0 | 62093 |     - | 152M|   0 |  17k|  33k|  34k|  33k|  66k| 464 |   1 |   0 |-5.000000e+02 |-1.800000e+01 |  96.40%
1581.64/1581.63	c  1582s|     1 |     0 | 85358 |     - | 152M|   0 |  18k|  33k|  34k|  33k|  66k| 514 |   1 |   0 |-5.000000e+02 |-1.800000e+01 |  96.40%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485203-1307786651/watcher-3485203-1307786651 -o /tmp/evaluation-result-3485203-1307786651/solver-3485203-1307786651 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485203-1307786651.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 10643
/proc/meminfo: memFree=31378380/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=10252 CPUtime=0 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 1549 0 0 0 0 0 0 0 22 0 1 0 890262995 10498048 1503 33554432000 4194304 8979876 140736175510080 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10641/statm: 2612 1507 358 1169 0 1439 0

[startup+0.0773689 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 10643
/proc/meminfo: memFree=31378380/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=22228 CPUtime=0.07 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 4535 0 0 0 7 0 0 0 22 0 1 0 890262995 22761472 4489 33554432000 4194304 8979876 140736175510080 18446744073709551615 6779003 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 5557 4489 417 1169 0 4384 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22228

[startup+0.100353 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 10643
/proc/meminfo: memFree=31378380/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=34780 CPUtime=0.09 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 7444 0 0 0 9 0 0 0 22 0 1 0 890262995 35614720 7398 33554432000 4194304 8979876 140736175510080 18446744073709551615 4875174 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 8695 7398 456 1169 0 7522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34780

[startup+0.300319 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 10643
/proc/meminfo: memFree=31378380/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=81920 CPUtime=0.29 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 19526 0 0 0 28 1 0 0 23 0 1 0 890262995 83886080 19025 33554432000 4194304 8979876 140736175510080 18446744073709551615 5041849 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 20480 19025 480 1169 0 19307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81920

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 10643
/proc/meminfo: memFree=31378380/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=101860 CPUtime=0.69 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 25278 0 0 0 67 2 0 0 25 0 1 0 890262995 104304640 24023 33554432000 4194304 8979876 140736175510080 18446744073709551615 7836088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 25465 24023 507 1169 0 24292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101860

[startup+1.50111 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 10645
/proc/meminfo: memFree=31241872/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=154416 CPUtime=1.49 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 38932 0 0 0 146 3 0 0 18 0 1 0 890262995 158121984 37324 33554432000 4194304 8979876 140736175510080 18446744073709551615 7770715 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 38604 37324 568 1169 0 37431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154416

[startup+3.10082 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 10645
/proc/meminfo: memFree=31104480/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=271964 CPUtime=3.09 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 66850 0 0 0 302 7 0 0 20 0 1 0 890262995 278491136 63161 33554432000 4194304 8979876 140736175510080 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 67991 63161 681 1169 0 66818 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 271964

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 10645
/proc/meminfo: memFree=31062044/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=276092 CPUtime=6.29 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 69090 0 0 0 622 7 0 0 25 0 1 0 890262995 282718208 65207 33554432000 4194304 8979876 140736175510080 18446744073709551615 7156776 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 69023 65207 669 1169 0 67850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 276092

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 10647
/proc/meminfo: memFree=31044244/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=285228 CPUtime=12.69 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 70725 0 0 0 1261 8 0 0 25 0 1 0 890262995 292073472 66736 33554432000 4194304 8979876 140736175510080 18446744073709551615 7146609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 71307 66736 650 1169 0 70134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 285228

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 10649
/proc/meminfo: memFree=31063064/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=285228 CPUtime=25.49 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 71378 0 0 0 2540 9 0 0 25 0 1 0 890262995 292073472 67339 33554432000 4194304 8979876 140736175510080 18446744073709551615 6820756 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 71307 67339 625 1169 0 70134 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 285228

[startup+51.1011 s]
/proc/loadavg: 2.12 2.03 2.01 4/182 10649
/proc/meminfo: memFree=31039804/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=307524 CPUtime=51.09 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 77242 0 0 0 5098 11 0 0 25 0 1 0 890262995 314904576 73199 33554432000 4194304 8979876 140736175510080 18446744073709551615 6942556 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 76881 73199 639 1169 0 75708 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 307524

[startup+102.307 s]
/proc/loadavg: 2.11 2.04 2.01 4/182 10651
/proc/meminfo: memFree=31036800/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=307524 CPUtime=102.3 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 79878 0 0 0 10215 15 0 0 25 0 1 0 890262995 314904576 73200 33554432000 4194304 8979876 140736175510080 18446744073709551615 6820822 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 76881 73200 629 1169 0 75708 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 307524

[startup+162.301 s]
/proc/loadavg: 2.16 2.06 2.01 4/182 10652
/proc/meminfo: memFree=31035788/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=307524 CPUtime=162.29 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 79878 0 0 0 16212 17 0 0 25 0 1 0 890262995 314904576 73200 33554432000 4194304 8979876 140736175510080 18446744073709551615 7145555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 76881 73200 629 1169 0 75708 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 307524

[startup+222.301 s]
/proc/loadavg: 2.06 2.05 2.01 4/182 10654
/proc/meminfo: memFree=30995564/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=328084 CPUtime=222.3 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 88642 0 0 0 22209 21 0 0 25 0 1 0 890262995 335958016 78793 33554432000 4194304 8979876 140736175510080 18446744073709551615 7147072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 82021 78793 629 1169 0 80848 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 328084

[startup+282.301 s]
/proc/loadavg: 2.05 2.05 2.01 4/182 10656
/proc/meminfo: memFree=30999736/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=319420 CPUtime=282.3 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 101136 0 0 0 28204 26 0 0 25 0 1 0 890262995 327086080 76244 33554432000 4194304 8979876 140736175510080 18446744073709551615 7093010 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 79855 76244 971 1169 0 78682 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 319420

[startup+342.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/182 10695
/proc/meminfo: memFree=30930768/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=328868 CPUtime=342.3 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 104285 0 0 0 34202 28 0 0 25 0 1 0 890262995 336760832 79051 33554432000 4194304 8979876 140736175510080 18446744073709551615 7147076 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 82217 79051 629 1169 0 81044 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 328868

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/182 10697
/proc/meminfo: memFree=30923108/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=339364 CPUtime=402.3 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 114668 0 0 0 40198 32 0 0 25 0 1 0 890262995 347508736 80735 33554432000 4194304 8979876 140736175510080 18446744073709551615 7185312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 84841 80735 629 1169 0 83668 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 339364

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/182 10698
/proc/meminfo: memFree=30782208/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=470660 CPUtime=462.3 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 172782 0 0 0 46179 51 0 0 25 0 1 0 890262995 481955840 116109 33554432000 4194304 8979876 140736175510080 18446744073709551615 6942498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 117665 116109 708 1169 0 116492 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 470660

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/182 10700
/proc/meminfo: memFree=30770516/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=522.3 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175746 0 0 0 52170 60 0 0 25 0 1 0 890262995 493318144 119073 33554432000 4194304 8979876 140736175510080 18446744073709551615 6890500 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119073 719 1169 0 119266 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 481756

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 10702
/proc/meminfo: memFree=30770492/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=582.31 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175746 0 0 0 58165 66 0 0 25 0 1 0 890262995 493318144 119073 33554432000 4194304 8979876 140736175510080 18446744073709551615 6890417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119073 719 1169 0 119266 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 481756

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 10708
/proc/meminfo: memFree=30770232/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=822.32 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 82154 78 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7118933 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 481756

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 10710
/proc/meminfo: memFree=30770076/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=882.31 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 88151 80 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 6601243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 481756

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10711
/proc/meminfo: memFree=30770156/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=942.32 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 94148 84 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 6282911 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 481756

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10713
/proc/meminfo: memFree=30770132/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1002.32 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 100145 87 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7118941 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 481756

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10714
/proc/meminfo: memFree=30770216/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1062.32 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 106141 91 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7157333 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 481756

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10716
/proc/meminfo: memFree=30770184/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1122.32 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 112138 94 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 6890512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 481756

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 10718
/proc/meminfo: memFree=30770276/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1182.32 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 118134 98 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 6890500 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 481756

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 10719
/proc/meminfo: memFree=30770240/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1242.32 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 124131 101 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 481756

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10721
/proc/meminfo: memFree=30770084/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1302.33 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 130128 105 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7185312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 481756

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10722
/proc/meminfo: memFree=30770052/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1362.33 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 136126 107 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7155000 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 481756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10724
/proc/meminfo: memFree=30770144/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1422.34 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 142124 110 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7184978 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 481756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10726
/proc/meminfo: memFree=30770116/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1482.34 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 148122 112 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7146155 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 481756

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10727
/proc/meminfo: memFree=30770208/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1542.33 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 154120 113 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 7122693 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 481756

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10729
/proc/meminfo: memFree=30769928/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1602.33 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175856 0 0 0 160117 116 0 0 25 0 1 0 890262995 493318144 119133 33554432000 4194304 8979876 140736175510080 18446744073709551615 6890512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119133 723 1169 0 119266 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 481756

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 10730
/proc/meminfo: memFree=30769904/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1662.34 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175857 0 0 0 166114 120 0 0 25 0 1 0 890262995 493318144 119134 33554432000 4194304 8979876 140736175510080 18446744073709551615 7186307 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119134 723 1169 0 119266 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 481756

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 10732
/proc/meminfo: memFree=30769992/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1722.34 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175857 0 0 0 172111 123 0 0 25 0 1 0 890262995 493318144 119134 33554432000 4194304 8979876 140736175510080 18446744073709551615 7123748 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119134 723 1169 0 119266 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 481756

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 10734
/proc/meminfo: memFree=30769948/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1782.34 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175857 0 0 0 178107 127 0 0 25 0 1 0 890262995 493318144 119134 33554432000 4194304 8979876 140736175510080 18446744073709551615 6829040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119134 723 1169 0 119266 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 481756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 10734
/proc/meminfo: memFree=30770184/32951124 swapFree=67054536/67111528
[pid=10641] ppid=10638 vsize=481756 CPUtime=1800.05 cores=0,2,4,6
/proc/10641/stat : 10641 (scip-2.0.1.4_2.) R 10638 10641 8117 0 -1 4202496 175857 0 0 0 179878 127 0 0 25 0 1 0 890262995 493318144 119134 33554432000 4194304 8979876 140736175510080 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10641/statm: 120439 119134 723 1169 0 119266 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 481756

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1798.78
CPU system time (s): 1.2968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 481756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.2968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175857
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= 6
involuntary context switches= 21684

runsolver used 3.15952 second user time and 6.546 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 12:04:11
IDJOB=3485203
IDBENCH=48249
IDSOLVER=1977
FILE ID=node133/3485203-1307786651
RUNJOBID= node133-1307786651-10616
PBS_JOBID= 13550874
Free space on /tmp= 74084 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_3.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485203-1307786651/watcher-3485203-1307786651 -o /tmp/evaluation-result-3485203-1307786651/solver-3485203-1307786651 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485203-1307786651.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d792065ec5adca4c7f7b540f15bc8ce9
RANDOM SEED=538033107

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31379236 kB
Buffers:        271044 kB
Cached:        1079104 kB
SwapCached:      10420 kB
Active:         609596 kB
Inactive:       760140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31379236 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           34692 kB
Writeback:           0 kB
AnonPages:       17624 kB
Mapped:          12548 kB
Slab:           137152 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189152 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74052 MiB
End job on node133 at 2011-06-11 12:34:13