Trace number 3744221

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.11 1802.39

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_3_mh.opb
MD5SUM4273e955958a743706e74dd6bd0f6af5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3903525
Best CPU time to get the best result obtained on this benchmark1801.36
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
Number of bits of the biggest sum of numbers36
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-3744221-1338803276.opb>
4.59/4.64	c original problem has 250200 variables (250200 bin, 0 int, 0 impl, 0 cont) and 605407 constraints
4.59/4.64	c problem read
4.59/4.64	c presolving settings loaded
5.99/6.05	c presolving:
8.49/8.50	c (round 1) 10000 del vars, 4903 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 1188350 impls, 1 clqs
13.19/13.22	c (round 2) 10000 del vars, 6128 del conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 1188350 impls, 1 clqs
127.87/127.98	c    (123.3s) probing: 1000/240200 (0.4%) - 0 fixings, 0 aggregations, 357821 implications, 0 bound changes
239.15/239.25	c    (234.6s) probing: 2000/240200 (0.8%) - 0 fixings, 0 aggregations, 414549 implications, 0 bound changes
239.25/239.37	c    (234.7s) probing: 2001/240200 (0.8%) - 0 fixings, 0 aggregations, 414586 implications, 0 bound changes
239.25/239.37	c    (234.7s) probing aborted: 2000/2000 successive useless probings
239.25/239.38	c presolving (3 rounds):
239.25/239.38	c  10000 deleted vars, 6128 deleted constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
239.25/239.38	c  36969234 implications, 1 cliques
239.25/239.38	c presolved problem has 240200 variables (240200 bin, 0 int, 0 impl, 0 cont) and 599279 constraints
239.25/239.38	c  121425 constraints of type <knapsack>
239.25/239.38	c  356526 constraints of type <setppc>
239.25/239.38	c       3 constraints of type <linear>
239.25/239.38	c  121325 constraints of type <logicor>
239.25/239.38	c transformed objective value is always integral (scale: 1)
239.25/239.38	c Presolving Time: 233.76
239.25/239.38	c - non default parameters ----------------------------------------------------------------------
239.25/239.38	c # SCIP version 1.2.1.3
239.25/239.38	c 
239.25/239.38	c # frequency for displaying node information lines
239.25/239.38	c # [type: int, range: [-1,2147483647], default: 100]
239.25/239.38	c display/freq = 10000
239.25/239.38	c 
239.25/239.38	c # maximal time in seconds to run
239.25/239.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
239.25/239.38	c limits/time = 1785.37
239.25/239.38	c 
239.25/239.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
239.25/239.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
239.25/239.38	c limits/memory = 13950
239.25/239.38	c 
239.25/239.38	c # default clock type (1: CPU user seconds, 2: wall clock time)
239.25/239.38	c # [type: int, range: [1,2], default: 1]
239.25/239.38	c timing/clocktype = 2
239.25/239.38	c 
239.25/239.38	c # should presolving try to simplify inequalities
239.25/239.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
239.25/239.38	c constraints/linear/simplifyinequalities = TRUE
239.25/239.38	c 
239.25/239.38	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
239.25/239.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
239.25/239.38	c constraints/indicator/addCouplingCons = TRUE
239.25/239.38	c 
239.25/239.38	c # should presolving try to simplify knapsacks
239.25/239.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
239.25/239.38	c constraints/knapsack/simplifyinequalities = TRUE
239.25/239.38	c 
239.25/239.38	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
239.25/239.38	c # [type: int, range: [-1,2147483647], default: -1]
239.25/239.38	c separating/rapidlearning/freq = 0
239.25/239.38	c 
239.25/239.38	c -----------------------------------------------------------------------------------------------
239.25/239.38	c start solving
239.35/239.45	c 
333.83/333.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.83/333.97	c   329s|     1 |     0 |  8228 |     - |2412M|   0 | 799 | 240k| 599k| 240k| 599k|   0 |   0 |   0 | 4.757633e+05 |      --      |    Inf 
1042.12/1042.38	c  1038s|     1 |     0 | 19742 |     - |2443M|   0 | 883 | 240k| 599k| 240k| 599k|  61 |   0 |   0 | 5.224616e+05 |      --      |    Inf 
1402.56/1402.88	c  1398s|     1 |     0 | 20781 |     - |2457M|   0 | 926 | 240k| 599k| 240k| 599k| 124 |   0 |   0 | 5.381234e+05 |      --      |    Inf 
1789.11/1789.40	c  1785s|     1 |     0 | 21112 |     - |2459M|   0 | 873 | 240k| 599k| 240k| 599k| 137 |   0 |   0 | 5.384532e+05 |      --      |    Inf 
1800.01/1800.30	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3744221-1338803276/watcher-3744221-1338803276 -o /tmp/evaluation-result-3744221-1338803276/solver-3744221-1338803276 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744221-1338803276.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 1.00 1.26 1.63 3/176 14687
/proc/meminfo: memFree=25864324/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=7916 CPUtime=0 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 1242 0 0 0 0 0 0 0 20 0 1 0 346456171 8105984 1188 33554432000 4194304 8395647 140734249282304 140733203680888 7385025 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 1979 1189 370 1026 0 949 0

