Trace number 3738557

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? (exit code) 1644.57 1644.82

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1465935
Best CPU time to get the best result obtained on this benchmark1803.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
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-3738557-1338727723.opb>
169.47/169.53	c original problem has 5120998 variables (5120998 bin, 0 int, 0 impl, 0 cont) and 6000 constraints
169.47/169.53	c problem read
169.47/169.53	c presolving settings loaded
189.56/189.62	c presolving:
199.16/199.25	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5002 upgd conss, 0 impls, 5002 clqs
585.30/585.46	c    (415.9s) probing: 1000/5120998 (0.0%) - 0 fixings, 0 aggregations, 999 implications, 0 bound changes
973.94/974.13	c    (804.6s) probing: 2000/5120998 (0.0%) - 0 fixings, 0 aggregations, 1999 implications, 0 bound changes
974.24/974.48	c    (804.9s) probing: 2001/5120998 (0.0%) - 0 fixings, 0 aggregations, 2000 implications, 0 bound changes
974.24/974.48	c    (804.9s) probing aborted: 2000/2000 successive useless probings
974.64/974.89	c presolving (2 rounds):
974.64/974.89	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
974.64/974.89	c  4000 implications, 5002 cliques
974.64/974.89	c presolved problem has 5120998 variables (5120998 bin, 0 int, 0 impl, 0 cont) and 6000 constraints
974.64/974.89	c    5002 constraints of type <setppc>
974.64/974.89	c     998 constraints of type <linear>
974.64/974.89	c transformed objective value is always integral (scale: 1)
974.64/974.89	c Presolving Time: 797.01
974.64/974.89	c - non default parameters ----------------------------------------------------------------------
974.64/974.89	c # SCIP version 1.2.1.3
974.64/974.89	c 
974.64/974.89	c # frequency for displaying node information lines
974.64/974.89	c # [type: int, range: [-1,2147483647], default: 100]
974.64/974.89	c display/freq = 10000
974.64/974.89	c 
974.64/974.89	c # maximal time in seconds to run
974.64/974.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
974.64/974.89	c limits/time = 1620.5
974.64/974.89	c 
974.64/974.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
974.64/974.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
974.64/974.89	c limits/memory = 13950
974.64/974.89	c 
974.64/974.89	c # default clock type (1: CPU user seconds, 2: wall clock time)
974.64/974.89	c # [type: int, range: [1,2], default: 1]
974.64/974.89	c timing/clocktype = 2
974.64/974.89	c 
974.64/974.89	c # should presolving try to simplify inequalities
974.64/974.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
974.64/974.89	c constraints/linear/simplifyinequalities = TRUE
974.64/974.89	c 
974.64/974.89	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
974.64/974.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
974.64/974.89	c constraints/indicator/addCouplingCons = TRUE
974.64/974.89	c 
974.64/974.89	c # should presolving try to simplify knapsacks
974.64/974.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
974.64/974.89	c constraints/knapsack/simplifyinequalities = TRUE
974.64/974.89	c 
974.64/974.89	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
974.64/974.89	c # [type: int, range: [-1,2147483647], default: -1]
974.64/974.89	c separating/rapidlearning/freq = 0
974.64/974.89	c 
974.64/974.89	c -----------------------------------------------------------------------------------------------
974.64/974.89	c start solving
976.14/976.34	c 
988.14/988.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
988.14/988.32	c   819s|     1 |     0 |     4 |     - |  11G|   0 |   2 |5120k|6000 |5120k|6000 |   0 |   0 |   0 | 1.569300e+04 |      --      |    Inf 
1111.32/1111.57	c   942s|     1 |     0 |   726 |     - |  11G|   0 |   6 |5120k|6000 |5120k|6002 |   2 |   0 |   0 | 1.569300e+04 |      --      |    Inf 
1187.11/1187.31	c  1018s|     1 |     0 |   730 |     - |  11G|   0 |   2 |5120k|6000 |5120k|6004 |   4 |   0 |   0 | 2.628300e+04 |      --      |    Inf 
1262.30/1262.57	c  1093s|     1 |     0 |   732 |     - |  11G|   0 |   6 |5120k|6000 |5120k|6006 |   6 |   0 |   0 | 2.628300e+04 |      --      |    Inf 
1338.09/1338.35	c  1169s|     1 |     0 |   736 |     - |  11G|   0 |   2 |5120k|6000 |5120k|6008 |   8 |   0 |   0 | 3.705200e+04 |      --      |    Inf 
1413.57/1413.88	c  1244s|     1 |     0 |   738 |     - |  11G|   0 |   6 |5120k|6000 |5120k|6010 |  10 |   0 |   0 | 3.705200e+04 |      --      |    Inf 
1643.84/1644.17	c [src/blockmemshell/memory.c:853] ERROR: Insufficient memory for allocation of 1048352 bytes
1643.84/1644.17	c [src/scip/var.c:1648] ERROR: Insufficient memory for new chunk
1643.84/1644.17	c [src/scip/var.c:1648] ERROR: No memory in function call
1643.84/1644.17	c [src/scip/var.c:1757] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/scip.c:6561] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/scip.c:970] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/scip.c:1096] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/heur_rens.c:326] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/heur_rens.c:654] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/heur.c:394] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/solve.c:220] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/solve.c:2682] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/solve.c:3206] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/scip/scip.c:6312] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/cmain.c:674] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/cmain.c:849] ERROR: Error <-1> in function call
1643.84/1644.17	c [src/cmain.c:925] ERROR: Error <-1> in function call
1643.84/1644.17	c SCIP Error (-1): c insufficient memory errorc 
1643.84/1644.17	c Time complete: 1643.91.

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-3738557-1338727723/watcher-3738557-1338727723 -o /tmp/evaluation-result-3738557-1338727723/solver-3738557-1338727723 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738557-1338727723.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.00 2.00 2.00 3/176 12999
/proc/meminfo: memFree=24272908/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 338901543 8105984 1194 33554432000 4194304 8395647 140737012656736 140734047121672 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 1979 1194 370 1026 0 949 0

