Trace number 3743260

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.16 1802.45

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11389
Best CPU time to get the best result obtained on this benchmark619.196
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 623794
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 623794
Number of bits of the biggest sum of numbers20
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-3743260-1338781262.opb>
4.79/4.80	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.79/4.80	c problem read
4.79/4.80	c presolving settings loaded
7.18/7.27	c presolving:
11.18/11.27	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
12.38/12.49	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
174.26/174.32	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 17190162 impls, 1977 clqs
174.77/174.82	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 17195504 impls, 1977 clqs
175.26/175.39	c presolving (5 rounds):
175.26/175.39	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
175.26/175.39	c  17195504 implications, 1977 cliques
175.26/175.39	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
175.26/175.39	c       1 constraints of type <knapsack>
175.26/175.39	c   26425 constraints of type <setppc>
175.26/175.39	c  373684 constraints of type <logicor>
175.26/175.39	c transformed objective value is always integral (scale: 1)
175.26/175.39	c Presolving Time: 169.17
175.26/175.39	c - non default parameters ----------------------------------------------------------------------
175.26/175.39	c # SCIP version 1.2.1.3
175.26/175.39	c 
175.26/175.39	c # frequency for displaying node information lines
175.26/175.39	c # [type: int, range: [-1,2147483647], default: 100]
175.26/175.39	c display/freq = 10000
175.26/175.39	c 
175.26/175.39	c # maximal time in seconds to run
175.26/175.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
175.26/175.39	c limits/time = 1785.2
175.26/175.39	c 
175.26/175.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
175.26/175.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
175.26/175.39	c limits/memory = 13950
175.26/175.39	c 
175.26/175.39	c # default clock type (1: CPU user seconds, 2: wall clock time)
175.26/175.39	c # [type: int, range: [1,2], default: 1]
175.26/175.39	c timing/clocktype = 2
175.26/175.39	c 
175.26/175.39	c # should presolving try to simplify inequalities
175.26/175.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
175.26/175.39	c constraints/linear/simplifyinequalities = TRUE
175.26/175.39	c 
175.26/175.39	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
175.26/175.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
175.26/175.39	c constraints/indicator/addCouplingCons = TRUE
175.26/175.39	c 
175.26/175.39	c # should presolving try to simplify knapsacks
175.26/175.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
175.26/175.39	c constraints/knapsack/simplifyinequalities = TRUE
175.26/175.39	c 
175.26/175.39	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
175.26/175.39	c # [type: int, range: [-1,2147483647], default: -1]
175.26/175.39	c separating/rapidlearning/freq = 0
175.26/175.39	c 
175.26/175.39	c -----------------------------------------------------------------------------------------------
175.26/175.39	c start solving
175.46/175.57	c 
220.65/220.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.65/220.76	c   216s|     1 |     0 |  7627 |     - |2181M|   0 | 677 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-1.208500e+04 |      --      |    Inf 
472.61/472.77	c   468s|     1 |     0 | 19770 |     - |2184M|   0 |1751 | 400k| 400k| 400k| 400k|  19 |   0 |   0 |-1.207440e+04 |      --      |    Inf 
602.70/602.86	c   598s|     1 |     0 | 19800 |     - |2187M|   0 |1753 | 400k| 400k| 400k| 400k|  22 |   0 |   0 |-1.207254e+04 |      --      |    Inf 
731.28/731.41	c   727s|     1 |     0 | 19823 |     - |2187M|   0 |1757 | 400k| 400k| 400k| 400k|  25 |   0 |   0 |-1.207235e+04 |      --      |    Inf 
860.25/860.44	c   856s|     1 |     0 | 19888 |     - |2187M|   0 |2993 | 400k| 400k| 400k| 400k|  29 |   0 |   0 |-1.207185e+04 |      --      |    Inf 
989.74/989.94	c   985s|     1 |     0 | 19963 |     - |2187M|   0 |3045 | 400k| 400k| 400k| 400k|  32 |   0 |   0 |-1.206093e+04 |      --      |    Inf 
1113.03/1113.24	c  1108s|     1 |     0 | 19998 |     - |2187M|   0 |3056 | 400k| 400k| 400k| 400k|  33 |   0 |   0 |-1.205554e+04 |      --      |    Inf 
1241.71/1241.92	c  1237s|     1 |     0 | 20054 |     - |2187M|   0 |3094 | 400k| 400k| 400k| 400k|  35 |   0 |   0 |-1.205437e+04 |      --      |    Inf 
1372.58/1372.85	c  1368s|     1 |     0 | 20154 |     - |2187M|   0 |2113 | 400k| 400k| 400k| 400k|  36 |   0 |   0 |-1.204899e+04 |      --      |    Inf 
1523.65/1523.97	c  1519s|     1 |     0 | 21455 |     - |2187M|   0 |3181 | 400k| 400k| 400k| 400k|  39 |   0 |   0 |-1.177269e+04 |      --      |    Inf 
1647.94/1648.25	c  1643s|     1 |     0 | 21487 |     - |2187M|   0 |3151 | 400k| 400k| 400k| 400k|  44 |   0 |   0 |-1.177221e+04 |      --      |    Inf 
1656.93/1657.25	c  1652s|     1 |     0 | 21523 |     - |2187M|   0 |2291 | 400k| 400k| 400k| 400k|  45 |   0 |   0 |-1.177177e+04 |      --      |    Inf 
1665.73/1666.02	c  1661s|     1 |     0 | 21543 |     - |2187M|   0 |2264 | 400k| 400k| 400k| 400k|  48 |   0 |   0 |-1.177157e+04 |      --      |    Inf 
1674.73/1675.01	c  1670s|     1 |     0 | 21576 |     - |2187M|   0 |2263 | 400k| 400k| 400k| 400k|  52 |   0 |   0 |-1.177147e+04 |      --      |    Inf 
1683.74/1684.01	c  1679s|     1 |     0 | 21593 |     - |2187M|   0 |2218 | 400k| 400k| 400k| 400k|  57 |   0 |   0 |-1.177147e+04 |      --      |    Inf 
1692.92/1693.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1692.92/1693.25	c  1688s|     1 |     0 | 21640 |     - |2187M|   0 |2985 | 400k| 400k| 400k| 400k|  59 |   0 |   0 |-1.177107e+04 |      --      |    Inf 
1701.93/1702.26	c  1697s|     1 |     0 | 21667 |     - |2187M|   0 |3063 | 400k| 400k| 400k| 400k|  62 |   0 |   0 |-1.177099e+04 |      --      |    Inf 
1800.01/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-3743260-1338781262/watcher-3743260-1338781262 -o /tmp/evaluation-result-3743260-1338781262/solver-3743260-1338781262 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743260-1338781262.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.07 2.02 2.00 3/176 21078
/proc/meminfo: memFree=25000236/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=5700 CPUtime=0 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 656 0 0 0 0 0 0 0 20 0 1 0 344251861 5836800 604 33554432000 4194304 8395647 140736951490304 140735502998840 4797088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 1425 609 278 1026 0 395 0