[startup+0.00976009 s]
/proc/loadavg: 1.00 1.26 1.63 3/176 14687
/proc/meminfo: memFree=25864324/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=10032 CPUtime=0 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 1776 0 0 0 0 0 0 0 20 0 1 0 346456171 10272768 1721 33554432000 4194304 8395647 140734249282304 140733203680888 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 2508 1721 375 1026 0 1478 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10032

[startup+0.100278 s]
/proc/loadavg: 1.00 1.26 1.63 3/176 14687
/proc/meminfo: memFree=25864324/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=48360 CPUtime=0.09 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 11288 0 0 0 8 1 0 0 20 0 1 0 346456171 49520640 11228 33554432000 4194304 8395647 140734249282304 140733203680888 4246004 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 12090 11228 387 1026 0 11060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48360

[startup+0.300275 s]
/proc/loadavg: 1.00 1.26 1.63 3/176 14687
/proc/meminfo: memFree=25864324/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=104576 CPUtime=0.29 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 25288 0 0 0 26 3 0 0 20 0 1 0 346456171 107085824 25228 33554432000 4194304 8395647 140734249282304 140733203680888 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 26144 25228 394 1026 0 25114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104576

[startup+0.700275 s]
/proc/loadavg: 1.00 1.26 1.63 3/176 14687
/proc/meminfo: memFree=25864324/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=150744 CPUtime=0.69 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 36766 0 0 0 64 5 0 0 20 0 1 0 346456171 154361856 36707 33554432000 4194304 8395647 140734249282304 140733203680888 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 37686 36707 394 1026 0 36656 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150744

[startup+1.50027 s]
/proc/loadavg: 1.00 1.26 1.63 3/177 14688
/proc/meminfo: memFree=25560144/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=245400 CPUtime=1.49 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 60380 0 0 0 141 8 0 0 20 0 1 0 346456171 251289600 60320 33554432000 4194304 8395647 140734249282304 140734249147512 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 61350 60320 394 1026 0 60320 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245400

[startup+3.10027 s]
/proc/loadavg: 1.08 1.27 1.63 3/177 14688
/proc/meminfo: memFree=25391356/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=324000 CPUtime=3.08 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 80063 0 0 0 298 10 0 0 20 0 1 0 346456171 331776000 80003 33554432000 4194304 8395647 140734249282304 140734249147512 7301433 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 81000 80003 394 1026 0 79970 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 324000

[startup+6.30028 s]
/proc/loadavg: 1.08 1.27 1.63 3/177 14688
/proc/meminfo: memFree=24641536/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=1044004 CPUtime=6.28 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 257943 0 0 0 594 34 0 0 20 0 1 0 346456171 1069060096 257529 33554432000 4194304 8395647 140734249282304 140734249279592 5041492 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 261001 257529 475 1026 0 259971 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1044004

[startup+12.7003 s]
/proc/loadavg: 1.22 1.29 1.64 3/177 14688
/proc/meminfo: memFree=24183024/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=1366952 CPUtime=12.69 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 336890 0 0 0 1226 43 0 0 20 0 1 0 346456171 1399758848 336150 33554432000 4194304 8395647 140734249282304 140734249278056 4969137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 341738 336150 483 1026 0 340708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1366952

