Trace number 3743819

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.04 1802.33

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null20mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM4d2c57def56fd670f2b4aabd3843e594
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-17711
Best CPU time to get the best result obtained on this benchmark1800.34
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 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4408494
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4408494
Number of bits of the biggest sum of numbers23
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-3743819-1338794937.opb>
4.59/4.67	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.59/4.67	c problem read
4.59/4.68	c presolving settings loaded
6.88/6.94	c presolving:
10.58/10.61	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
11.68/11.71	c (round 2) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1978 clqs
129.15/129.21	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 17190162 impls, 1978 clqs
129.55/129.63	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 17195504 impls, 1978 clqs
130.06/130.13	c presolving (5 rounds):
130.06/130.13	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
130.06/130.13	c  17195504 implications, 1978 cliques
130.06/130.13	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
130.06/130.13	c       1 constraints of type <knapsack>
130.06/130.13	c   26425 constraints of type <setppc>
130.06/130.13	c  373684 constraints of type <logicor>
130.06/130.13	c transformed objective value is always integral (scale: 1)
130.06/130.13	c Presolving Time: 124.19
130.06/130.13	c - non default parameters ----------------------------------------------------------------------
130.06/130.13	c # SCIP version 1.2.1.3
130.06/130.13	c 
130.06/130.13	c # frequency for displaying node information lines
130.06/130.13	c # [type: int, range: [-1,2147483647], default: 100]
130.06/130.13	c display/freq = 10000
130.06/130.13	c 
130.06/130.13	c # maximal time in seconds to run
130.06/130.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
130.06/130.13	c limits/time = 1785.32
130.06/130.13	c 
130.06/130.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
130.06/130.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
130.06/130.13	c limits/memory = 13950
130.06/130.13	c 
130.06/130.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
130.06/130.13	c # [type: int, range: [1,2], default: 1]
130.06/130.13	c timing/clocktype = 2
130.06/130.13	c 
130.06/130.13	c # should presolving try to simplify inequalities
130.06/130.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
130.06/130.13	c constraints/linear/simplifyinequalities = TRUE
130.06/130.13	c 
130.06/130.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
130.06/130.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
130.06/130.13	c constraints/indicator/addCouplingCons = TRUE
130.06/130.13	c 
130.06/130.13	c # should presolving try to simplify knapsacks
130.06/130.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
130.06/130.13	c constraints/knapsack/simplifyinequalities = TRUE
130.06/130.13	c 
130.06/130.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
130.06/130.13	c # [type: int, range: [-1,2147483647], default: -1]
130.06/130.13	c separating/rapidlearning/freq = 0
130.06/130.13	c 
130.06/130.13	c -----------------------------------------------------------------------------------------------
130.06/130.13	c start solving
130.16/130.26	c 
224.25/224.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.25/224.38	c   220s|     1 |     0 | 10403 |     - |2181M|   0 |2170 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-4.805954e+04 |      --      |    Inf 
831.46/831.63	c   827s|     1 |     0 | 42483 |     - |2185M|   0 |1574 | 400k| 396k| 400k| 396k|  15 |   0 |   0 |-4.798350e+04 |      --      |    Inf 
971.43/971.66	c   967s|     1 |     0 | 42827 |     - |2184M|   0 |2468 | 400k| 394k| 400k| 394k|  18 |   0 |   0 |-4.798269e+04 |      --      |    Inf 
1105.32/1105.53	c  1101s|     1 |     0 | 42887 |     - |2184M|   0 |2454 | 400k| 394k| 400k| 394k|  20 |   0 |   0 |-4.798269e+04 |      --      |    Inf 
1250.58/1250.81	c  1246s|     1 |     0 | 43544 |     - |2184M|   0 |2159 | 400k| 394k| 400k| 394k|  22 |   0 |   0 |-4.790609e+04 |      --      |    Inf 
1382.66/1382.97	c  1378s|     1 |     0 | 43687 |     - |2184M|   0 |2071 | 400k| 394k| 400k| 394k|  26 |   0 |   0 |-4.790276e+04 |      --      |    Inf 
1516.24/1516.58	c  1512s|     1 |     0 | 43930 |     - |2184M|   0 |2112 | 400k| 394k| 400k| 394k|  27 |   0 |   0 |-4.790276e+04 |      --      |    Inf 
1645.82/1646.10	c  1641s|     1 |     0 | 44028 |     - |2184M|   0 |2091 | 400k| 394k| 400k| 394k|  29 |   0 |   0 |-4.790276e+04 |      --      |    Inf 
1774.30/1774.66	c  1770s|     1 |     0 | 44104 |     - |2184M|   0 |2097 | 400k| 394k| 400k| 394k|  30 |   0 |   0 |-4.790276e+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-3743819-1338794937/watcher-3743819-1338794937 -o /tmp/evaluation-result-3743819-1338794937/solver-3743819-1338794937 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743819-1338794937.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 3/176 2974
/proc/meminfo: memFree=25459892/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 1629 0 0 0 0 0 0 0 20 0 1 0 345622320 10211328 1576 33554432000 4194304 8395647 140734980681328 140736580886456 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 2493 1587 374 1026 0 1463 0

