Trace number 3743194

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.08 1802.36

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM021b67803848f7a62860711c4015132a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.09
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 1605
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 993246
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 993246
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-3743194-1338779985.opb>
4.69/4.78	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.69/4.78	c problem read
4.69/4.79	c presolving settings loaded
7.09/7.12	c presolving:
10.99/11.05	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.19/12.28	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
128.97/129.05	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12261460 impls, 1977 clqs
129.47/129.54	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12265462 impls, 1977 clqs
130.07/130.12	c presolving (5 rounds):
130.07/130.12	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
130.07/130.12	c  12265462 implications, 1977 cliques
130.07/130.12	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
130.07/130.12	c       1 constraints of type <knapsack>
130.07/130.12	c   26425 constraints of type <setppc>
130.07/130.12	c  373684 constraints of type <logicor>
130.07/130.12	c transformed objective value is always integral (scale: 1)
130.07/130.12	c Presolving Time: 123.95
130.07/130.12	c - non default parameters ----------------------------------------------------------------------
130.07/130.12	c # SCIP version 1.2.1.3
130.07/130.12	c 
130.07/130.12	c # frequency for displaying node information lines
130.07/130.12	c # [type: int, range: [-1,2147483647], default: 100]
130.07/130.12	c display/freq = 10000
130.07/130.12	c 
130.07/130.12	c # maximal time in seconds to run
130.07/130.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
130.07/130.12	c limits/time = 1785.22
130.07/130.12	c 
130.07/130.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
130.07/130.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
130.07/130.12	c limits/memory = 13950
130.07/130.12	c 
130.07/130.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
130.07/130.12	c # [type: int, range: [1,2], default: 1]
130.07/130.12	c timing/clocktype = 2
130.07/130.12	c 
130.07/130.12	c # should presolving try to simplify inequalities
130.07/130.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
130.07/130.12	c constraints/linear/simplifyinequalities = TRUE
130.07/130.12	c 
130.07/130.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
130.07/130.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
130.07/130.12	c constraints/indicator/addCouplingCons = TRUE
130.07/130.12	c 
130.07/130.12	c # should presolving try to simplify knapsacks
130.07/130.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
130.07/130.12	c constraints/knapsack/simplifyinequalities = TRUE
130.07/130.12	c 
130.07/130.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
130.07/130.12	c # [type: int, range: [-1,2147483647], default: -1]
130.07/130.12	c separating/rapidlearning/freq = 0
130.07/130.12	c 
130.07/130.12	c -----------------------------------------------------------------------------------------------
130.07/130.12	c start solving
130.17/130.29	c 
238.56/238.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.56/238.69	c   234s|     1 |     0 | 19501 |     - |2041M|   0 |3527 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-3.817347e+04 |      --      |    Inf 
775.28/775.48	c   771s|     1 |     0 | 36218 |     - |2045M|   0 |5573 | 400k| 394k| 400k| 395k|   9 |   0 |   0 |-3.815012e+04 |      --      |    Inf 
949.44/949.65	c   945s|     1 |     0 | 36435 |     - |2045M|   0 |6467 | 400k| 394k| 400k| 395k|  13 |   0 |   0 |-3.815003e+04 |      --      |    Inf 
1126.72/1126.96	c  1122s|     1 |     0 | 36806 |     - |2045M|   0 |6373 | 400k| 394k| 400k| 395k|  14 |   0 |   0 |-3.812672e+04 |      --      |    Inf 
1307.28/1307.57	c  1303s|     1 |     0 | 37357 |     - |2045M|   0 |6576 | 400k| 394k| 400k| 395k|  18 |   0 |   0 |-3.812591e+04 |      --      |    Inf 
1522.66/1522.91	c  1518s|     1 |     0 | 37666 |     - |2045M|   0 |6472 | 400k| 394k| 400k| 395k|  22 |   0 |   0 |-3.812571e+04 |      --      |    Inf 
1695.73/1696.00	c  1691s|     1 |     0 | 38068 |     - |2045M|   0 |6557 | 400k| 394k| 400k| 395k|  27 |   0 |   0 |-3.812486e+04 |      --      |    Inf 
1800.02/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-3743194-1338779985/watcher-3743194-1338779985 -o /tmp/evaluation-result-3743194-1338779985/solver-3743194-1338779985 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743194-1338779985.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.02 2.01 2.00 3/176 13293
/proc/meminfo: memFree=24621728/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 1245 0 0 0 0 0 0 0 20 0 1 0 344065570 8105984 1191 33554432000 4194304 8395647 140734176258384 140735065459768 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 1979 1191 370 1026 0 949 0

