Trace number 3743271

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.12 1802.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMcd577d7fe2c7600d8302daa2328d0cdf
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15627
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 188353
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 188353
Number of bits of the biggest sum of numbers18
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-3743271-1338781310.opb>
4.49/4.52	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
4.49/4.52	c problem read
4.49/4.53	c presolving settings loaded
6.29/6.31	c presolving:
9.49/9.59	c (round 1) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
10.49/10.54	c (round 2) 0 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1977 clqs
95.06/95.14	c (round 3) 676 del vars, 1977 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12261460 impls, 1977 clqs
95.46/95.54	c (round 4) 676 del vars, 2653 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 12265462 impls, 1977 clqs
95.96/96.01	c presolving (5 rounds):
95.96/96.01	c  676 deleted vars, 2653 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
95.96/96.01	c  12265462 implications, 1977 cliques
95.96/96.01	c presolved problem has 400220 variables (400220 bin, 0 int, 0 impl, 0 cont) and 400110 constraints
95.96/96.01	c       1 constraints of type <knapsack>
95.96/96.01	c   26425 constraints of type <setppc>
95.96/96.01	c  373684 constraints of type <logicor>
95.96/96.01	c transformed objective value is always integral (scale: 1)
95.96/96.01	c Presolving Time: 90.35
95.96/96.01	c - non default parameters ----------------------------------------------------------------------
95.96/96.01	c # SCIP version 1.2.1.3
95.96/96.01	c 
95.96/96.01	c # frequency for displaying node information lines
95.96/96.01	c # [type: int, range: [-1,2147483647], default: 100]
95.96/96.01	c display/freq = 10000
95.96/96.01	c 
95.96/96.01	c # maximal time in seconds to run
95.96/96.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
95.96/96.01	c limits/time = 1785.48
95.96/96.01	c 
95.96/96.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
95.96/96.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
95.96/96.01	c limits/memory = 13950
95.96/96.01	c 
95.96/96.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
95.96/96.01	c # [type: int, range: [1,2], default: 1]
95.96/96.01	c timing/clocktype = 2
95.96/96.01	c 
95.96/96.01	c # should presolving try to simplify inequalities
95.96/96.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
95.96/96.01	c constraints/linear/simplifyinequalities = TRUE
95.96/96.01	c 
95.96/96.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
95.96/96.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
95.96/96.01	c constraints/indicator/addCouplingCons = TRUE
95.96/96.01	c 
95.96/96.01	c # should presolving try to simplify knapsacks
95.96/96.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
95.96/96.01	c constraints/knapsack/simplifyinequalities = TRUE
95.96/96.01	c 
95.96/96.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
95.96/96.01	c # [type: int, range: [-1,2147483647], default: -1]
95.96/96.01	c separating/rapidlearning/freq = 0
95.96/96.01	c 
95.96/96.01	c -----------------------------------------------------------------------------------------------
95.96/96.01	c start solving
96.06/96.14	c 
831.25/831.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
831.25/831.42	c   827s|     1 |     0 | 37951 |     - |2041M|   0 |3197 | 400k| 400k| 400k| 400k|   0 |   0 |   0 |-6.109838e+04 |      --      |    Inf 
1328.46/1328.74	c  1324s|     1 |     0 | 45804 |     - |2057M|   0 |2675 | 400k| 400k| 400k| 400k|  14 |   0 |   0 |-6.106249e+04 |      --      |    Inf 
1541.83/1542.13	c  1538s|     1 |     0 | 47186 |     - |2060M|   0 |  11k| 400k| 400k| 400k| 400k|  19 |   0 |   0 |-6.106169e+04 |      --      |    Inf 
1723.70/1724.03	c  1720s|     1 |     0 | 47401 |     - |2060M|   0 |  11k| 400k| 400k| 400k| 400k|  22 |   0 |   0 |-6.105976e+04 |      --      |    Inf 
1800.09/1800.40	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-3743271-1338781310/watcher-3743271-1338781310 -o /tmp/evaluation-result-3743271-1338781310/solver-3743271-1338781310 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743271-1338781310.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2368
/proc/meminfo: memFree=23743264/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 1610 0 0 0 0 0 0 0 20 0 1 0 344257821 10211328 1556 33554432000 4194304 8395647 140736362021856 140734298453752 7382157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 2493 1563 374 1026 0 1463 0