[startup+25.5003 s]
/proc/loadavg: 1.34 1.31 1.64 3/177 14688
/proc/meminfo: memFree=23316372/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=2078252 CPUtime=25.49 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 514446 0 0 0 2481 68 0 0 20 0 1 0 346456171 2128130048 513629 33554432000 4194304 8395647 140734249282304 140734249277768 6080692 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 519563 513629 496 1026 0 518533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2078252

[startup+51.1003 s]
/proc/loadavg: 1.56 1.37 1.65 3/177 14688
/proc/meminfo: memFree=22672752/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=2569124 CPUtime=51.09 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 635315 0 0 0 5024 85 0 0 20 0 1 0 346456171 2630782976 636657 33554432000 4194304 8395647 140734249282304 140734249278168 5608258 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 642281 636657 508 1026 0 641251 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2569124

[startup+102.307 s]
/proc/loadavg: 1.86 1.49 1.67 3/177 14689
/proc/meminfo: memFree=22500360/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=2578332 CPUtime=102.28 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 637617 0 0 0 10143 85 0 0 20 0 1 0 346456171 2640211968 638959 33554432000 4194304 8395647 140734249282304 140734249278376 5210321 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 644583 638959 508 1026 0 643553 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2578332

[startup+162.3 s]
/proc/loadavg: 2.02 1.59 1.69 3/178 14692
/proc/meminfo: memFree=22433004/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=2583452 CPUtime=162.27 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 638922 0 0 0 16142 85 0 0 20 0 1 0 346456171 2645454848 640264 33554432000 4194304 8395647 140734249282304 140734249278088 5210321 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 645863 640264 514 1026 0 644833 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2583452

[startup+222.3 s]
/proc/loadavg: 2.01 1.66 1.71 3/177 14692
/proc/meminfo: memFree=22359064/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=2635656 CPUtime=222.25 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 651973 0 0 0 22139 86 0 0 20 0 1 0 346456171 2698911744 653315 33554432000 4194304 8395647 140734249282304 140734249278168 5210338 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 658914 653315 514 1026 0 657884 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2635656

[startup+282.3 s]
/proc/loadavg: 2.00 1.72 1.73 3/177 14692
/proc/meminfo: memFree=21542888/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3541160 CPUtime=282.24 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 769607 0 0 0 28108 116 0 0 20 0 1 0 346456171 3626147840 855133 33554432000 4194304 8395647 140734249282304 140734249277768 6752909 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 885290 855133 584 1026 0 884260 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3541160

[startup+342.3 s]
/proc/loadavg: 2.00 1.77 1.74 3/177 14692
/proc/meminfo: memFree=21510960/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3562756 CPUtime=342.24 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 771361 0 0 0 34102 122 0 0 20 0 1 0 346456171 3648262144 858835 33554432000 4194304 8395647 140734249282304 140734249276824 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 890689 858835 590 1026 0 889659 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3562756

[startup+402.3 s]
/proc/loadavg: 2.11 1.84 1.76 3/177 14693
/proc/meminfo: memFree=21487724/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3533836 CPUtime=402.23 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 774785 0 0 0 40096 127 0 0 20 0 1 0 346456171 3618648064 863510 33554432000 4194304 8395647 140734249282304 140734249276952 6378455 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 883459 863510 590 1026 0 882429 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3533836

[startup+462.3 s]
/proc/loadavg: 2.11 1.88 1.78 3/177 14693
/proc/meminfo: memFree=21443072/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3612416 CPUtime=462.22 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 775485 0 0 0 46091 131 0 0 20 0 1 0 346456171 3699113984 874345 33554432000 4194304 8395647 140734249282304 140734249276824 6708222 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 903104 874345 590 1026 0 902074 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3612416

[startup+522.3 s]
/proc/loadavg: 2.04 1.90 1.79 3/177 14693
/proc/meminfo: memFree=21439648/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3613120 CPUtime=522.21 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 775656 0 0 0 52089 132 0 0 20 0 1 0 346456171 3699834880 875027 33554432000 4194304 8395647 140734249282304 140734249276952 6708477 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 903280 875027 590 1026 0 902250 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3613120

