Trace number 3743436

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.03 1802.33

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null10mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUMd26c1c744a6cc6b94bc88bd85095e6b9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-36160
Best CPU time to get the best result obtained on this benchmark746.157
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 187909
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 187909
Number of bits of the biggest sum of numbers18
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-3743436-1338783950.opb>
4.49/4.53	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.49/4.53	c problem read
4.49/4.53	c presolving settings loaded
6.39/6.45	c presolving:
8.89/8.92	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
9.59/9.63	c (round 2) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1977 clqs
100.17/100.29	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12195506 impls, 1977 clqs
100.37/100.47	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12199508 impls, 1977 clqs
100.68/100.73	c presolving (5 rounds):
100.68/100.73	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
100.68/100.73	c  12199508 implications, 1977 cliques
100.68/100.73	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
100.68/100.73	c       1 constraints of type <knapsack>
100.68/100.73	c   26425 constraints of type <setppc>
100.68/100.73	c  373684 constraints of type <logicor>
100.68/100.73	c transformed objective value is always integral (scale: 1)
100.68/100.73	c Presolving Time: 95.04
100.68/100.73	c - non default parameters ----------------------------------------------------------------------
100.68/100.73	c # SCIP version 1.2.1.3
100.68/100.73	c 
100.68/100.73	c # frequency for displaying node information lines
100.68/100.73	c # [type: int, range: [-1,2147483647], default: 100]
100.68/100.73	c display/freq = 10000
100.68/100.73	c 
100.68/100.73	c # maximal time in seconds to run
100.68/100.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
100.68/100.73	c limits/time = 1785.48
100.68/100.73	c 
100.68/100.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
100.68/100.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
100.68/100.73	c limits/memory = 13950
100.68/100.73	c 
100.68/100.73	c # default clock type (1: CPU user seconds, 2: wall clock time)
100.68/100.73	c # [type: int, range: [1,2], default: 1]
100.68/100.73	c timing/clocktype = 2
100.68/100.73	c 
100.68/100.73	c # should presolving try to simplify inequalities
100.68/100.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
100.68/100.73	c constraints/linear/simplifyinequalities = TRUE
100.68/100.73	c 
100.68/100.73	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
100.68/100.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
100.68/100.73	c constraints/indicator/addCouplingCons = TRUE
100.68/100.73	c 
100.68/100.73	c # should presolving try to simplify knapsacks
100.68/100.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
100.68/100.73	c constraints/knapsack/simplifyinequalities = TRUE
100.68/100.73	c 
100.68/100.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
100.68/100.73	c # [type: int, range: [-1,2147483647], default: -1]
100.68/100.73	c separating/rapidlearning/freq = 0
100.68/100.73	c 
100.68/100.73	c -----------------------------------------------------------------------------------------------
100.68/100.73	c start solving
100.78/100.87	c 
1133.41/1133.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1133.41/1133.64	c  1129s|     1 |     0 | 36488 |     - |2038M|   0 | 836 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-3.675589e+04 |      --      |    Inf 
1692.31/1692.69	c  1688s|     1 |     0 | 88187 |     - |2043M|   0 |7124 | 400k| 400k| 400k| 400k|  40 |   0 |   0 |-3.675425e+04 |      --      |    Inf 
1800.00/1800.30	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3743436-1338783950/watcher-3743436-1338783950 -o /tmp/evaluation-result-3743436-1338783950/solver-3743436-1338783950 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743436-1338783950.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: 0.92 1.34 1.71 3/176 5028
/proc/meminfo: memFree=31342864/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=10032 CPUtime=0 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 1776 0 0 0 0 0 0 0 20 0 1 0 344523747 10272768 1721 33554432000 4194304 8395647 140735240222272 140733437316488 5756997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 2508 1721 375 1026 0 1478 0