[startup+0.0432 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2368
/proc/meminfo: memFree=23743264/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=21340 CPUtime=0.03 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 4472 0 0 0 3 0 0 0 20 0 1 0 344257821 21852160 4420 33554432000 4194304 8395647 140736362021856 140734298453752 6347101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 5335 4454 393 1026 0 4305 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21340

[startup+0.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2368
/proc/meminfo: memFree=23743264/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=29672 CPUtime=0.09 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 6693 0 0 0 8 1 0 0 20 0 1 0 344257821 30384128 6639 33554432000 4194304 8395647 140736362021856 140734298453752 5754396 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 7418 6639 393 1026 0 6388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29672

[startup+0.300332 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2368
/proc/meminfo: memFree=23743264/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=54008 CPUtime=0.29 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 12738 0 0 0 28 1 0 0 20 0 1 0 344257821 55304192 12684 33554432000 4194304 8395647 140736362021856 140734298453752 4424487 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 13502 12684 393 1026 0 12472 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54008

[startup+0.700336 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2368
/proc/meminfo: memFree=23743264/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=89528 CPUtime=0.69 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 21614 0 0 0 66 3 0 0 20 0 1 0 344257821 91676672 21560 33554432000 4194304 8395647 140736362021856 140736361887064 6347101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 22382 21560 393 1026 0 21352 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89528

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2369
/proc/meminfo: memFree=23694296/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=189740 CPUtime=1.49 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 46587 0 0 0 142 7 0 0 20 0 1 0 344257821 194293760 46533 33554432000 4194304 8395647 140736362021856 140736361887064 7351968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 47435 46533 393 1026 0 46405 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189740

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2369
/proc/meminfo: memFree=23563460/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=382904 CPUtime=3.09 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 94770 0 0 0 296 13 0 0 20 0 1 0 344257821 392093696 94716 33554432000 4194304 8395647 140736362021856 140736361887064 6765685 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 95726 94716 393 1026 0 94696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 382904

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2407
/proc/meminfo: memFree=25637504/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=1137936 CPUtime=6.29 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 280040 0 0 0 590 39 0 0 20 0 1 0 344257821 1165246464 282148 33554432000 4194304 8395647 140736362021856 140736362019480 4601769 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 284484 282148 444 1026 0 283454 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1137936

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2407
/proc/meminfo: memFree=24070248/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=1553528 CPUtime=12.69 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 384209 0 0 0 1214 55 0 0 20 0 1 0 344257821 1590812672 385631 33554432000 4194304 8395647 140736362021856 140736362019000 5211845 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 388382 385631 501 1026 0 387352 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1553528

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2408
/proc/meminfo: memFree=23701608/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=1553528 CPUtime=25.48 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 384332 0 0 0 2493 55 0 0 20 0 1 0 344257821 1590812672 385747 33554432000 4194304 8395647 140736362021856 140736362019000 6080692 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 388382 385747 501 1026 0 387352 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1553528

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2408
/proc/meminfo: memFree=23381208/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=1740816 CPUtime=51.08 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 430279 0 0 0 5047 61 0 0 20 0 1 0 344257821 1782595584 431685 33554432000 4194304 8395647 140736362021856 140736362017336 4911287 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 435204 431685 501 1026 0 434174 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1740816

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2408
/proc/meminfo: memFree=22338444/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2621472 CPUtime=102.27 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 594312 0 0 0 10138 89 0 0 20 0 1 0 344257821 2684387328 634035 33554432000 4194304 8395647 140736362021856 140736362016984 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 655368 634035 577 1026 0 654338 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2621472

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 2408
/proc/meminfo: memFree=21546636/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2716676 CPUtime=162.25 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 615446 0 0 0 16122 103 0 0 20 0 1 0 344257821 2781876224 658473 33554432000 4194304 8395647 140736362021856 140736362016984 6664892 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 679169 658473 579 1026 0 678139 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2716676

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2408
/proc/meminfo: memFree=21361440/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2804636 CPUtime=222.24 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 631140 0 0 0 22099 125 0 0 20 0 1 0 344257821 2871947264 667975 33554432000 4194304 8395647 140736362021856 140736362016984 6695892 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 701159 667975 579 1026 0 700129 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2804636

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2408
/proc/meminfo: memFree=21289928/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2829424 CPUtime=282.23 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 638528 0 0 0 28081 142 0 0 20 0 1 0 344257821 2897330176 684114 33554432000 4194304 8395647 140736362021856 140736362016984 6695908 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 707356 684114 579 1026 0 706326 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 2829424

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2409
/proc/meminfo: memFree=21408484/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2830372 CPUtime=342.22 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 645113 0 0 0 34061 161 0 0 20 0 1 0 344257821 2898300928 672337 33554432000 4194304 8395647 140736362021856 140736362017416 6756637 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 707593 672337 579 1026 0 706563 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 2830372

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2409
/proc/meminfo: memFree=21343592/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2831088 CPUtime=402.22 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 653047 0 0 0 40039 183 0 0 20 0 1 0 344257821 2899034112 685530 33554432000 4194304 8395647 140736362021856 140736362016984 6698282 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 707772 685530 579 1026 0 706742 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2831088

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2409
/proc/meminfo: memFree=21281488/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2832100 CPUtime=462.2 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 660952 0 0 0 46017 203 0 0 20 0 1 0 344257821 2900070400 685710 33554432000 4194304 8395647 140736362021856 140736362017416 6698282 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 708025 685710 579 1026 0 706995 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2832100

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 2412
/proc/meminfo: memFree=21343672/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2832520 CPUtime=522.19 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 666109 0 0 0 51995 224 0 0 20 0 1 0 344257821 2900500480 685794 33554432000 4194304 8395647 140736362021856 140736362017416 6577739 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 708130 685794 579 1026 0 707100 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 2832520

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2412
/proc/meminfo: memFree=21333952/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2832740 CPUtime=582.19 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 672395 0 0 0 57974 245 0 0 20 0 1 0 344257821 2900725760 684659 33554432000 4194304 8395647 140736362021856 140736362017320 6698205 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 708185 684659 579 1026 0 707155 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2832740

[startup+642.3 s]

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

/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 734149 0 0 0 99862 349 0 0 20 0 1 0 344257821 2781573120 660250 33554432000 4194304 8395647 140736362021856 140736362017096 7382137 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 679095 660250 600 1026 0 678065 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 2716380

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2414
/proc/meminfo: memFree=21433408/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2716380 CPUtime=1062.09 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 734778 0 0 0 105856 353 0 0 20 0 1 0 344257821 2781573120 661401 33554432000 4194304 8395647 140736362021856 140736362017096 6124477 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 679095 661401 601 1026 0 678065 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 2716380

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2417
/proc/meminfo: memFree=21442588/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2716380 CPUtime=1122.08 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 734785 0 0 0 111854 354 0 0 20 0 1 0 344257821 2781573120 662255 33554432000 4194304 8395647 140736362021856 140736362017096 6129650 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 679095 662255 601 1026 0 678065 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 2716380

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2440
/proc/meminfo: memFree=21350756/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2720924 CPUtime=1182.07 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 736239 0 0 0 117851 356 0 0 20 0 1 0 344257821 2786226176 667638 33554432000 4194304 8395647 140736362021856 140736362017144 5827857 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 680231 667638 603 1026 0 679201 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 2720924

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2441
/proc/meminfo: memFree=21357044/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2752816 CPUtime=1242.06 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 737944 0 0 0 123850 356 0 0 20 0 1 0 344257821 2818883584 670325 33554432000 4194304 8395647 140736362021856 140736362017384 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 688204 670325 605 1026 0 687174 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 2752816

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2441
/proc/meminfo: memFree=21211420/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2912524 CPUtime=1302.06 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 743951 0 0 0 129847 359 0 0 20 0 1 0 344257821 2982424576 702145 33554432000 4194304 8395647 140736362021856 140736362016984 7428202 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 728131 702145 621 1026 0 727101 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 2912524

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2441
/proc/meminfo: memFree=21179852/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2934464 CPUtime=1362.05 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 744628 0 0 0 135841 364 0 0 20 0 1 0 344257821 3004891136 709976 33554432000 4194304 8395647 140736362021856 140736362017096 7382157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 733616 709976 621 1026 0 732586 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 2934464

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2441
/proc/meminfo: memFree=21231012/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2934464 CPUtime=1422.04 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 744628 0 0 0 141838 366 0 0 20 0 1 0 344257821 3004891136 709977 33554432000 4194304 8395647 140736362021856 140736362017144 5827869 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 733616 709977 621 1026 0 732586 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 2934464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2441
/proc/meminfo: memFree=21179592/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2934464 CPUtime=1482.03 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 744628 0 0 0 147837 366 0 0 20 0 1 0 344257821 3004891136 709978 33554432000 4194304 8395647 140736362021856 140736362017144 5849640 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 733616 709978 621 1026 0 732586 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 2934464

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2442
/proc/meminfo: memFree=21094060/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=3010892 CPUtime=1542.02 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 749233 0 0 0 153832 370 0 0 20 0 1 0 344257821 3083153408 731308 33554432000 4194304 8395647 140736362021856 140736362017016 5540983 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 752723 731308 621 1026 0 751693 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 3010892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2442
/proc/meminfo: memFree=21093964/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=3010892 CPUtime=1602.02 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 749233 0 0 0 159828 374 0 0 20 0 1 0 344257821 3083153408 731308 33554432000 4194304 8395647 140736362021856 140736362017144 5827869 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 752723 731308 621 1026 0 751693 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3010892

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 2442
/proc/meminfo: memFree=21093388/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=3010892 CPUtime=1662.01 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 749233 0 0 0 165827 374 0 0 20 0 1 0 344257821 3083153408 731309 33554432000 4194304 8395647 140736362021856 140736362017144 5849694 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 752723 731309 621 1026 0 751693 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3010892

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 2445
/proc/meminfo: memFree=21153200/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2986820 CPUtime=1721.99 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 749836 0 0 0 171825 374 0 0 20 0 1 0 344257821 3058503680 721855 33554432000 4194304 8395647 140736362021856 140736362017320 6700411 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 746705 721855 621 1026 0 745675 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 2986820

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2445
/proc/meminfo: memFree=21118716/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2999500 CPUtime=1781.98 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 750024 0 0 0 177819 379 0 0 20 0 1 0 344257821 3071488000 724598 33554432000 4194304 8395647 140736362021856 140736362017144 5827844 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 749875 724598 621 1026 0 748845 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 2999500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2445
/proc/meminfo: memFree=21141832/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2999500 CPUtime=1800.09 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 750024 0 0 0 179630 379 0 0 20 0 1 0 344257821 3071488000 724598 33554432000 4194304 8395647 140736362021856 140736362017144 5827844 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 749875 724598 621 1026 0 748845 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2999500

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2368

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 2446
/proc/meminfo: memFree=21118676/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2999500 CPUtime=1801.08 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 750024 0 0 0 179729 379 0 0 20 0 1 0 344257821 3071488000 724598 33554432000 4194304 8395647 140736362021856 140736362016832 5827844 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 749875 724598 621 1026 0 748845 0
Current children cumulated CPU time (s) 1801.08
Current children cumulated vsize (KiB) 2999500

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2446
/proc/meminfo: memFree=21118676/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2999500 CPUtime=1801.88 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 750024 0 0 0 179809 379 0 0 20 0 1 0 344257821 3071488000 724598 33554432000 4194304 8395647 140736362021856 140736362016832 5827869 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 749875 724598 621 1026 0 748845 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 2999500

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2446
/proc/meminfo: memFree=21118676/32873648 swapFree=6852/6852
[pid=2368] ppid=2366 vsize=2999500 CPUtime=1802.08 cores=1,3,5,7
/proc/2368/stat : 2368 (pbscip.linux.x8) R 2366 2368 1632 0 -1 4202496 750024 0 0 0 179829 379 0 0 20 0 1 0 344257821 3071488000 724598 33554432000 4194304 8395647 140736362021856 140736362016832 5827857 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/2368/statm: 749875 724598 621 1026 0 748845 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 2999500

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.42
CPU time (s): 1802.12
CPU user time (s): 1798.3
CPU system time (s): 3.81442
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 3010892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 3.81442
maximum resident set size= 2925356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 750024
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= 68
involuntary context switches= 1850

runsolver used 5.71013 second user time and 16.9894 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 05:41:50
IDJOB=3743271
IDBENCH=90939
IDSOLVER=2326
FILE ID=node115/3743271-1338781310
RUNJOBID= node115-1338772354-1650
PBS_JOBID= 14636818
Free space on /tmp= 70768 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743271-1338781310/watcher-3743271-1338781310 -o /tmp/evaluation-result-3743271-1338781310/solver-3743271-1338781310 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3743271-1338781310.opb -t 1800 -m 15500

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

MD5SUM BENCH= cd577d7fe2c7600d8302daa2328d0cdf
RANDOM SEED=2098124220

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.462
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.462
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.462
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:       32873648 kB
MemFree:        23743404 kB
Buffers:         1445764 kB
Cached:          3713172 kB
SwapCached:         1016 kB
Active:          5897164 kB
Inactive:        2316264 kB
Active(anon):    3039192 kB
Inactive(anon):    13956 kB
Active(file):    2857972 kB
Inactive(file):  2302308 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             37936 kB
Writeback:             0 kB
AnonPages:       3056880 kB
Mapped:            14244 kB
Shmem:                96 kB
Slab:             773064 kB
SReclaimable:     217032 kB
SUnreclaim:       556032 kB
KernelStack:        1464 kB
PageTables:        10232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3301280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70756 MiB
End job on node115 at 2012-06-04 06:11:53