[startup+582.3 s]
/proc/loadavg: 2.01 1.92 1.80 3/177 14693
/proc/meminfo: memFree=21417192/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3616144 CPUtime=582.2 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 776451 0 0 0 58087 133 0 0 20 0 1 0 346456171 3702931456 875822 33554432000 4194304 8395647 140734249282304 140734249276056 6709509 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 904036 875822 590 1026 0 903006 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3616144

[startup+642.3 s]

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

/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 787441 0 0 0 106068 144 0 0 20 0 1 0 346456171 3873865728 927145 33554432000 4194304 8395647 140734249282304 140734249277544 6440888 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945768 927145 626 1026 0 944738 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3783072

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/177 14721
/proc/meminfo: memFree=21208652/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3783072 CPUtime=1122.11 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 787560 0 0 0 112065 146 0 0 20 0 1 0 346456171 3873865728 927770 33554432000 4194304 8395647 140734249282304 140734249277592 5827855 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945768 927770 626 1026 0 944738 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3783072

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/177 14721
/proc/meminfo: memFree=21207936/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3783072 CPUtime=1182.1 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 787561 0 0 0 118064 146 0 0 20 0 1 0 346456171 3873865728 927952 33554432000 4194304 8395647 140734249282304 140734249277592 5849658 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945768 927952 626 1026 0 944738 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3783072

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/177 14721
/proc/meminfo: memFree=21207592/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3783072 CPUtime=1242.09 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 787561 0 0 0 124063 146 0 0 20 0 1 0 346456171 3873865728 927952 33554432000 4194304 8395647 140734249282304 140734249277592 5849658 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945768 927952 626 1026 0 944738 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3783072

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/177 14722
/proc/meminfo: memFree=21207496/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3783072 CPUtime=1302.09 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 787561 0 0 0 130063 146 0 0 20 0 1 0 346456171 3873865728 927952 33554432000 4194304 8395647 140734249282304 140734249277592 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945768 927952 626 1026 0 944738 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3783072

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/178 14725
/proc/meminfo: memFree=21193812/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3783072 CPUtime=1362.07 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 787561 0 0 0 136061 146 0 0 20 0 1 0 346456171 3873865728 927952 33554432000 4194304 8395647 140734249282304 140734249277592 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945768 927952 626 1026 0 944738 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3783072

[startup+1422.31 s]
/proc/loadavg: 2.06 1.99 1.90 3/177 14725
/proc/meminfo: memFree=21174136/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3780308 CPUtime=1422.08 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 789604 0 0 0 142057 151 0 0 20 0 1 0 346456171 3871035392 928314 33554432000 4194304 8395647 140734249282304 140734249277544 6440482 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945077 928314 626 1026 0 944047 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3780308