[startup+0.0840221 s]
/proc/loadavg: 0.92 1.34 1.71 3/176 5028
/proc/meminfo: memFree=31342864/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=28848 CPUtime=0.08 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 6482 0 0 0 7 1 0 0 20 0 1 0 344523747 29540352 6427 33554432000 4194304 8395647 140735240222272 140733437316488 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 7212 6427 393 1026 0 6182 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28848

[startup+0.100303 s]
/proc/loadavg: 0.92 1.34 1.71 3/176 5028
/proc/meminfo: memFree=31342864/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=29684 CPUtime=0.09 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 6693 0 0 0 8 1 0 0 20 0 1 0 344523747 30396416 6638 33554432000 4194304 8395647 140735240222272 140733437316488 7274899 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 7421 6638 393 1026 0 6391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29684

[startup+0.300264 s]
/proc/loadavg: 0.92 1.34 1.71 3/176 5028
/proc/meminfo: memFree=31342864/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=54020 CPUtime=0.29 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 12738 0 0 0 27 2 0 0 20 0 1 0 344523747 55316480 12683 33554432000 4194304 8395647 140735240222272 140735240087480 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 13505 12683 393 1026 0 12475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54020

[startup+0.700278 s]
/proc/loadavg: 0.92 1.34 1.71 3/176 5028
/proc/meminfo: memFree=31342864/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=88516 CPUtime=0.69 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 21359 0 0 0 66 3 0 0 20 0 1 0 344523747 90640384 21304 33554432000 4194304 8395647 140735240222272 140735240087480 7370168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 22129 21304 393 1026 0 21099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88516

[startup+1.50028 s]
/proc/loadavg: 0.92 1.34 1.71 3/177 5029
/proc/meminfo: memFree=31100420/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=189752 CPUtime=1.49 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 46586 0 0 0 143 6 0 0 20 0 1 0 344523747 194306048 46531 33554432000 4194304 8395647 140735240222272 140735240087480 6766206 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 47438 46531 393 1026 0 46408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189752

[startup+3.10028 s]
/proc/loadavg: 1.01 1.35 1.71 3/177 5029
/proc/meminfo: memFree=30834936/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=382916 CPUtime=3.09 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 94769 0 0 0 294 15 0 0 20 0 1 0 344523747 392105984 94714 33554432000 4194304 8395647 140735240222272 140735240087480 7382041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 95729 94714 393 1026 0 94699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 382916

[startup+6.30032 s]
/proc/loadavg: 1.01 1.35 1.71 3/177 5029
/proc/meminfo: memFree=29392060/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=1126172 CPUtime=6.29 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 277589 0 0 0 589 40 0 0 20 0 1 0 344523747 1153200128 279185 33554432000 4194304 8395647 140735240222272 140735240220120 4283073 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 281543 279185 442 1026 0 280513 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1126172

[startup+12.7003 s]
/proc/loadavg: 1.16 1.37 1.71 3/177 5029
/proc/meminfo: memFree=28354804/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=1553768 CPUtime=12.68 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 384753 0 0 0 1211 57 0 0 20 0 1 0 344523747 1591058432 385620 33554432000 4194304 8395647 140735240222272 140735240219416 6080661 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 388442 385620 501 1026 0 387412 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1553768

[startup+25.5003 s]
/proc/loadavg: 1.29 1.39 1.71 3/177 5029
/proc/meminfo: memFree=28354152/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=1553768 CPUtime=25.48 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 384799 0 0 0 2491 57 0 0 20 0 1 0 344523747 1591058432 385666 33554432000 4194304 8395647 140735240222272 140735240219416 4706433 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 388442 385666 501 1026 0 387412 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1553768

[startup+51.1003 s]
/proc/loadavg: 1.53 1.44 1.72 3/177 5029
/proc/meminfo: memFree=28062348/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=1736704 CPUtime=51.08 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 429743 0 0 0 5046 62 0 0 20 0 1 0 344523747 1778384896 430610 33554432000 4194304 8395647 140735240222272 140735240218344 4706426 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 434176 430610 501 1026 0 433146 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1736704