[startup+0.0920769 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13293
/proc/meminfo: memFree=24621728/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=28840 CPUtime=0.08 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 6484 0 0 0 8 0 0 0 20 0 1 0 344065570 29532160 6429 33554432000 4194304 8395647 140734176258384 140735065459768 7382066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 7210 6429 393 1026 0 6180 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28840

[startup+0.100376 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13293
/proc/meminfo: memFree=24621728/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=29676 CPUtime=0.08 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 6694 0 0 0 8 0 0 0 20 0 1 0 344065570 30388224 6639 33554432000 4194304 8395647 140734176258384 140735065459768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 7419 6639 393 1026 0 6389 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29676

[startup+0.300314 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13293
/proc/meminfo: memFree=24621728/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=53496 CPUtime=0.29 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 12636 0 0 0 27 2 0 0 20 0 1 0 344065570 54779904 12581 33554432000 4194304 8395647 140734176258384 140735065459768 4423932 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 13374 12581 393 1026 0 12344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53496

[startup+0.700306 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 13293
/proc/meminfo: memFree=24621728/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=87484 CPUtime=0.69 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 21078 0 0 0 66 3 0 0 20 0 1 0 344065570 89583616 21023 33554432000 4194304 8395647 140734176258384 140735065459768 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 21871 21023 393 1026 0 20841 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87484

[startup+1.50032 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13294
/proc/meminfo: memFree=24502300/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=183840 CPUtime=1.49 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 45203 0 0 0 142 7 0 0 20 0 1 0 344065570 188252160 45148 33554432000 4194304 8395647 140734176258384 140734176123592 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 45960 45148 393 1026 0 44930 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183840

[startup+3.10032 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13294
/proc/meminfo: memFree=24368876/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=370268 CPUtime=3.09 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 91576 0 0 0 294 15 0 0 20 0 1 0 344065570 379154432 91521 33554432000 4194304 8395647 140734176258384 140734176123592 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 92567 91521 393 1026 0 91537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 370268

[startup+6.30034 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13294
/proc/meminfo: memFree=23759088/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=1085072 CPUtime=6.29 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 269057 0 0 0 586 43 0 0 20 0 1 0 344065570 1111113728 270142 33554432000 4194304 8395647 140734176258384 140734176255944 4601776 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 271268 270142 431 1026 0 270238 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1085072

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13294
/proc/meminfo: memFree=23067176/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=1547816 CPUtime=12.69 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 383901 0 0 0 1208 61 0 0 20 0 1 0 344065570 1584963584 384141 33554432000 4194304 8395647 140734176258384 140734176254184 6220455 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 386954 384141 487 1026 0 385924 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1547816

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 13297
/proc/meminfo: memFree=23039040/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=1553712 CPUtime=25.49 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 385325 0 0 0 2487 62 0 0 20 0 1 0 344065570 1591001088 385681 33554432000 4194304 8395647 140734176258384 140734176255528 4737505 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 388428 385681 501 1026 0 387398 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1553712

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 13297
/proc/meminfo: memFree=22906964/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=1654504 CPUtime=51.08 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 410059 0 0 0 5042 66 0 0 20 0 1 0 344065570 1694212096 410415 33554432000 4194304 8395647 140734176258384 140734176254536 5211829 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 413626 410415 501 1026 0 412596 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1654504

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 13297
/proc/meminfo: memFree=22628760/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=1855740 CPUtime=102.28 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 459228 0 0 0 10155 73 0 0 20 0 1 0 344065570 1900277760 459584 33554432000 4194304 8395647 140734176258384 140734176254456 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 463935 459584 501 1026 0 462905 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1855740

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13297
/proc/meminfo: memFree=21843412/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2622484 CPUtime=162.26 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 599834 0 0 0 16121 105 0 0 20 0 1 0 344065570 2685423616 634906 33554432000 4194304 8395647 140734176258384 140734176253512 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 655621 634906 579 1026 0 654591 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2622484

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13298
/proc/meminfo: memFree=21711964/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2692260 CPUtime=222.26 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 613490 0 0 0 22109 117 0 0 20 0 1 0 344065570 2756874240 645758 33554432000 4194304 8395647 140734176258384 140734176253944 6721406 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 673065 645758 579 1026 0 672035 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2692260

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13298
/proc/meminfo: memFree=21564708/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2762244 CPUtime=282.24 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 623130 0 0 0 28095 129 0 0 20 0 1 0 344065570 2828537856 659105 33554432000 4194304 8395647 140734176258384 140734176252904 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 690561 659105 585 1026 0 689531 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2762244

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13298
/proc/meminfo: memFree=21462184/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2763820 CPUtime=342.24 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 623432 0 0 0 34091 133 0 0 20 0 1 0 344065570 2830151680 660429 33554432000 4194304 8395647 140734176258384 140734176252904 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 690955 660429 585 1026 0 689925 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2763820

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13298
/proc/meminfo: memFree=21335152/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2775544 CPUtime=402.23 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 624731 0 0 0 40086 137 0 0 20 0 1 0 344065570 2842157056 667349 33554432000 4194304 8395647 140734176258384 140734176252904 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 693886 667349 585 1026 0 692856 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2775544

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13298
/proc/meminfo: memFree=21286292/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2735060 CPUtime=462.21 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 624989 0 0 0 46082 139 0 0 20 0 1 0 344065570 2800701440 657617 33554432000 4194304 8395647 140734176258384 140734176253576 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 683765 657617 600 1026 0 682735 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2735060

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13299
/proc/meminfo: memFree=21198900/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2735060 CPUtime=522.21 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 625013 0 0 0 52078 143 0 0 20 0 1 0 344065570 2800701440 657641 33554432000 4194304 8395647 140734176258384 140734176253672 6125361 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 683765 657641 601 1026 0 682735 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2735060

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13337
/proc/meminfo: memFree=23225916/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2735060 CPUtime=582.2 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 625020 0 0 0 58076 144 0 0 20 0 1 0 344065570 2800701440 657647 33554432000 4194304 8395647 140734176258384 140734176253672 5827869 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 683765 657647 603 1026 0 682735 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2735060

[startup+642.3 s]

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

/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 648136 0 0 0 106046 167 0 0 20 0 1 0 344065570 2991296512 700758 33554432000 4194304 8395647 140734176258384 140734176253672 5849694 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 730297 700758 622 1026 0 729267 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2921188

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13342
/proc/meminfo: memFree=22114068/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2924088 CPUtime=1122.12 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 649398 0 0 0 112044 168 0 0 20 0 1 0 344065570 2994266112 701102 33554432000 4194304 8395647 140734176258384 140734176253944 6696650 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 731022 701102 622 1026 0 729992 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2924088

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13342
/proc/meminfo: memFree=21996744/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2924088 CPUtime=1182.11 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 650488 0 0 0 118039 172 0 0 20 0 1 0 344065570 2994266112 707304 33554432000 4194304 8395647 140734176258384 140734176253672 5827855 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 731022 707304 622 1026 0 729992 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2924088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13345
/proc/meminfo: memFree=21995272/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2924088 CPUtime=1242.1 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 650488 0 0 0 124038 172 0 0 20 0 1 0 344065570 2994266112 707606 33554432000 4194304 8395647 140734176258384 140734176253672 5849658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 731022 707606 622 1026 0 729992 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2924088

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13345
/proc/meminfo: memFree=22081876/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2924088 CPUtime=1302.1 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 651214 0 0 0 130037 173 0 0 20 0 1 0 344065570 2994266112 700005 33554432000 4194304 8395647 140734176258384 140734176253896 6669626 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 731022 700005 622 1026 0 729992 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2924088

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13345
/proc/meminfo: memFree=22018544/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2924088 CPUtime=1362.08 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 651222 0 0 0 136032 176 0 0 20 0 1 0 344065570 2994266112 701661 33554432000 4194304 8395647 140734176258384 140734176253624 7382137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 731022 701661 622 1026 0 729992 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2924088

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13346
/proc/meminfo: memFree=22011316/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2924088 CPUtime=1422.08 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 651222 0 0 0 142031 177 0 0 20 0 1 0 344065570 2994266112 703072 33554432000 4194304 8395647 140734176258384 140734176253672 5827844 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 731022 703072 622 1026 0 729992 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2924088

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13347
/proc/meminfo: memFree=22012084/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2924088 CPUtime=1482.06 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 651222 0 0 0 148029 177 0 0 20 0 1 0 344065570 2994266112 703078 33554432000 4194304 8395647 140734176258384 140734176253672 5849640 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 731022 703078 622 1026 0 729992 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2924088

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13347
/proc/meminfo: memFree=21979736/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2933248 CPUtime=1542.05 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 653162 0 0 0 154026 179 0 0 20 0 1 0 344065570 3003645952 711153 33554432000 4194304 8395647 140734176258384 140734176253576 7382157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 733312 711153 622 1026 0 732282 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2933248

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 13347
/proc/meminfo: memFree=21978028/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2933248 CPUtime=1602.04 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 653168 0 0 0 160023 181 0 0 20 0 1 0 344065570 3003645952 711220 33554432000 4194304 8395647 140734176258384 140734176253672 5827844 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 733312 711220 622 1026 0 732282 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2933248

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13347
/proc/meminfo: memFree=21975052/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2933248 CPUtime=1662.03 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 653168 0 0 0 166022 181 0 0 20 0 1 0 344065570 3003645952 711989 33554432000 4194304 8395647 140734176258384 140734176253672 5849658 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 733312 711989 622 1026 0 732282 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2933248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13348
/proc/meminfo: memFree=22001920/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2918080 CPUtime=1722.02 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 654503 0 0 0 172018 184 0 0 20 0 1 0 344065570 2988113920 705484 33554432000 4194304 8395647 140734176258384 140734176253576 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 729520 705484 622 1026 0 728490 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2918080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13349
/proc/meminfo: memFree=22017016/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2918080 CPUtime=1782.01 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 654504 0 0 0 178014 187 0 0 20 0 1 0 344065570 2988113920 705585 33554432000 4194304 8395647 140734176258384 140734176253672 5827857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 729520 705585 622 1026 0 728490 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2918080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13349
/proc/meminfo: memFree=22064612/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2918080 CPUtime=1800.02 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 654504 0 0 0 179815 187 0 0 20 0 1 0 344065570 2988113920 706308 33554432000 4194304 8395647 140734176258384 140734176253672 5827857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 729520 706308 622 1026 0 728490 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2918080

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13293

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 13350
/proc/meminfo: memFree=22064612/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2918080 CPUtime=1801.11 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 654504 0 0 0 179924 187 0 0 20 0 1 0 344065570 2988113920 706308 33554432000 4194304 8395647 140734176258384 140734176253376 5827869 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 729520 706308 622 1026 0 728490 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 2918080

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13350
/proc/meminfo: memFree=22064232/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2918080 CPUtime=1801.52 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 654504 0 0 0 179965 187 0 0 20 0 1 0 344065570 2988113920 706308 33554432000 4194304 8395647 140734176258384 140734176253376 5827844 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 729520 706308 622 1026 0 728490 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 2918080

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13350
/proc/meminfo: memFree=22064232/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2918080 CPUtime=1801.91 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 654504 0 0 0 180004 187 0 0 20 0 1 0 344065570 2988113920 706308 33554432000 4194304 8395647 140734176258384 140734176253376 5827831 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 729520 706308 622 1026 0 728490 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 2918080

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13350
/proc/meminfo: memFree=22064232/32873844 swapFree=7128/7128
[pid=13293] ppid=13291 vsize=2918080 CPUtime=1802.01 cores=1,3,5,7
/proc/13293/stat : 13293 (pbscip.linux.x8) R 13291 13293 11206 0 -1 4202496 654504 0 0 0 180014 187 0 0 20 0 1 0 344065570 2988113920 706308 33554432000 4194304 8395647 140734176258384 140734176253376 5827831 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/13293/statm: 729520 706308 622 1026 0 728490 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2918080

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.36
CPU time (s): 1802.08
CPU user time (s): 1800.15
CPU system time (s): 1.92671
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 2949972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.15
system time used= 1.92671
maximum resident set size= 2852604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 654504
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= 14
involuntary context switches= 1853

runsolver used 3.12552 second user time and 8.84865 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 05:19:46
IDJOB=3743194
IDBENCH=90888
IDSOLVER=2326
FILE ID=node105/3743194-1338779985
RUNJOBID= node105-1338749876-11223
PBS_JOBID= 14636807
Free space on /tmp= 71236 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_10null20mast_rapportOE2.0_TMAX60_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-3743194-1338779985/watcher-3743194-1338779985 -o /tmp/evaluation-result-3743194-1338779985/solver-3743194-1338779985 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743194-1338779985.opb -t 1800 -m 15500

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

MD5SUM BENCH= 021b67803848f7a62860711c4015132a
RANDOM SEED=432942053

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24622752 kB
Buffers:          572544 kB
Cached:          3790824 kB
SwapCached:         1700 kB
Active:          4118372 kB
Inactive:        3242204 kB
Active(anon):    2993008 kB
Inactive(anon):     4800 kB
Active(file):    1125364 kB
Inactive(file):  3237404 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             37672 kB
Writeback:             0 kB
AnonPages:       3093008 kB
Mapped:            11136 kB
Shmem:                 0 kB
Slab:             745028 kB
SReclaimable:     186776 kB
SUnreclaim:       558252 kB
KernelStack:        1472 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3166580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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= 71204 MiB
End job on node105 at 2012-06-04 05:49:48