Trace number 3741773

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.11 1802.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/kullmann/
normalized-mul_8_14_shg.opb
MD5SUM51f05ba8c6bfc8514831781916e08929
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark1797.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14300
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint93
Number of terms in the objective function 14300
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14300
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14300
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.99/4.01	c SCIP version 1.1.0.7
3.99/4.01	c LP-Solver SoPlex 1.4.1
3.99/4.01	c user parameter file <scip.set> not found - using default parameters
3.99/4.01	c read problem <HOME/instance-3741773-1338773679.opb>
3.99/4.01	c original problem has 14300 variables (14300 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
5.28/5.33	c start presolving problem
5.28/5.33	c presolving:
7.38/7.41	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 65280 upgd conss, 0 impls, 0 clqs
7.69/7.78	c    (3.5s) probing: 101/14300 (0.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
7.69/7.78	c    (3.5s) probing aborted: 100/100 successive totally useless probings
7.69/7.78	c presolving (2 rounds):
7.69/7.78	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.69/7.78	c  0 implications, 0 cliques
7.69/7.78	c presolved problem has 14300 variables (14300 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
7.69/7.78	c   65280 constraints of type <logicor>
7.69/7.78	c transformed objective value is always integral (scale: 1)
7.69/7.78	c Presolving Time: 2.40
7.69/7.79	c strange?!, PURESAT with obj
7.69/7.79	c -----------------------------------------------------------------------------------------------
7.69/7.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.69/7.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.69/7.79	c limits/memory = c 13950
7.69/7.79	c # maximal time in seconds to run
7.69/7.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.69/7.79	c limits/time = c 1791
7.69/7.79	c # frequency for displaying node information lines
7.69/7.79	c # [type: int, range: [-1,2147483647], default: 100]
7.69/7.79	c display/freq = c 10000
7.69/7.79	c -----------------------------------------------------------------------------------------------
7.69/7.79	c start solving problem
7.69/7.79	c 
336.72/336.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.72/336.86	c   332s|     1 |     0 | 25513 | 578M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |   0 | 4.200000e+01 |      --      |    Inf 
336.72/336.86	o 144
336.72/336.86	c r 332s|     1 |     0 | 25513 | 579M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |   0 | 4.200000e+01 | 1.440000e+02 | 242.86%
336.82/336.91	o 143
336.82/336.91	c R 332s|     1 |     0 | 25513 | 579M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |   0 | 4.200000e+01 | 1.430000e+02 | 240.48%
336.82/336.97	o 142
336.82/336.97	c s 332s|     1 |     0 | 25513 | 580M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |   0 | 4.200000e+01 | 1.420000e+02 | 238.10%
385.92/386.09	o 88
385.92/386.09	c k 381s|     1 |     0 | 25513 | 580M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |   0 | 4.200000e+01 | 8.800000e+01 | 109.52%
419.21/419.35	o 72
419.21/419.35	c E 414s|     1 |     0 | 25513 | 580M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |   0 | 4.200000e+01 | 7.200000e+01 |  71.43%
419.41/419.57	c   414s|     1 |     0 | 25513 | 580M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |   0 | 4.200000e+01 | 7.200000e+01 |  71.43%
864.34/864.56	c   858s|     1 |     2 | 25513 | 580M|   0 | 144 |  14k|  65k|  65k|  14k|  65k|   0 |   0 |  37 | 4.200000e+01 | 7.200000e+01 |  71.43%

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-3741773-1338773679/watcher-3741773-1338773679 -o /tmp/evaluation-result-3741773-1338773679/solver-3741773-1338773679 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741773-1338773679.opb 

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/177 29778
/proc/meminfo: memFree=27955776/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=6124 CPUtime=0 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 921 0 0 0 0 0 0 0 20 0 1 0 343492609 6270976 874 33554432000 4194304 7823515 140737219290016 140737219222200 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 1531 874 330 887 0 641 0

[startup+0.0741571 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29778
/proc/meminfo: memFree=27955776/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=20492 CPUtime=0.06 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 4510 0 0 0 6 0 0 0 20 0 1 0 343492609 20983808 4459 33554432000 4194304 7823515 140737219290016 140737219222200 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 5123 4459 354 887 0 4233 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20492

[startup+0.100352 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29778
/proc/meminfo: memFree=27955776/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=21568 CPUtime=0.09 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 4758 0 0 0 8 1 0 0 20 0 1 0 343492609 22085632 4707 33554432000 4194304 7823515 140737219290016 140737219222200 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 5392 4707 354 887 0 4502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21568

[startup+0.300266 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29778
/proc/meminfo: memFree=27955776/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=27732 CPUtime=0.29 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 6312 0 0 0 28 1 0 0 20 0 1 0 343492609 28397568 6261 33554432000 4194304 7823515 140737219290016 140737219222200 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 6933 6261 354 887 0 6043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27732

[startup+0.700252 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29778
/proc/meminfo: memFree=27955776/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=40676 CPUtime=0.68 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 9531 0 0 0 66 2 0 0 20 0 1 0 343492609 41652224 9480 33554432000 4194304 7823515 140737219290016 140737219156120 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 10169 9480 354 887 0 9279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40676

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29779
/proc/meminfo: memFree=27911748/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=63164 CPUtime=1.49 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 15146 0 0 0 145 4 0 0 20 0 1 0 343492609 64679936 15095 33554432000 4194304 7823515 140737219290016 140737219156120 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 15791 15095 354 887 0 14901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63164

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29779
/proc/meminfo: memFree=27877384/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=107292 CPUtime=3.09 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 26194 0 0 0 302 7 0 0 20 0 1 0 343492609 109867008 26143 33554432000 4194304 7823515 140737219290016 140737219156120 6957168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 26823 26143 354 887 0 25933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107292

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29779
/proc/meminfo: memFree=27262096/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=705888 CPUtime=6.29 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 174991 0 0 0 598 31 0 0 20 0 1 0 343492609 722829312 173999 33554432000 4194304 7823515 140737219290016 140737219286952 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 176472 173999 416 887 0 175582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 705888

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 29779
/proc/meminfo: memFree=26730004/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1368308 CPUtime=12.69 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 261318 0 0 0 1214 55 0 0 20 0 1 0 343492609 1401147392 309117 33554432000 4194304 7823515 140737219290016 140737219284680 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 342077 309117 501 887 0 341187 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1368308

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 29780
/proc/meminfo: memFree=26704356/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1383620 CPUtime=25.48 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 262388 0 0 0 2491 57 0 0 20 0 1 0 343492609 1416826880 312708 33554432000 4194304 7823515 140737219290016 140737219284456 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 345905 312708 504 887 0 345015 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1383620

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 29780
/proc/meminfo: memFree=26702216/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1387428 CPUtime=51.08 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 263005 0 0 0 5050 58 0 0 20 0 1 0 343492609 1420726272 313111 33554432000 4194304 7823515 140737219290016 140737219285352 6211578 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 346857 313111 504 887 0 345967 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1387428

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29781
/proc/meminfo: memFree=26700284/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1388940 CPUtime=102.28 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 263041 0 0 0 10167 61 0 0 20 0 1 0 343492609 1422274560 313219 33554432000 4194304 7823515 140737219290016 140737219285352 6212552 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 347235 313219 504 887 0 346345 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1388940

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 29781
/proc/meminfo: memFree=26698080/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1395548 CPUtime=162.25 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 263501 0 0 0 16160 65 0 0 20 0 1 0 343492609 1429041152 313675 33554432000 4194304 7823515 140737219290016 140737219285352 6212418 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 348887 313675 504 887 0 347997 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1395548

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 29781
/proc/meminfo: memFree=26676896/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1417136 CPUtime=222.24 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 266381 0 0 0 22155 69 0 0 20 0 1 0 343492609 1451147264 318685 33554432000 4194304 7823515 140737219290016 140737219285352 6212418 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 354284 318685 504 887 0 353394 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1417136

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29781
/proc/meminfo: memFree=26672956/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1419832 CPUtime=282.24 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 266593 0 0 0 28152 72 0 0 20 0 1 0 343492609 1453907968 319362 33554432000 4194304 7823515 140737219290016 140737219284456 6212400 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 354958 319362 504 887 0 354068 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1419832

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29985
/proc/meminfo: memFree=26671372/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1421700 CPUtime=342.22 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 267038 0 0 0 34147 75 0 0 20 0 1 0 343492609 1455820800 320000 33554432000 4194304 7823515 140737219290016 140737219285112 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 355425 320000 519 887 0 354535 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 1421700

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29986
/proc/meminfo: memFree=25998056/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=2116148 CPUtime=402.21 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 430548 0 0 0 40101 120 0 0 20 0 1 0 343492609 2166935552 487821 33554432000 4194304 7823515 140737219290016 140737219284296 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 529037 487821 551 887 0 528147 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2116148

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29986
/proc/meminfo: memFree=26669388/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1421784 CPUtime=462.21 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 430560 0 0 0 46078 143 0 0 20 0 1 0 343492609 1455906816 320133 33554432000 4194304 7823515 140737219290016 140737219285208 5575805 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 355446 320133 556 887 0 354556 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1421784

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29986
/proc/meminfo: memFree=26716584/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1407848 CPUtime=522.19 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 455588 0 0 0 52059 160 0 0 20 0 1 0 343492609 1441636352 312549 33554432000 4194304 7823515 140737219290016 140737219284344 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 351962 312549 557 887 0 351072 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1407848

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29986
/proc/meminfo: memFree=26625556/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1432368 CPUtime=582.18 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 486596 0 0 0 58037 181 0 0 20 0 1 0 343492609 1466744832 330529 33554432000 4194304 7823515 140737219290016 140737219284712 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 358092 330529 557 887 0 357202 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1432368

[startup+642.3 s]

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

/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 656582 0 0 0 99923 288 0 0 20 0 1 0 343492609 1465876480 330549 33554432000 4194304 7823515 140737219290016 140737219284712 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 357880 330549 557 887 0 356990 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 1431520

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30029
/proc/meminfo: memFree=25368160/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1407304 CPUtime=1062.1 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 676740 0 0 0 105907 303 0 0 20 0 1 0 343492609 1441079296 313361 33554432000 4194304 7823515 140737219290016 140737219284712 6211707 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 351826 313361 557 887 0 350936 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 1407304

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30029
/proc/meminfo: memFree=25383360/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1407304 CPUtime=1122.09 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 699312 0 0 0 111891 318 0 0 20 0 1 0 343492609 1441079296 313457 33554432000 4194304 7823515 140737219290016 140737219285352 6212552 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 351826 313457 557 887 0 350936 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1407304

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30029
/proc/meminfo: memFree=25373544/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1401176 CPUtime=1182.08 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 702371 0 0 0 117885 323 0 0 20 0 1 0 343492609 1434804224 312520 33554432000 4194304 7823515 140737219290016 140737219284712 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350294 312520 557 887 0 349404 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 1401176

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30029
/proc/meminfo: memFree=25360540/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1401176 CPUtime=1242.08 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 731482 0 0 0 123868 340 0 0 20 0 1 0 343492609 1434804224 311937 33554432000 4194304 7823515 140737219290016 140737219284344 6212430 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350294 311937 557 887 0 349404 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1401176

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30029
/proc/meminfo: memFree=25360256/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1401176 CPUtime=1302.08 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 767161 0 0 0 129848 360 0 0 20 0 1 0 343492609 1434804224 312047 33554432000 4194304 7823515 140737219290016 140737219285128 6212437 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350294 312047 557 887 0 349404 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1401176

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30030
/proc/meminfo: memFree=25361420/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1401176 CPUtime=1362.06 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 811973 0 0 0 135822 384 0 0 20 0 1 0 343492609 1434804224 311955 33554432000 4194304 7823515 140737219290016 140737219284712 6211297 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350294 311955 557 887 0 349404 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1401176

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 30030
/proc/meminfo: memFree=25301936/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1474572 CPUtime=1422.05 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 833723 0 0 0 141806 399 0 0 20 0 1 0 343492609 1509961728 342539 33554432000 4194304 7823515 140737219290016 140737219285352 6234850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 368643 342539 557 887 0 367753 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1474572

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30030
/proc/meminfo: memFree=25357496/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1402872 CPUtime=1482.04 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 852123 0 0 0 147793 411 0 0 20 0 1 0 343492609 1436540928 312347 33554432000 4194304 7823515 140737219290016 140737219284712 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350718 312347 557 887 0 349828 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1402872

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 30033
/proc/meminfo: memFree=25288508/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1428200 CPUtime=1542.03 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 891414 0 0 0 153772 431 0 0 20 0 1 0 343492609 1462476800 329428 33554432000 4194304 7823515 140737219290016 140737219283560 6212552 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 357050 329428 557 887 0 356160 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1428200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30056
/proc/meminfo: memFree=25389676/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1402872 CPUtime=1602.02 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 926214 0 0 0 159751 451 0 0 20 0 1 0 343492609 1436540928 320120 33554432000 4194304 7823515 140737219290016 140737219285064 6237405 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350718 320120 557 887 0 349828 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1402872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30057
/proc/meminfo: memFree=25438032/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1396752 CPUtime=1662.01 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 955832 0 0 0 165731 470 0 0 20 0 1 0 343492609 1430274048 308917 33554432000 4194304 7823515 140737219290016 140737219284392 6234848 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 349188 308917 557 887 0 348298 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 1396752

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 30057
/proc/meminfo: memFree=25268384/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1443952 CPUtime=1722 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 970694 0 0 0 171722 478 0 0 20 0 1 0 343492609 1478606848 333777 33554432000 4194304 7823515 140737219290016 140737219285352 6234813 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 360988 333777 557 887 0 360098 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1443952

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 30057
/proc/meminfo: memFree=25381384/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1400132 CPUtime=1781.99 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 987986 0 0 0 177709 490 0 0 20 0 1 0 343492609 1433735168 322085 33554432000 4194304 7823515 140737219290016 140737219285176 6211625 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350033 322085 557 887 0 349143 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1400132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30057
/proc/meminfo: memFree=25386024/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1400132 CPUtime=1800.1 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 995486 0 0 0 179514 496 0 0 20 0 1 0 343492609 1433735168 320391 33554432000 4194304 7823515 140737219290016 140737219284344 6257647 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350033 320391 557 887 0 349143 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1400132

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29778

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 30058
/proc/meminfo: memFree=25386024/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1400132 CPUtime=1801.09 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 995489 0 0 0 179613 496 0 0 20 0 1 0 343492609 1433735168 320394 33554432000 4194304 7823515 140737219290016 140737219284712 5924537 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350033 320394 557 887 0 349143 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 1400132

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 30058
/proc/meminfo: memFree=25383100/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1400132 CPUtime=1801.89 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 995489 0 0 0 179693 496 0 0 20 0 1 0 343492609 1433735168 320394 33554432000 4194304 7823515 140737219290016 140737219284712 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350033 320394 557 887 0 349143 0
Current children cumulated CPU time (s) 1801.89
Current children cumulated vsize (KiB) 1400132

[startup+1802.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 30058
/proc/meminfo: memFree=25383100/32873844 swapFree=7108/7108
[pid=29778] ppid=29776 vsize=1400132 CPUtime=1802.09 cores=1,3,5,7
/proc/29778/stat : 29778 (pbscip.linux.x8) R 29776 29778 26990 0 -1 4202496 995489 0 0 0 179713 496 0 0 20 0 1 0 343492609 1433735168 320394 33554432000 4194304 7823515 140737219290016 140737219284712 6908057 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29778/statm: 350033 320394 557 887 0 349143 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 1400132

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.41
CPU time (s): 1802.11
CPU user time (s): 1797.14
CPU system time (s): 4.96924
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 2167160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.14
system time used= 4.96924
maximum resident set size= 2017640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 995489
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= 42
involuntary context switches= 1854

runsolver used 3.04254 second user time and 8.47471 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-04 03:34:41
IDJOB=3741773
IDBENCH=89909
IDSOLVER=2321
FILE ID=node139/3741773-1338773679
RUNJOBID= node139-1338748983-27007
PBS_JOBID= 14636794
Free space on /tmp= 71044 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-mul_8_14_shg.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741773-1338773679/watcher-3741773-1338773679 -o /tmp/evaluation-result-3741773-1338773679/solver-3741773-1338773679 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741773-1338773679.opb

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

MD5SUM BENCH= 51f05ba8c6bfc8514831781916e08929
RANDOM SEED=1032803318

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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.750
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.750
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:        27956156 kB
Buffers:          516164 kB
Cached:          3433136 kB
SwapCached:          828 kB
Active:          1882984 kB
Inactive:        2157136 kB
Active(anon):      84540 kB
Inactive(anon):     7952 kB
Active(file):    1798444 kB
Inactive(file):  2149184 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             55436 kB
Writeback:             0 kB
AnonPages:         98460 kB
Mapped:            13920 kB
Shmem:                 8 kB
Slab:             736512 kB
SReclaimable:     178380 kB
SUnreclaim:       558132 kB
KernelStack:        1456 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     208180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 70988 MiB
End job on node139 at 2012-06-04 04:04:43