[startup+102.307 s]
/proc/loadavg: 1.85 1.55 1.74 3/177 5029
/proc/meminfo: memFree=27150708/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2582408 CPUtime=102.28 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 589740 0 0 0 10140 88 0 0 20 0 1 0 344523747 2644385792 625340 33554432000 4194304 8395647 140735240222272 140735240217896 6731701 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 645602 625368 561 1026 0 644572 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2582408

[startup+162.3 s]
/proc/loadavg: 1.94 1.63 1.75 3/177 5029
/proc/meminfo: memFree=26233588/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2714816 CPUtime=162.27 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 620749 0 0 0 16122 105 0 0 20 0 1 0 344523747 2779971584 658027 33554432000 4194304 8395647 140735240222272 140735240217400 6749302 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 678704 658027 579 1026 0 677674 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2714816

[startup+222.3 s]
/proc/loadavg: 1.98 1.69 1.76 3/177 5030
/proc/meminfo: memFree=26088668/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2814140 CPUtime=222.26 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 640905 0 0 0 22100 126 0 0 20 0 1 0 344523747 2881679360 677141 33554432000 4194304 8395647 140735240222272 140735240217400 6696143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 703535 677141 579 1026 0 702505 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2814140

[startup+282.3 s]
/proc/loadavg: 1.99 1.74 1.77 3/178 5033
/proc/meminfo: memFree=26001816/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2833088 CPUtime=282.25 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 648630 0 0 0 28083 142 0 0 20 0 1 0 344523747 2901082112 680113 33554432000 4194304 8395647 140735240222272 140735240217400 6749208 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 708272 680113 579 1026 0 707242 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2833088

[startup+342.3 s]
/proc/loadavg: 1.99 1.79 1.79 3/177 5033
/proc/meminfo: memFree=25988928/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2833220 CPUtime=342.24 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 657952 0 0 0 34066 158 0 0 20 0 1 0 344523747 2901217280 680171 33554432000 4194304 8395647 140735240222272 140735240217832 6740360 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 708305 680171 579 1026 0 707275 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2833220

[startup+402.3 s]
/proc/loadavg: 1.99 1.82 1.80 3/177 5033
/proc/meminfo: memFree=25971724/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2833408 CPUtime=402.23 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 669114 0 0 0 40044 179 0 0 20 0 1 0 344523747 2901409792 665582 33554432000 4194304 8395647 140735240222272 140735240217400 6752753 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 708352 665582 579 1026 0 707322 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2833408

[startup+462.3 s]
/proc/loadavg: 1.99 1.85 1.81 3/177 5033
/proc/meminfo: memFree=25968708/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2834108 CPUtime=462.22 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 674826 0 0 0 46026 196 0 0 20 0 1 0 344523747 2902126592 664226 33554432000 4194304 8395647 140735240222272 140735240216504 6749163 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 708527 664228 579 1026 0 707497 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2834108

[startup+522.3 s]
/proc/loadavg: 1.99 1.88 1.82 3/177 5034
/proc/meminfo: memFree=25985920/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2834520 CPUtime=522.21 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 682865 0 0 0 52003 218 0 0 20 0 1 0 344523747 2902548480 681028 33554432000 4194304 8395647 140735240222272 140735240217400 6698327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 708630 681028 579 1026 0 707600 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2834520

[startup+582.3 s]
/proc/loadavg: 1.99 1.90 1.83 3/177 5034
/proc/meminfo: memFree=25965216/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2834900 CPUtime=582.19 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 692404 0 0 0 57980 239 0 0 20 0 1 0 344523747 2902937600 681645 33554432000 4194304 8395647 140735240222272 140735240217400 6754699 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 708725 681645 579 1026 0 707695 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2834900

[startup+642.3 s]

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