[startup+0.029481 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12999
/proc/meminfo: memFree=24272908/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=19660 CPUtime=0.02 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 4164 0 0 0 2 0 0 0 20 0 1 0 338901543 20131840 4105 33554432000 4194304 8395647 140737012656736 140734047121672 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 4915 4112 387 1026 0 3885 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19660

[startup+0.100387 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12999
/proc/meminfo: memFree=24272908/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=48360 CPUtime=0.09 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 11285 0 0 0 8 1 0 0 20 0 1 0 338901543 49520640 11225 33554432000 4194304 8395647 140737012656736 140734047121672 7351936 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 12090 11225 387 1026 0 11060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48360

[startup+0.300338 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12999
/proc/meminfo: memFree=24272908/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=124052 CPUtime=0.29 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 29689 0 0 0 24 5 0 0 20 0 1 0 338901543 127029248 29629 33554432000 4194304 8395647 140737012656736 140737012519240 4729690 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 31013 29629 387 1026 0 29983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 124052

[startup+0.700323 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 12999
/proc/meminfo: memFree=24272908/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=256800 CPUtime=0.69 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 62621 0 0 0 59 10 0 0 20 0 1 0 338901543 262963200 62561 33554432000 4194304 8395647 140737012656736 140737012519240 4685157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 64200 62561 387 1026 0 63170 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 256800

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13000
/proc/meminfo: memFree=23937504/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=480432 CPUtime=1.49 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 117449 0 0 0 130 19 0 0 20 0 1 0 338901543 491962368 117900 33554432000 4194304 8395647 140737012656736 140737012520664 4685157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 120108 117900 387 1026 0 119078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 480432

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13000
/proc/meminfo: memFree=23669032/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=839508 CPUtime=3.09 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 203557 0 0 0 276 33 0 0 20 0 1 0 338901543 859656192 204519 33554432000 4194304 8395647 140737012656736 140737012520344 4245991 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 209877 204519 387 1026 0 208847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 839508

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13000
/proc/meminfo: memFree=23072096/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=1350820 CPUtime=6.29 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 331381 0 0 0 576 53 0 0 20 0 1 0 338901543 1383239680 335409 33554432000 4194304 8395647 140737012656736 140737012519240 4424487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 337705 335409 387 1026 0 336675 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1350820

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13000
/proc/meminfo: memFree=22247652/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=2130108 CPUtime=12.69 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 516361 0 0 0 1188 81 0 0 20 0 1 0 338901543 2181230592 524988 33554432000 4194304 8395647 140737012656736 140737012519240 4424487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 532527 524988 387 1026 0 531497 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2130108

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13000
/proc/meminfo: memFree=21091688/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=3292608 CPUtime=25.49 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 784489 0 0 0 2429 120 0 0 20 0 1 0 338901543 3371630592 800270 33554432000 4194304 8395647 140737012656736 140737012520696 6349190 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 823152 800270 387 1026 0 822122 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3292608

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13000
/proc/meminfo: memFree=20627440/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=3724192 CPUtime=51.08 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 891842 0 0 0 4970 138 0 0 20 0 1 0 338901543 3813572608 909156 33554432000 4194304 8395647 140737012656736 140737012521944 4327595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 931048 909156 394 1026 0 930018 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3724192

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13003
/proc/meminfo: memFree=20400136/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=3817112 CPUtime=102.28 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 914291 0 0 0 10083 145 0 0 20 0 1 0 338901543 3908722688 931605 33554432000 4194304 8395647 140737012656736 140737012520696 4685157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 954278 931605 394 1026 0 953248 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3817112

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13003
/proc/meminfo: memFree=20121044/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=3923724 CPUtime=162.27 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 941226 0 0 0 16073 154 0 0 20 0 1 0 338901543 4017893376 958540 33554432000 4194304 8395647 140737012656736 140737012521944 4685157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 980931 958540 394 1026 0 979901 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3923724

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13003
/proc/meminfo: memFree=13528432/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=10373304 CPUtime=222.25 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2348554 0 0 0 21859 366 0 0 20 0 1 0 338901543 10622263296 2562177 33554432000 4194304 8395647 140737012656736 140737012653832 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 2593326 2562177 488 1026 0 2592296 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 10373304

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13003
/proc/meminfo: memFree=13370416/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=10373304 CPUtime=282.25 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2348554 0 0 0 27859 366 0 0 20 0 1 0 338901543 10622263296 2562177 33554432000 4194304 8395647 140737012656736 140737012653832 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 2593326 2562177 488 1026 0 2592296 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 10373304

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13004
/proc/meminfo: memFree=13290144/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=10373304 CPUtime=342.24 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2348554 0 0 0 33858 366 0 0 20 0 1 0 338901543 10622263296 2562177 33554432000 4194304 8395647 140737012656736 140737012653832 5604545 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 2593326 2562177 488 1026 0 2592296 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 10373304

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13005
/proc/meminfo: memFree=13176484/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=10373304 CPUtime=402.23 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2348554 0 0 0 39857 366 0 0 20 0 1 0 338901543 10622263296 2562177 33554432000 4194304 8395647 140737012656736 140737012653832 5604541 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 2593326 2562177 488 1026 0 2592296 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 10373304

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13005
/proc/meminfo: memFree=13093164/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=10373304 CPUtime=462.22 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2348554 0 0 0 45856 366 0 0 20 0 1 0 338901543 10622263296 2562177 33554432000 4194304 8395647 140737012656736 140737012653832 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 2593326 2562177 488 1026 0 2592296 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 10373304

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13005
/proc/meminfo: memFree=13050656/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=10373304 CPUtime=522.21 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2348554 0 0 0 51855 366 0 0 20 0 1 0 338901543 10622263296 2562177 33554432000 4194304 8395647 140737012656736 140737012653832 5604422 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 2593326 2562177 488 1026 0 2592296 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 10373304

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13005
/proc/meminfo: memFree=12930008/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=10373304 CPUtime=582.2 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2348554 0 0 0 57854 366 0 0 20 0 1 0 338901543 10622263296 2562177 33554432000 4194304 8395647 140737012656736 140737012653832 5608150 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 2593326 2562177 488 1026 0 2592296 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 10373304

[startup+642.3 s]

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

/proc/meminfo: memFree=12006748/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15022976 CPUtime=1062.13 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2882625 0 0 0 105703 510 0 0 20 0 1 0 338901543 15383527424 3509239 33554432000 4194304 8395647 140737012656736 140737012652312 5852541 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3755744 3509239 583 1026 0 3754714 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 15022976

[startup+1122.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 13071
/proc/meminfo: memFree=11715412/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15447620 CPUtime=1122.12 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2888332 0 0 0 111695 517 0 0 20 0 1 0 338901543 15818362880 3579070 33554432000 4194304 8395647 140737012656736 140737012652024 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3861905 3579070 591 1026 0 3860875 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 15447620

[startup+1182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 13071
/proc/meminfo: memFree=11709300/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15447620 CPUtime=1182.11 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2888337 0 0 0 117694 517 0 0 20 0 1 0 338901543 15818362880 3580097 33554432000 4194304 8395647 140737012656736 140737012652024 5852502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3861905 3580097 592 1026 0 3860875 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 15447620

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13072
/proc/meminfo: memFree=11637888/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15461676 CPUtime=1242.1 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2892008 0 0 0 123690 520 0 0 20 0 1 0 338901543 15832756224 3597083 33554432000 4194304 8395647 140737012656736 140737012652024 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3865419 3597083 596 1026 0 3864389 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 15461676

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 13075
/proc/meminfo: memFree=11643904/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15473452 CPUtime=1302.1 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2895015 0 0 0 129687 523 0 0 20 0 1 0 338901543 15844814848 3600119 33554432000 4194304 8395647 140737012656736 140737012652024 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3868363 3600119 596 1026 0 3867333 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 15473452

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 13075
/proc/meminfo: memFree=11560032/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15494200 CPUtime=1362.08 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2897428 0 0 0 135683 525 0 0 20 0 1 0 338901543 15866060800 3616868 33554432000 4194304 8395647 140737012656736 140737012652024 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3873550 3616868 596 1026 0 3872520 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 15494200

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 13075
/proc/meminfo: memFree=11541936/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1422.08 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 141681 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012651352 6013893 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 15491732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13075
/proc/meminfo: memFree=11535540/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1482.06 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 147679 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012651352 6013877 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 15491732

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11540588/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1542.05 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 153678 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012651352 6013880 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 15491732

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11534044/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1602.04 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 159677 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012652024 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 15491732

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

[startup+1612.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11549964/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1612.44 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 160717 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012652024 5852541 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1612.44
Current children cumulated vsize (KiB) 15491732

[startup+1625.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11541392/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1625.24 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 161997 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012652024 5852511 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1625.24
Current children cumulated vsize (KiB) 15491732

[startup+1638.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11549188/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1638.04 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 163277 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012652024 5852502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1638.04
Current children cumulated vsize (KiB) 15491732

[startup+1641.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11533920/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1641.24 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 163597 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012652024 5841437 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1641.24
Current children cumulated vsize (KiB) 15491732

[startup+1643.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11557792/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15491732 CPUtime=1642.84 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2899992 0 0 0 163757 527 0 0 20 0 1 0 338901543 15863533568 3622288 33554432000 4194304 8395647 140737012656736 140737012652024 5841424 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3872933 3622288 600 1026 0 3871903 0
Current children cumulated CPU time (s) 1642.84
Current children cumulated vsize (KiB) 15491732

[startup+1643.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11547312/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=15624004 CPUtime=1643.64 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202496 2925199 0 0 0 163833 531 0 0 20 0 1 0 338901543 15998980096 3655698 33554432000 4194304 8395647 140737012656736 140737012652024 4424487 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 3906001 3655698 602 1026 0 3904971 0
Current children cumulated CPU time (s) 1643.64
Current children cumulated vsize (KiB) 15624004

[startup+1644.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=11547312/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=0 CPUtime=1644.04 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202500 2997918 0 0 0 163851 553 0 0 20 0 1 0 338901543 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1644.04
Current children cumulated vsize (KiB) 0

[startup+1644.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=16328088/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=0 CPUtime=1644.44 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202500 2997918 0 0 0 163851 593 0 0 20 0 1 0 338901543 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1644.44
Current children cumulated vsize (KiB) 0

[startup+1644.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13076
/proc/meminfo: memFree=16328088/32873844 swapFree=7628/7628
[pid=12999] ppid=12997 vsize=0 CPUtime=1644.54 cores=1,3,5,7
/proc/12999/stat : 12999 (pbscip.linux.x8) R 12997 12999 25613 0 -1 4202500 2997918 0 0 0 163851 603 0 0 20 0 1 0 338901543 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1644.54
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1644.82
CPU time (s): 1644.57
CPU user time (s): 1638.51
CPU system time (s): 6.05308
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 15843432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1638.51
system time used= 6.05308
maximum resident set size= 14921844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2997918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1694

runsolver used 5.19821 second user time and 10.9723 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 14:48:50
IDJOB=3738557
IDBENCH=71914
IDSOLVER=2326
FILE ID=node107/3738557-1338727723
RUNJOBID= node107-1338723356-12419
PBS_JOBID= 14636731
Free space on /tmp= 70496 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= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.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-3738557-1338727723/watcher-3738557-1338727723 -o /tmp/evaluation-result-3738557-1338727723/solver-3738557-1338727723 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738557-1338727723.opb -t 1800 -m 15500

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1607625448

node107.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.760
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.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		: 2666.760
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.760
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.760
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.760
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.760
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		: 2666.760
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.86
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.760
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:        24273552 kB
Buffers:          538640 kB
Cached:          5052612 kB
SwapCached:           76 kB
Active:          4433968 kB
Inactive:        3261612 kB
Active(anon):    2091648 kB
Inactive(anon):    15148 kB
Active(file):    2342320 kB
Inactive(file):  3246464 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:            265964 kB
Writeback:             0 kB
AnonPages:       2112168 kB
Mapped:            16868 kB
Shmem:               184 kB
Slab:             759728 kB
SReclaimable:     197140 kB
SUnreclaim:       562588 kB
KernelStack:        1448 kB
PageTables:         8280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2341028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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= 70512 MiB
End job on node107 at 2012-06-03 15:16:15