Trace number 3692951

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? (TO) 1802.06 1802.35

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-146.opb
MD5SUM132271a8a55b01af9ffef359148ae5e1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48417
Total number of constraints1121431
Number of constraints which are clauses1007614
Number of constraints which are cardinality constraints (but not clauses)3525
Number of constraints which are nor clauses,nor cardinality constraints110292
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692951-1338040917.opb>
2.99/3.04	c original problem has 48417 variables (48417 bin, 0 int, 0 impl, 0 cont) and 1121431 constraints
2.99/3.04	c problem read in 3.04
7.19/7.26	c presolving:
15.59/15.66	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1121419 upgd conss, 490280 impls, 1773 clqs
85.58/85.66	c    (85.6s) probing: 1000/48416 (2.1%) - 0 fixings, 0 aggregations, 248037 implications, 0 bound changes
85.68/85.73	c    (85.7s) probing: 1001/48416 (2.1%) - 0 fixings, 0 aggregations, 248039 implications, 0 bound changes
85.68/85.73	c    (85.7s) probing aborted: 1000/1000 successive useless probings
91.47/91.59	c presolving (2 rounds):
91.47/91.59	c  1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
91.47/91.59	c  986358 implications, 1773 cliques
91.47/91.59	c presolved problem has 48416 variables (48416 bin, 0 int, 0 impl, 0 cont) and 1121413 constraints
91.47/91.59	c  112042 constraints of type <knapsack>
91.47/91.59	c  237401 constraints of type <setppc>
91.47/91.59	c       2 constraints of type <linear>
91.47/91.59	c  771968 constraints of type <logicor>
91.47/91.59	c transformed objective value is always integral (scale: 1)
91.47/91.59	c Presolving Time: 87.69
91.47/91.59	c - non default parameters ----------------------------------------------------------------------
91.47/91.59	c # SCIP version 2.1.1.4
91.47/91.59	c 
91.47/91.59	c # maximal time in seconds to run
91.47/91.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
91.47/91.59	c limits/time = 1797
91.47/91.59	c 
91.47/91.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
91.47/91.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
91.47/91.59	c limits/memory = 13950
91.47/91.59	c 
91.47/91.59	c # default clock type (1: CPU user seconds, 2: wall clock time)
91.47/91.59	c # [type: int, range: [1,2], default: 1]
91.47/91.59	c timing/clocktype = 2
91.47/91.59	c 
91.47/91.59	c # belongs reading time to solving time?
91.47/91.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
91.47/91.59	c timing/reading = TRUE
91.47/91.59	c 
91.47/91.59	c -----------------------------------------------------------------------------------------------
91.47/91.59	c start solving
91.57/91.63	c 
155.56/155.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.56/155.68	c   156s|     1 |     0 |  6273 |     - |1742M|   0 |1422 |  48k|1121k|  48k|1121k|   0 |  40 |   0 | 0.000000e+00 |      --      |    Inf 

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-3692951-1338040917/watcher-3692951-1338040917 -o /tmp/evaluation-result-3692951-1338040917/solver-3692951-1338040917 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692951-1338040917.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/177 14625
/proc/meminfo: memFree=28222444/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 1288 0 0 0 0 0 0 0 20 0 1 0 270216725 10362880 1243 33554432000 4194304 10169799 140734314164176 140734514562056 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 2530 1243 409 1459 0 1062 0