/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 761133 0 0 0 105802 411 0 0 20 0 1 0 344523747 2905587712 685522 33554432000 4194304 8395647 140735240222272 140735240217400 6669642 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 709372 685522 579 1026 0 708342 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2837488

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/177 5039
/proc/meminfo: memFree=25940244/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2837488 CPUtime=1122.12 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 775214 0 0 0 111778 434 0 0 20 0 1 0 344523747 2905587712 686934 33554432000 4194304 8395647 140735240222272 140735240217832 6739905 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 709372 686934 579 1026 0 708342 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2837488

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 5039
/proc/meminfo: memFree=25996808/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2854184 CPUtime=1182.11 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 787096 0 0 0 117768 443 0 0 20 0 1 0 344523747 2922684416 672828 33554432000 4194304 8395647 140735240222272 140735240217096 6636757 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 713546 672828 585 1026 0 712516 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2854184

[startup+1242.3 s]
/proc/loadavg: 2.06 1.99 1.90 3/178 5040
/proc/meminfo: memFree=25989752/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2854184 CPUtime=1242.1 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 804583 0 0 0 123758 452 0 0 20 0 1 0 344523747 2922684416 674319 33554432000 4194304 8395647 140735240222272 140735240216792 6696852 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 713546 674319 585 1026 0 712516 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2854184