[startup+0.0399821 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 21078
/proc/meminfo: memFree=25000236/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=19036 CPUtime=0.02 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 4004 0 0 0 2 0 0 0 20 0 1 0 344251861 19492864 3950 33554432000 4194304 8395647 140736951490304 140735502998840 5755672 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 4759 3950 393 1026 0 3729 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19036

[startup+0.100383 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 21078
/proc/meminfo: memFree=25000236/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=28948 CPUtime=0.09 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 6475 0 0 0 8 1 0 0 20 0 1 0 344251861 29642752 6421 33554432000 4194304 8395647 140736951490304 140736951355512 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 7237 6421 393 1026 0 6207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28948

[startup+0.300327 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 21078
/proc/meminfo: memFree=25000236/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=51516 CPUtime=0.29 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 12133 0 0 0 27 2 0 0 20 0 1 0 344251861 52752384 12079 33554432000 4194304 8395647 140736951490304 140736951355512 4976190 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 13135 12104 393 1026 0 12105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51516

[startup+0.700327 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 21078
/proc/meminfo: memFree=25000236/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=86528 CPUtime=0.69 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 20832 0 0 0 66 3 0 0 20 0 1 0 344251861 88604672 20778 33554432000 4194304 8395647 140736951490304 140736951355512 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 21632 20779 393 1026 0 20602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86528

[startup+1.50031 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 21079
/proc/meminfo: memFree=24855052/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=183652 CPUtime=1.49 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 45180 0 0 0 141 8 0 0 20 0 1 0 344251861 188059648 45126 33554432000 4194304 8395647 140736951490304 140736951355512 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 45913 45126 393 1026 0 44883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183652

[startup+3.10034 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 21079
/proc/meminfo: memFree=24726768/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=368288 CPUtime=3.08 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 91073 0 0 0 294 14 0 0 20 0 1 0 344251861 377126912 91019 33554432000 4194304 8395647 140736951490304 140736951355512 7430272 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 92072 91019 393 1026 0 91042 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 368288

[startup+6.30034 s]
/proc/loadavg: 2.15 2.03 2.01 3/177 21079
/proc/meminfo: memFree=24130992/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=1084960 CPUtime=6.29 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 269540 0 0 0 585 44 0 0 20 0 1 0 344251861 1110999040 270115 33554432000 4194304 8395647 140736951490304 140736951487720 4601776 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 271240 270115 431 1026 0 270210 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1084960

[startup+12.7003 s]
/proc/loadavg: 2.13 2.03 2.01 3/177 21079
/proc/meminfo: memFree=23468384/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=1548344 CPUtime=12.68 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 383973 0 0 0 1206 62 0 0 20 0 1 0 344251861 1585504256 384214 33554432000 4194304 8395647 140736951490304 140736951486104 4765351 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 387086 384214 487 1026 0 386056 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1548344

[startup+25.5003 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 21079
/proc/meminfo: memFree=23431924/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=1554240 CPUtime=25.48 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 385417 0 0 0 2484 64 0 0 20 0 1 0 344251861 1591541760 385775 33554432000 4194304 8395647 140736951490304 140736951487448 4911327 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 388560 385775 501 1026 0 387530 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1554240

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.01 3/177 21079
/proc/meminfo: memFree=23333684/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=1657304 CPUtime=51.08 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 410799 0 0 0 5041 67 0 0 20 0 1 0 344251861 1697079296 411157 33554432000 4194304 8395647 140736951490304 140736951486376 4911287 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 414326 411157 501 1026 0 413296 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1657304

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 21079
/proc/meminfo: memFree=23134268/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=1856108 CPUtime=102.28 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 459298 0 0 0 10154 74 0 0 20 0 1 0 344251861 1900654592 459656 33554432000 4194304 8395647 140736951490304 140736951486376 4715284 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 464027 459656 501 1026 0 462997 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1856108

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 21080
/proc/meminfo: memFree=22903408/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=2096468 CPUtime=162.26 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 517674 0 0 0 16143 83 0 0 20 0 1 0 344251861 2146783232 518032 33554432000 4194304 8395647 140736951490304 140736951486376 4911327 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 524117 518032 501 1026 0 523087 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2096468

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21080
/proc/meminfo: memFree=22212096/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=2853380 CPUtime=222.25 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 652712 0 0 0 22110 115 0 0 20 0 1 0 344251861 2921861120 689521 33554432000 4194304 8395647 140736951490304 140736951485272 6645188 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 713345 689521 585 1026 0 712315 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2853380

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 21080
/proc/meminfo: memFree=22229376/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=2860968 CPUtime=282.25 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 658427 0 0 0 28090 135 0 0 20 0 1 0 344251861 2929631232 691425 33554432000 4194304 8395647 140736951490304 140736951484824 6637037 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 715242 691425 585 1026 0 714212 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2860968

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 21080
/proc/meminfo: memFree=22200548/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=2870064 CPUtime=342.23 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 661733 0 0 0 34086 137 0 0 20 0 1 0 344251861 2938945536 692353 33554432000 4194304 8395647 140736951490304 140736951484712 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 717516 692353 602 1026 0 716486 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2870064

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21080
/proc/meminfo: memFree=22250912/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=2873580 CPUtime=402.22 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 662006 0 0 0 40085 137 0 0 20 0 1 0 344251861 2942545920 693137 33554432000 4194304 8395647 140736951490304 140736951485832 5849640 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 718395 693137 604 1026 0 717365 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2873580

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21081
/proc/meminfo: memFree=22042576/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3032956 CPUtime=462.21 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 683886 0 0 0 46077 144 0 0 20 0 1 0 344251861 3105746944 731113 33554432000 4194304 8395647 140736951490304 140736951485432 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 758239 731113 620 1026 0 757209 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3032956

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21081
/proc/meminfo: memFree=21999420/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3071900 CPUtime=522.2 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 687723 0 0 0 52072 148 0 0 20 0 1 0 344251861 3145625600 741060 33554432000 4194304 8395647 140736951490304 140736951485592 5827869 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 767975 741060 621 1026 0 766945 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3071900

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21084
/proc/meminfo: memFree=22055480/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3071900 CPUtime=582.19 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 687723 0 0 0 58071 148 0 0 20 0 1 0 344251861 3145625600 741060 33554432000 4194304 8395647 140736951490304 140736951485592 5849640 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 767975 741060 621 1026 0 766945 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3071900

[startup+642.3 s]

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

/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 694776 0 0 0 100060 153 0 0 20 0 1 0 344251861 3161149440 745455 33554432000 4194304 8395647 140736951490304 140736951485592 5827869 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 771765 745455 621 1026 0 770735 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3087060

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21086
/proc/meminfo: memFree=22009464/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3087060 CPUtime=1062.12 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 694777 0 0 0 106059 153 0 0 20 0 1 0 344251861 3161149440 745456 33554432000 4194304 8395647 140736951490304 140736951485592 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 771765 745456 621 1026 0 770735 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3087060

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21086
/proc/meminfo: memFree=22070132/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3104672 CPUtime=1122.11 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 697387 0 0 0 112056 155 0 0 20 0 1 0 344251861 3179184128 747243 33554432000 4194304 8395647 140736951490304 140736951485592 5827844 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 776168 747243 621 1026 0 775138 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3104672

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21089
/proc/meminfo: memFree=22059704/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3104672 CPUtime=1182.1 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 697387 0 0 0 118055 155 0 0 20 0 1 0 344251861 3179184128 747243 33554432000 4194304 8395647 140736951490304 140736951485592 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 776168 747243 621 1026 0 775138 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3104672

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21112
/proc/meminfo: memFree=22025588/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3120304 CPUtime=1242.1 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 697740 0 0 0 124054 156 0 0 20 0 1 0 344251861 3195191296 751684 33554432000 4194304 8395647 140736951490304 140736951484920 18446744073699066235 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 780076 751684 621 1026 0 779046 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3120304

[startup+1302.3 s]
/proc/loadavg: 1.72 1.93 1.98 2/171 21136
/proc/meminfo: memFree=24730636/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3120304 CPUtime=1302.1 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 697741 0 0 0 130054 156 0 0 20 0 1 0 344251861 3195191296 751684 33554432000 4194304 8395647 140736951490304 140736951485592 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 780076 751684 621 1026 0 779046 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 3120304

[startup+1362.3 s]
/proc/loadavg: 1.26 1.76 1.91 2/171 21137
/proc/meminfo: memFree=24730416/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3120304 CPUtime=1362.08 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 697741 0 0 0 136052 156 0 0 20 0 1 0 344251861 3195191296 751684 33554432000 4194304 8395647 140736951490304 140736951485592 5849675 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 780076 751684 621 1026 0 779046 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3120304

[startup+1422.31 s]
/proc/loadavg: 1.09 1.62 1.85 2/171 21137
/proc/meminfo: memFree=24774316/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3066980 CPUtime=1422.08 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 699523 0 0 0 142050 158 0 0 20 0 1 0 344251861 3140587520 740576 33554432000 4194304 8395647 140736951490304 140736951485592 5827857 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 766745 740576 621 1026 0 765715 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3066980

[startup+1482.3 s]
/proc/loadavg: 1.03 1.50 1.80 2/171 21137
/proc/meminfo: memFree=24774220/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3066980 CPUtime=1482.06 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 699523 0 0 0 148048 158 0 0 20 0 1 0 344251861 3140587520 740576 33554432000 4194304 8395647 140736951490304 140736951485592 5849682 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 766745 740576 621 1026 0 765715 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3066980

[startup+1542.3 s]
/proc/loadavg: 1.01 1.41 1.75 2/171 21137
/proc/meminfo: memFree=24754400/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3097744 CPUtime=1542.05 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 702782 0 0 0 154042 163 0 0 20 0 1 0 344251861 3172089856 745648 33554432000 4194304 8395647 140736951490304 140736951485592 5827869 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 774436 745648 621 1026 0 773406 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3097744

[startup+1602.3 s]
/proc/loadavg: 1.00 1.33 1.70 2/171 21137
/proc/meminfo: memFree=24754436/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3097744 CPUtime=1602.05 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 702782 0 0 0 160042 163 0 0 20 0 1 0 344251861 3172089856 745648 33554432000 4194304 8395647 140736951490304 140736951485592 5849658 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 774436 745648 621 1026 0 773406 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3097744

[startup+1662.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/171 21138
/proc/meminfo: memFree=24757748/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3083980 CPUtime=1662.03 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 705378 0 0 0 166039 164 0 0 20 0 1 0 344251861 3157995520 744862 33554432000 4194304 8395647 140736951490304 140736951485592 6107082 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 770995 744862 621 1026 0 769965 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3083980

[startup+1722.3 s]
/proc/loadavg: 1.04 1.23 1.61 2/171 21138
/proc/meminfo: memFree=24732956/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3123364 CPUtime=1722.02 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 960894 0 0 0 171969 233 0 0 20 0 1 0 344251861 3198324736 750956 33554432000 4194304 8395647 140736951490304 140736951485608 6585873 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 780841 750956 635 1026 0 779811 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3123364

[startup+1782.3 s]
/proc/loadavg: 1.05 1.20 1.58 2/171 21141
/proc/meminfo: memFree=24744332/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3098356 CPUtime=1782.01 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 964878 0 0 0 177958 243 0 0 20 0 1 0 344251861 3172716544 748360 33554432000 4194304 8395647 140736951490304 140736951485512 6586935 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 774589 748360 635 1026 0 773559 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3098356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.04 1.19 1.56 2/170 21141
/proc/meminfo: memFree=24736612/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3106004 CPUtime=1800.01 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 965496 0 0 0 179756 245 0 0 20 0 1 0 344251861 3180548096 750272 33554432000 4194304 8395647 140736951490304 140736951485608 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 776501 750272 635 1026 0 775471 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3106004

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21078

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

[startup+1801.4 s]
/proc/loadavg: 1.04 1.19 1.56 2/171 21142
/proc/meminfo: memFree=24736612/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3106004 CPUtime=1801.1 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 965496 0 0 0 179865 245 0 0 20 0 1 0 344251861 3180548096 750272 33554432000 4194304 8395647 140736951490304 140736951485176 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 776501 750272 635 1026 0 775471 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 3106004

[startup+1802.2 s]
/proc/loadavg: 1.04 1.19 1.56 2/171 21142
/proc/meminfo: memFree=24736480/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=3106004 CPUtime=1801.9 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4202496 965600 0 0 0 179945 245 0 0 20 0 1 0 344251861 3180548096 750272 33554432000 4194304 8395647 140736951490304 140736951485512 6746510 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 776501 750272 635 1026 0 775471 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3106004

[startup+1802.4 s]
/proc/loadavg: 1.04 1.19 1.56 2/171 21142
/proc/meminfo: memFree=24736480/32873844 swapFree=7632/7632
[pid=21078] ppid=21076 vsize=0 CPUtime=1802.11 cores=1,3,5,7
/proc/21078/stat : 21078 (pbscip.linux.x8) R 21076 21078 18846 0 -1 4203524 965600 0 0 0 179956 255 0 0 20 0 1 0 344251861 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21078/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.45
CPU time (s): 1802.16
CPU user time (s): 1799.56
CPU system time (s): 2.5956
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 4155356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 2.5956
maximum resident set size= 4046456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 965600
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= 13
involuntary context switches= 1880

runsolver used 2.84357 second user time and 7.70383 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-04 05:41:03
IDJOB=3743260
IDBENCH=90937
IDSOLVER=2326
FILE ID=node130/3743260-1338781262
RUNJOBID= node130-1338748441-18863
PBS_JOBID= 14636787
Free space on /tmp= 70920 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_unif_50null20mast_rapportOE1.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-3743260-1338781262/watcher-3743260-1338781262 -o /tmp/evaluation-result-3743260-1338781262/solver-3743260-1338781262 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743260-1338781262.opb -t 1800 -m 15500

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=1686557898

node130.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.875
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	: 5333.75
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.875
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.875
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		: 2666.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25002548 kB
Buffers:         1698680 kB
Cached:          2587684 kB
SwapCached:         4312 kB
Active:          5146252 kB
Inactive:        1820828 kB
Active(anon):    2667340 kB
Inactive(anon):    10232 kB
Active(file):    2478912 kB
Inactive(file):  1810596 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:             38020 kB
Writeback:             0 kB
AnonPages:       2733196 kB
Mapped:            11680 kB
Shmem:                 4 kB
Slab:             731116 kB
SReclaimable:     172404 kB
SUnreclaim:       558712 kB
KernelStack:        1448 kB
PageTables:         9316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2943104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 70948 MiB
End job on node130 at 2012-06-04 06:11:05