[startup+0.0717351 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2974
/proc/meminfo: memFree=25459892/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=26468 CPUtime=0.05 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 5890 0 0 0 5 0 0 0 20 0 1 0 345622320 27103232 5836 33554432000 4194304 8395647 140734980681328 140736580886456 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 6617 5836 393 1026 0 5587 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26468

[startup+0.100373 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2974
/proc/meminfo: memFree=25459892/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=29780 CPUtime=0.09 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 6683 0 0 0 8 1 0 0 20 0 1 0 345622320 30494720 6629 33554432000 4194304 8395647 140734980681328 140736580886456 7382041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 7445 6629 393 1026 0 6415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29780

[startup+0.300289 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2974
/proc/meminfo: memFree=25459892/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=53752 CPUtime=0.29 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 12664 0 0 0 28 1 0 0 20 0 1 0 345622320 55042048 12610 33554432000 4194304 8395647 140734980681328 140736580886456 5758034 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 13438 12610 393 1026 0 12408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53752

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2974
/proc/meminfo: memFree=25459892/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=87548 CPUtime=0.68 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 21090 0 0 0 66 2 0 0 20 0 1 0 345622320 89649152 21036 33554432000 4194304 8395647 140734980681328 140734980546536 7382056 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 21887 21036 393 1026 0 20857 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87548

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2975
/proc/meminfo: memFree=25341456/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=184100 CPUtime=1.49 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 45267 0 0 0 143 6 0 0 20 0 1 0 345622320 188518400 45213 33554432000 4194304 8395647 140734980681328 140734980546536 4423932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 46025 45213 393 1026 0 44995 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 184100

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2975
/proc/meminfo: memFree=25206296/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=373668 CPUtime=3.08 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 92451 0 0 0 295 13 0 0 20 0 1 0 345622320 382636032 92397 33554432000 4194304 8395647 140734980681328 140734980546536 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 93417 92397 393 1026 0 92387 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 373668

[startup+6.30032 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 2975
/proc/meminfo: memFree=24531860/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=1084956 CPUtime=6.29 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 270050 0 0 0 592 37 0 0 20 0 1 0 345622320 1110994944 270114 33554432000 4194304 8395647 140734980681328 140734980677560 4601501 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 271239 270114 431 1026 0 270209 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1084956

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 2975
/proc/meminfo: memFree=23916080/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=1554236 CPUtime=12.69 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 387658 0 0 0 1215 54 0 0 20 0 1 0 345622320 1591537664 384950 33554432000 4194304 8395647 140734980681328 140734980678472 4911325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 388559 384950 500 1026 0 387529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1554236

[startup+25.5003 s]
/proc/loadavg: 2.14 2.03 2.01 3/177 3014
/proc/meminfo: memFree=26122652/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=1554236 CPUtime=25.48 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 388029 0 0 0 2494 54 0 0 20 0 1 0 345622320 1591537664 385875 33554432000 4194304 8395647 140734980681328 140734980678472 5211803 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 388559 385875 501 1026 0 387529 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1554236

[startup+51.1003 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 3014
/proc/meminfo: memFree=24235512/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=1738384 CPUtime=51.06 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 433477 0 0 0 5047 59 0 0 20 0 1 0 345622320 1780105216 431315 33554432000 4194304 8395647 140734980681328 140734980676808 4230937 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 434596 431315 501 1026 0 433566 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1738384

[startup+102.307 s]
/proc/loadavg: 2.06 2.03 2.01 3/178 3017
/proc/meminfo: memFree=18672268/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=1974408 CPUtime=102.27 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 490844 0 0 0 10160 67 0 0 20 0 1 0 345622320 2021793792 488679 33554432000 4194304 8395647 140734980681328 140734980677400 4911327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 493602 488679 501 1026 0 492572 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1974408

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/177 3018
/proc/meminfo: memFree=16840692/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=2815632 CPUtime=162.25 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 651257 0 0 0 16126 99 0 0 20 0 1 0 345622320 2883207168 681761 33554432000 4194304 8395647 140734980681328 140734980676456 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 703908 681761 579 1026 0 702878 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2815632

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 3018
/proc/meminfo: memFree=12229308/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=2957028 CPUtime=222.24 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 669388 0 0 0 22112 112 0 0 20 0 1 0 345622320 3027996672 710934 33554432000 4194304 8395647 140734980681328 140734980676456 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 739257 710934 579 1026 0 738227 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2957028

[startup+282.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 3018
/proc/meminfo: memFree=9823864/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=2983220 CPUtime=282.23 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 670738 0 0 0 28106 117 0 0 20 0 1 0 345622320 3054817280 717904 33554432000 4194304 8395647 140734980681328 140734980675976 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 745805 717904 585 1026 0 744775 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2983220

[startup+342.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/174 3047
/proc/meminfo: memFree=25397632/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=2984796 CPUtime=342.23 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 671071 0 0 0 34103 120 0 0 20 0 1 0 345622320 3056431104 718748 33554432000 4194304 8395647 140734980681328 140734980676248 6585809 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 746199 718748 585 1026 0 745169 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2984796

[startup+402.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 3057
/proc/meminfo: memFree=20402764/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=2984796 CPUtime=402.21 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 671168 0 0 0 40099 122 0 0 20 0 1 0 345622320 3056431104 720225 33554432000 4194304 8395647 140734980681328 140734980675848 6708203 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 746199 720225 585 1026 0 745169 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2984796

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 3058
/proc/meminfo: memFree=20331008/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=2984796 CPUtime=462.2 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 671217 0 0 0 46096 124 0 0 20 0 1 0 345622320 3056431104 720274 33554432000 4194304 8395647 140734980681328 140734980675896 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 746199 720274 585 1026 0 745169 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2984796

[startup+522.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 3058
/proc/meminfo: memFree=17730332/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=2984796 CPUtime=522.19 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 671261 0 0 0 52093 126 0 0 20 0 1 0 345622320 3056431104 720318 33554432000 4194304 8395647 140734980681328 140734980675976 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 746199 720318 585 1026 0 745169 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 2984796

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 3058
/proc/meminfo: memFree=17692572/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3002388 CPUtime=582.19 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 672121 0 0 0 58090 129 0 0 20 0 1 0 345622320 3074445312 724755 33554432000 4194304 8395647 140734980681328 140734980675896 6709595 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 750597 724755 585 1026 0 749567 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3002388

[startup+642.3 s]

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

/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 683315 0 0 0 106071 141 0 0 20 0 1 0 345622320 3178356736 755319 33554432000 4194304 8395647 140734980681328 140734980676616 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 775966 755319 621 1026 0 774936 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3103864

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3063
/proc/meminfo: memFree=17506812/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110452 CPUtime=1122.1 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 685442 0 0 0 112067 143 0 0 20 0 1 0 345622320 3185102848 757783 33554432000 4194304 8395647 140734980681328 140734980676616 5827831 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777613 757783 621 1026 0 776583 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 3110452

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3063
/proc/meminfo: memFree=17506732/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110452 CPUtime=1182.09 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 685445 0 0 0 118066 143 0 0 20 0 1 0 345622320 3185102848 757804 33554432000 4194304 8395647 140734980681328 140734980676616 5849658 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777613 757804 621 1026 0 776583 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3110452

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3063
/proc/meminfo: memFree=17560424/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3073116 CPUtime=1242.09 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 686408 0 0 0 124065 144 0 0 20 0 1 0 345622320 3146870784 748650 33554432000 4194304 8395647 140734980681328 140734980676456 7386069 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 768279 748650 621 1026 0 767249 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3073116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3066
/proc/meminfo: memFree=17514568/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110128 CPUtime=1302.08 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 686450 0 0 0 130064 144 0 0 20 0 1 0 345622320 3184771072 755828 33554432000 4194304 8395647 140734980681328 140734980676616 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777532 755828 621 1026 0 776502 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3110128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3067
/proc/meminfo: memFree=17511740/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110128 CPUtime=1362.06 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 686450 0 0 0 136062 144 0 0 20 0 1 0 345622320 3184771072 756549 33554432000 4194304 8395647 140734980681328 140734980676616 5849640 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777532 756549 621 1026 0 776502 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3110128

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3067
/proc/meminfo: memFree=17523396/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3107996 CPUtime=1422.06 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 686746 0 0 0 142061 145 0 0 20 0 1 0 345622320 3182587904 753605 33554432000 4194304 8395647 140734980681328 140734980676616 5827857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 776999 753605 621 1026 0 775969 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3107996

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3067
/proc/meminfo: memFree=17456072/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3107996 CPUtime=1482.04 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 686746 0 0 0 148059 145 0 0 20 0 1 0 345622320 3182587904 754130 33554432000 4194304 8395647 140734980681328 140734980676616 5849675 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 776999 754130 621 1026 0 775969 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 3107996

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3067
/proc/meminfo: memFree=17447460/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3106448 CPUtime=1542.04 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 686984 0 0 0 154058 146 0 0 20 0 1 0 345622320 3181002752 751262 33554432000 4194304 8395647 140734980681328 140734980676616 5827844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 776612 751262 621 1026 0 775582 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3106448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3067
/proc/meminfo: memFree=17447972/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3106448 CPUtime=1602.03 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 686984 0 0 0 160057 146 0 0 20 0 1 0 345622320 3181002752 751262 33554432000 4194304 8395647 140734980681328 140734980676616 5849682 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 776612 751262 621 1026 0 775582 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3106448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3068
/proc/meminfo: memFree=17415116/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3114740 CPUtime=1662.02 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 687927 0 0 0 166055 147 0 0 20 0 1 0 345622320 3189493760 756885 33554432000 4194304 8395647 140734980681328 140734980676616 5827844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 778685 756885 621 1026 0 777655 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3114740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3068
/proc/meminfo: memFree=17407140/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3114740 CPUtime=1722.01 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 687927 0 0 0 172054 147 0 0 20 0 1 0 345622320 3189493760 756885 33554432000 4194304 8395647 140734980681328 140734980676616 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 778685 756885 621 1026 0 777655 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3114740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3068
/proc/meminfo: memFree=17379928/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110032 CPUtime=1782 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 690350 0 0 0 178051 149 0 0 20 0 1 0 345622320 3184672768 762920 33554432000 4194304 8395647 140734980681328 140734980676616 6126547 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777508 762920 621 1026 0 776478 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3110032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3068
/proc/meminfo: memFree=17371984/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110032 CPUtime=1800 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 690350 0 0 0 179851 149 0 0 20 0 1 0 345622320 3184672768 762920 33554432000 4194304 8395647 140734980681328 140734980676616 5827844 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777508 762920 621 1026 0 776478 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3110032

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2974

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3069
/proc/meminfo: memFree=17371836/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110032 CPUtime=1801.1 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 690350 0 0 0 179961 149 0 0 20 0 1 0 345622320 3184672768 762920 33554432000 4194304 8395647 140734980681328 140734980676352 5827831 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777508 762920 621 1026 0 776478 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 3110032

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3069
/proc/meminfo: memFree=17371836/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110032 CPUtime=1801.5 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 690350 0 0 0 180001 149 0 0 20 0 1 0 345622320 3184672768 762920 33554432000 4194304 8395647 140734980681328 140734980676352 5827857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777508 762920 621 1026 0 776478 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 3110032

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3069
/proc/meminfo: memFree=17371836/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110032 CPUtime=1801.9 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 690350 0 0 0 180041 149 0 0 20 0 1 0 345622320 3184672768 762920 33554432000 4194304 8395647 140734980681328 140734980676352 5827857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777508 762920 621 1026 0 776478 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3110032

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3069
/proc/meminfo: memFree=17371836/32873844 swapFree=7372/7372
[pid=2974] ppid=2972 vsize=3110032 CPUtime=1802 cores=0,2,4,6
/proc/2974/stat : 2974 (pbscip.linux.x8) R 2972 2974 2230 0 -1 4202496 690350 0 0 0 180051 149 0 0 20 0 1 0 345622320 3184672768 762920 33554432000 4194304 8395647 140734980681328 140734980676352 5827857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2974/statm: 777508 762920 621 1026 0 776478 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3110032

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.33
CPU time (s): 1802.04
CPU user time (s): 1800.52
CPU system time (s): 1.51577
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 3133876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.52
system time used= 1.51577
maximum resident set size= 3051680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 690350
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= 31
involuntary context switches= 1857

runsolver used 2.74558 second user time and 7.35888 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 09:28:57
IDJOB=3743819
IDBENCH=92619
IDSOLVER=2326
FILE ID=node109/3743819-1338794937
RUNJOBID= node109-1338782366-2246
PBS_JOBID= 14636835
Free space on /tmp= 70648 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-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null20mast_rapportOE2.0_TMAX15_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-3743819-1338794937/watcher-3743819-1338794937 -o /tmp/evaluation-result-3743819-1338794937/solver-3743819-1338794937 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743819-1338794937.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4d2c57def56fd670f2b4aabd3843e594
RANDOM SEED=205936004

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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		: 2667.264
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	: 5331.91
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25460536 kB
Buffers:         1874000 kB
Cached:          1791036 kB
SwapCached:          988 kB
Active:          5370548 kB
Inactive:        1156328 kB
Active(anon):    2853048 kB
Inactive(anon):     7876 kB
Active(file):    2517500 kB
Inactive(file):  1148452 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             38036 kB
Writeback:             0 kB
AnonPages:       2865212 kB
Mapped:            12104 kB
Shmem:                 4 kB
Slab:             741632 kB
SReclaimable:     183436 kB
SUnreclaim:       558196 kB
KernelStack:        1448 kB
PageTables:         9660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3016540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 70568 MiB
End job on node109 at 2012-06-04 09:59:00