[startup+1302.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/177 5040
/proc/meminfo: memFree=25987504/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2854184 CPUtime=1302.09 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 825970 0 0 0 129749 460 0 0 20 0 1 0 344523747 2922684416 674759 33554432000 4194304 8395647 140735240222272 140735240217096 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 713546 674759 585 1026 0 712516 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2854184

[startup+1362.3 s]
/proc/loadavg: 2.04 2.00 1.91 3/177 5040
/proc/meminfo: memFree=25984284/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2854184 CPUtime=1362.07 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 847994 0 0 0 135736 471 0 0 20 0 1 0 344523747 2922684416 675680 33554432000 4194304 8395647 140735240222272 140735240217096 6709493 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 713546 675680 585 1026 0 712516 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2854184

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 5041
/proc/meminfo: memFree=25972312/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2854184 CPUtime=1422.06 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 865063 0 0 0 141725 481 0 0 20 0 1 0 344523747 2922684416 678624 33554432000 4194304 8395647 140735240222272 140735240217096 6708416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 713546 678624 585 1026 0 712516 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2854184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 5044
/proc/meminfo: memFree=26038728/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2854184 CPUtime=1482.05 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 885187 0 0 0 147714 491 0 0 20 0 1 0 344523747 2922684416 678991 33554432000 4194304 8395647 140735240222272 140735240217096 6709574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 713546 678991 585 1026 0 712516 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2854184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 5044
/proc/meminfo: memFree=26083312/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2710000 CPUtime=1542.04 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 888171 0 0 0 153711 493 0 0 20 0 1 0 344523747 2775040000 662901 33554432000 4194304 8395647 140735240222272 140735240217560 5827844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 677500 662901 602 1026 0 676470 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2710000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 5044
/proc/meminfo: memFree=26033864/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2710000 CPUtime=1602.03 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 888173 0 0 0 159710 493 0 0 20 0 1 0 344523747 2775040000 662903 33554432000 4194304 8395647 140735240222272 140735240217560 5849640 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 677500 662903 604 1026 0 676470 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2710000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 5044
/proc/meminfo: memFree=26020740/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2711424 CPUtime=1662.02 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 888505 0 0 0 165709 493 0 0 20 0 1 0 344523747 2776498176 666303 33554432000 4194304 8395647 140735240222272 140735240216712 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 677856 666303 607 1026 0 676826 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2711424

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/177 5045
/proc/meminfo: memFree=25834936/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2916608 CPUtime=1722.01 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 899011 0 0 0 171703 498 0 0 20 0 1 0 344523747 2986606592 712621 33554432000 4194304 8395647 140735240222272 140735240217560 5827831 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 729152 712621 620 1026 0 728122 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2916608

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/177 5045
/proc/meminfo: memFree=25834592/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2916608 CPUtime=1782 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 899011 0 0 0 177702 498 0 0 20 0 1 0 344523747 2986606592 712717 33554432000 4194304 8395647 140735240222272 140735240217560 5849682 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 729152 712717 620 1026 0 728122 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2916608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.01 1.92 2/175 5046
/proc/meminfo: memFree=28586716/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2916608 CPUtime=1800 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 899011 0 0 0 179502 498 0 0 20 0 1 0 344523747 2986606592 712717 33554432000 4194304 8395647 140735240222272 140735240217560 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 729152 712717 620 1026 0 728122 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2916608

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5028

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.01 1.92 2/176 5047
/proc/meminfo: memFree=28586716/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2916608 CPUtime=1801.1 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 899011 0 0 0 179612 498 0 0 20 0 1 0 344523747 2986606592 712717 33554432000 4194304 8395647 140735240222272 140735240217152 5849640 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 729152 712717 620 1026 0 728122 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 2916608

[startup+1801.81 s]
/proc/loadavg: 2.02 2.01 1.92 3/173 5076
/proc/meminfo: memFree=28611880/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2916608 CPUtime=1801.5 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 899011 0 0 0 179652 498 0 0 20 0 1 0 344523747 2986606592 712717 33554432000 4194304 8395647 140735240222272 140735240217152 5849682 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 729152 712717 620 1026 0 728122 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 2916608

[startup+1802.2 s]
/proc/loadavg: 2.02 2.01 1.92 3/173 5076
/proc/meminfo: memFree=28611880/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2916608 CPUtime=1801.9 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 899011 0 0 0 179692 498 0 0 20 0 1 0 344523747 2986606592 712717 33554432000 4194304 8395647 140735240222272 140735240217152 5849640 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 729152 712717 620 1026 0 728122 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 2916608

[startup+1802.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/173 5076
/proc/meminfo: memFree=28611880/32873844 swapFree=7116/7116
[pid=5028] ppid=5026 vsize=2916608 CPUtime=1802 cores=0,2,4,6
/proc/5028/stat : 5028 (pbscip.linux.x8) R 5026 5028 4984 0 -1 4202496 899011 0 0 0 179702 498 0 0 20 0 1 0 344523747 2986606592 712717 33554432000 4194304 8395647 140735240222272 140735240217152 5849675 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5028/statm: 729152 712717 620 1026 0 728122 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 2916608

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.33
CPU time (s): 1802.03
CPU user time (s): 1797.03
CPU system time (s): 5.00524
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 2916608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.03
system time used= 5.00524
maximum resident set size= 2850868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 899011
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= 33
involuntary context switches= 1867

runsolver used 4.49832 second user time and 12.0212 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-04 06:25:51
IDJOB=3743436
IDBENCH=91122
IDSOLVER=2326
FILE ID=node103/3743436-1338783950
RUNJOBID= node103-1338783950-5000
PBS_JOBID= 14636845
Free space on /tmp= 71064 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_20null10mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743436-1338783950/watcher-3743436-1338783950 -o /tmp/evaluation-result-3743436-1338783950/solver-3743436-1338783950 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743436-1338783950.opb -t 1800 -m 15500

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

MD5SUM BENCH= d26c1c744a6cc6b94bc88bd85095e6b9
RANDOM SEED=700034932

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5411.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.189
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31344872 kB
Buffers:          202388 kB
Cached:           449188 kB
SwapCached:         5648 kB
Active:           339944 kB
Inactive:         413332 kB
Active(anon):      99684 kB
Inactive(anon):     4740 kB
Active(file):     240260 kB
Inactive(file):   408592 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096352 kB
Dirty:             76068 kB
Writeback:            16 kB
AnonPages:        105512 kB
Mapped:            10328 kB
Shmem:                 0 kB
Slab:             637208 kB
SReclaimable:      76232 kB
SUnreclaim:       560976 kB
KernelStack:        1432 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     220020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71076 MiB
End job on node103 at 2012-06-04 06:55:54