[startup+1482.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/177 14725
/proc/meminfo: memFree=21169080/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3780308 CPUtime=1482.06 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 789604 0 0 0 148053 153 0 0 20 0 1 0 346456171 3871035392 928314 33554432000 4194304 8395647 140734249282304 140734249277544 6124443 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945077 928314 626 1026 0 944047 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3780308

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 14725
/proc/meminfo: memFree=21161480/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3780308 CPUtime=1542.05 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 789604 0 0 0 154051 154 0 0 20 0 1 0 346456171 3871035392 928314 33554432000 4194304 8395647 140734249282304 140734249277592 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945077 928314 626 1026 0 944047 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3780308

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/176 14725
/proc/meminfo: memFree=21153828/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3780308 CPUtime=1602.04 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 789604 0 0 0 160050 154 0 0 20 0 1 0 346456171 3871035392 928314 33554432000 4194304 8395647 140734249282304 140734249277592 5849694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945077 928314 626 1026 0 944047 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3780308

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 14726
/proc/meminfo: memFree=21144176/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3780308 CPUtime=1662.03 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 789604 0 0 0 166049 154 0 0 20 0 1 0 346456171 3871035392 928314 33554432000 4194304 8395647 140734249282304 140734249277592 5849675 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945077 928314 626 1026 0 944047 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3780308

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 1.91 3/177 14726
/proc/meminfo: memFree=21134532/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3780308 CPUtime=1722.02 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 789604 0 0 0 172048 154 0 0 20 0 1 0 346456171 3871035392 928314 33554432000 4194304 8395647 140734249282304 140734249277592 7382137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945077 928314 626 1026 0 944047 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3780308

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 14726
/proc/meminfo: memFree=21126748/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3780308 CPUtime=1782.01 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 789604 0 0 0 178047 154 0 0 20 0 1 0 346456171 3871035392 928314 33554432000 4194304 8395647 140734249282304 140734249277592 5852534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 945077 928314 626 1026 0 944047 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3780308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 14764
/proc/meminfo: memFree=22088664/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3813364 CPUtime=1800.01 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 790498 0 0 0 179846 155 0 0 20 0 1 0 346456171 3904884736 936202 33554432000 4194304 8395647 140734249282304 140734249276920 6013877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 953341 936202 626 1026 0 952311 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3813364

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14687

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 14765
/proc/meminfo: memFree=22088664/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3813364 CPUtime=1801.11 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 790498 0 0 0 179956 155 0 0 20 0 1 0 346456171 3904884736 936202 33554432000 4194304 8395647 140734249282304 140734249275584 4904030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 953341 936202 626 1026 0 952311 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 3813364

[startup+1801.81 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 14765
/proc/meminfo: memFree=22088036/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3813364 CPUtime=1801.51 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 790498 0 0 0 179996 155 0 0 20 0 1 0 346456171 3904884736 936202 33554432000 4194304 8395647 140734249282304 140734249275584 6013880 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 953341 936202 626 1026 0 952311 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 3813364

[startup+1802.2 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 14765
/proc/meminfo: memFree=22088036/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3813364 CPUtime=1801.91 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 790498 0 0 0 180036 155 0 0 20 0 1 0 346456171 3904884736 936202 33554432000 4194304 8395647 140734249282304 140734249275584 6013877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 953341 936202 626 1026 0 952311 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 3813364

[startup+1802.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 14765
/proc/meminfo: memFree=22088036/32873844 swapFree=7628/7628
[pid=14687] ppid=14685 vsize=3813364 CPUtime=1802.01 cores=0,2,4,6
/proc/14687/stat : 14687 (pbscip.linux.x8) R 14685 14687 13522 0 -1 4202496 790498 0 0 0 180046 155 0 0 20 0 1 0 346456171 3904884736 936202 33554432000 4194304 8395647 140734249282304 140734249275584 6013880 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/14687/statm: 953341 936202 626 1026 0 952311 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3813364

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.39
CPU time (s): 1802.11
CPU user time (s): 1800.47
CPU system time (s): 1.63975
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 3869560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.47
system time used= 1.63975
maximum resident set size= 3763564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 1855

runsolver used 6.65199 second user time and 10.2424 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-04 11:47:56
IDJOB=3744221
IDBENCH=92708
IDSOLVER=2326
FILE ID=node107/3744221-1338803276
RUNJOBID= node107-1338803276-14659
PBS_JOBID= 14636851
Free space on /tmp= 70568 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-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_3_mh.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-3744221-1338803276/watcher-3744221-1338803276 -o /tmp/evaluation-result-3744221-1338803276/solver-3744221-1338803276 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3744221-1338803276.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4273e955958a743706e74dd6bd0f6af5
RANDOM SEED=1865767246

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25876476 kB
Buffers:         1024980 kB
Cached:          5009868 kB
SwapCached:           76 kB
Active:          2910064 kB
Inactive:        3191280 kB
Active(anon):      56712 kB
Inactive(anon):    11060 kB
Active(file):    2853352 kB
Inactive(file):  3180220 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             49288 kB
Writeback:             0 kB
AnonPages:         72672 kB
Mapped:            15600 kB
Shmem:               184 kB
Slab:             754456 kB
SReclaimable:     194680 kB
SUnreclaim:       559776 kB
KernelStack:        1384 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70560 MiB
End job on node107 at 2012-06-04 12:17:59