[startup+0.0536001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14625
/proc/meminfo: memFree=28222444/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=17512 CPUtime=0.04 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 3131 0 0 0 4 0 0 0 20 0 1 0 270216725 17932288 3086 33554432000 4194304 10169799 140734314164176 140734514562056 8993866 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 4378 3086 409 1459 0 2910 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17512

[startup+0.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14625
/proc/meminfo: memFree=28222444/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=24376 CPUtime=0.09 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 4818 0 0 0 9 0 0 0 20 0 1 0 270216725 24961024 4773 33554432000 4194304 10169799 140734314164176 140734514562056 7138915 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 6094 4773 409 1459 0 4626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24376

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14625
/proc/meminfo: memFree=28222444/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=49836 CPUtime=0.29 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 11215 0 0 0 27 2 0 0 20 0 1 0 270216725 51032064 11170 33554432000 4194304 10169799 140734314164176 140734514562056 7170926 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 12459 11170 409 1459 0 10991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49836

[startup+0.70026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14625
/proc/meminfo: memFree=28222444/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=99548 CPUtime=0.69 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 23605 0 0 0 65 4 0 0 20 0 1 0 270216725 101937152 23560 33554432000 4194304 10169799 140734314164176 140734314030504 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 24887 23560 409 1459 0 23419 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99548

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14626
/proc/meminfo: memFree=28093212/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=198648 CPUtime=1.49 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 48367 0 0 0 141 8 0 0 20 0 1 0 270216725 203415552 48322 33554432000 4194304 10169799 140734314164176 140734314030504 8857787 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 49662 48322 409 1459 0 48194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198648

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14626
/proc/meminfo: memFree=27955316/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=395296 CPUtime=3.09 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 97264 0 0 0 295 14 0 0 20 0 1 0 270216725 404783104 97219 33554432000 4194304 10169799 140734314164176 140734314030504 7546690 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 98824 97219 454 1459 0 97356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 395296

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14626
/proc/meminfo: memFree=26979196/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=1509552 CPUtime=6.29 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 371495 0 0 0 575 54 0 0 20 0 1 0 270216725 1545781248 371366 33554432000 4194304 10169799 140734314164176 140734314161144 7543003 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 377388 371366 497 1459 0 375920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1509552

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14626
/proc/meminfo: memFree=26698344/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=1655408 CPUtime=12.69 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 479842 0 0 0 1125 144 0 0 20 0 1 0 270216725 1695137792 405704 33554432000 4194304 10169799 140734314164176 140734314162328 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 413852 405704 569 1459 0 412384 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1655408

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14626
/proc/meminfo: memFree=26685124/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=1574400 CPUtime=25.48 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 552293 0 0 0 2350 198 0 0 20 0 1 0 270216725 1612185600 384158 33554432000 4194304 10169799 140734314164176 140734314161688 4777712 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 393600 384158 616 1459 0 392132 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1574400

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14626
/proc/meminfo: memFree=26671112/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=1588720 CPUtime=51.08 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 555820 0 0 0 4908 200 0 0 20 0 1 0 270216725 1626849280 387685 33554432000 4194304 10169799 140734314164176 140734314161688 4777712 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 397180 387685 616 1459 0 395712 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1588720

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14626
/proc/meminfo: memFree=25560316/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=2793548 CPUtime=102.27 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 721512 0 0 0 9986 241 0 0 20 0 1 0 270216725 2860593152 664441 33554432000 4194304 10169799 140734314164176 140734314161208 6361361 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 698387 664441 697 1459 0 696919 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2793548

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 14626
/proc/meminfo: memFree=24990064/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3325064 CPUtime=162.26 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 842427 0 0 0 15922 304 0 0 20 0 1 0 270216725 3404865536 806720 33554432000 4194304 10169799 140734314164176 140734314156488 7704912 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 831266 806720 787 1459 0 829798 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3325064

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14626
/proc/meminfo: memFree=24948516/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3380792 CPUtime=222.25 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 847117 0 0 0 21899 326 0 0 20 0 1 0 270216725 3461931008 817229 33554432000 4194304 10169799 140734314164176 140734314155752 8009669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 845198 817229 787 1459 0 843730 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3380792

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14626
/proc/meminfo: memFree=24947800/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3381792 CPUtime=282.24 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 851645 0 0 0 27880 344 0 0 20 0 1 0 270216725 3462955008 817491 33554432000 4194304 10169799 140734314164176 140734314156488 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 845448 817491 787 1459 0 843980 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3381792

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14627
/proc/meminfo: memFree=24948636/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3381792 CPUtime=342.24 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 857606 0 0 0 33858 366 0 0 20 0 1 0 270216725 3462955008 817292 33554432000 4194304 10169799 140734314164176 140734314156488 8009802 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 845448 817292 787 1459 0 843980 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3381792

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14627
/proc/meminfo: memFree=24946332/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3381792 CPUtime=402.23 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 859766 0 0 0 39847 376 0 0 20 0 1 0 270216725 3462955008 817833 33554432000 4194304 10169799 140734314164176 140734314156632 8009519 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 845448 817833 790 1459 0 843980 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3381792

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14627
/proc/meminfo: memFree=24945624/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3381792 CPUtime=462.21 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 861529 0 0 0 45837 384 0 0 20 0 1 0 270216725 3462955008 817932 33554432000 4194304 10169799 140734314164176 140734314156632 8004379 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 845448 817932 790 1459 0 843980 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3381792

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14630
/proc/meminfo: memFree=25124316/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3381792 CPUtime=522.2 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 863328 0 0 0 51829 391 0 0 20 0 1 0 270216725 3462955008 817987 33554432000 4194304 10169799 140734314164176 140734314156456 8020208 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 845448 817987 790 1459 0 843980 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3381792

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14630
/proc/meminfo: memFree=25124308/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3381792 CPUtime=582.2 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 868179 0 0 0 57808 412 0 0 20 0 1 0 270216725 3462955008 817455 33554432000 4194304 10169799 140734314164176 140734314156200 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 845448 817455 790 1459 0 843980 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3381792

[startup+642.3 s]

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

/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 908780 0 0 0 105679 532 0 0 20 0 1 0 270216725 3669057536 860693 33554432000 4194304 10169799 140734314164176 140734314156456 7951600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 895766 860693 790 1459 0 894298 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3583064

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 14673
/proc/meminfo: memFree=25653840/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3583064 CPUtime=1122.11 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 910405 0 0 0 111673 538 0 0 20 0 1 0 270216725 3669057536 860149 33554432000 4194304 10169799 140734314164176 140734314156456 8020396 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 895766 860149 790 1459 0 894298 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3583064

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14673
/proc/meminfo: memFree=25643272/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3583064 CPUtime=1182.1 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 911502 0 0 0 117668 542 0 0 20 0 1 0 270216725 3669057536 860222 33554432000 4194304 10169799 140734314164176 140734314156632 8004488 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 895766 860222 790 1459 0 894298 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3583064

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14674
/proc/meminfo: memFree=25837580/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1242.08 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913309 0 0 0 123659 549 0 0 20 0 1 0 270216725 3430002688 810929 33554432000 4194304 10169799 140734314164176 140734314160712 7271364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 810929 807 1459 0 835935 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 3349612

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14674
/proc/meminfo: memFree=25836584/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1302.08 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913310 0 0 0 129659 549 0 0 20 0 1 0 270216725 3430002688 810930 33554432000 4194304 10169799 140734314164176 140734314160488 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 810930 808 1459 0 835935 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3349612

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14674
/proc/meminfo: memFree=25832864/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1362.06 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913310 0 0 0 135657 549 0 0 20 0 1 0 270216725 3430002688 810930 33554432000 4194304 10169799 140734314164176 140734314160488 7280655 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 810930 808 1459 0 835935 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3349612

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 14674
/proc/meminfo: memFree=25828832/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1422.06 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 141657 549 0 0 20 0 1 0 270216725 3430002688 811310 33554432000 4194304 10169799 140734314164176 140734314160488 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811310 808 1459 0 835935 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3349612

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14674
/proc/meminfo: memFree=25828704/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1482.05 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 147656 549 0 0 20 0 1 0 270216725 3430002688 811310 33554432000 4194304 10169799 140734314164176 140734314160488 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811310 808 1459 0 835935 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3349612

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14676
/proc/meminfo: memFree=25826260/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1542.04 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 153655 549 0 0 20 0 1 0 270216725 3430002688 811576 33554432000 4194304 10169799 140734314164176 140734314160488 7280655 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811576 808 1459 0 835935 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3349612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14676
/proc/meminfo: memFree=25822576/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1602.03 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 159654 549 0 0 20 0 1 0 270216725 3430002688 811893 33554432000 4194304 10169799 140734314164176 140734314160488 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811893 808 1459 0 835935 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3349612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14676
/proc/meminfo: memFree=25822480/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1662.02 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 165653 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314160488 7280635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3349612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14679
/proc/meminfo: memFree=25819524/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1722.01 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 171652 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314160488 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3349612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14679
/proc/meminfo: memFree=25817452/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1782 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 177651 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314160488 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3349612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14679
/proc/meminfo: memFree=25817668/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1800.01 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 179452 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314160488 7280635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3349612

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14625

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 14680
/proc/meminfo: memFree=25817288/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1801.1 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 179561 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314159552 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 3349612

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14680
/proc/meminfo: memFree=25817412/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1801.5 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 179601 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314159552 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 3349612

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14680
/proc/meminfo: memFree=25817412/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1801.9 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 179641 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314159552 7280635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 3349612

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14680
/proc/meminfo: memFree=25817412/32873844 swapFree=6856/6856
[pid=14625] ppid=14623 vsize=3349612 CPUtime=1802 cores=1,3,5,7
/proc/14625/stat : 14625 (scip-2.1.1.4sfi) R 14623 14625 11551 0 -1 4202496 913311 0 0 0 179651 549 0 0 20 0 1 0 270216725 3430002688 811905 33554432000 4194304 10169799 140734314164176 140734314159552 7280635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14625/statm: 837403 811905 808 1459 0 835935 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3349612

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.35
CPU time (s): 1802.06
CPU user time (s): 1796.52
CPU system time (s): 5.53616
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 3688208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.52
system time used= 5.53616
maximum resident set size= 3478704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 913311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31
involuntary context switches= 1853

runsolver used 7.14291 second user time and 13.308 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 16:01:58
IDJOB=3692951
IDBENCH=89637
IDSOLVER=2272
FILE ID=node144/3692951-1338040917
RUNJOBID= node144-1338028269-13523
PBS_JOBID= 14624331
Free space on /tmp= 71424 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-146.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692951-1338040917/watcher-3692951-1338040917 -o /tmp/evaluation-result-3692951-1338040917/solver-3692951-1338040917 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692951-1338040917.opb -t 1800 -m 15500

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

MD5SUM BENCH= 132271a8a55b01af9ffef359148ae5e1
RANDOM SEED=592445743

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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:        28222824 kB
Buffers:          264520 kB
Cached:          2528696 kB
SwapCached:            0 kB
Active:          1845632 kB
Inactive:        2027432 kB
Active(anon):    1081012 kB
Inactive(anon):        0 kB
Active(file):     764620 kB
Inactive(file):  2027432 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63460 kB
Writeback:             0 kB
AnonPages:       1087352 kB
Mapped:            17728 kB
Shmem:               200 kB
Slab:             638792 kB
SReclaimable:      81076 kB
SUnreclaim:       557716 kB
KernelStack:        1456 kB
PageTables:         6188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1203496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    964608 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= 71412 MiB
End job on node144 at 2012-05-26 16:32:01