Trace number 3447590

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.03

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf8.ucl--soft-0-100-0.wbo
MD5SUMe93fbae592ddea3040fe1429b48d9ce6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.089986
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6059
Total number of constraints16684
Number of soft constraints16684
Number of constraints which are clauses15940
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints744
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 841384
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 841383
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 127
Number of bits of the biggest sum of numbers7
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.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447590-1307901918.wbo>
0.09/0.13	c original problem has 22743 variables (22743 bin, 0 int, 0 impl, 0 cont) and 16685 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.29/0.34	o 841383
0.29/0.34	c feasible solution found by trivial heuristic, objective value  8.413830e+05
0.29/0.34	c presolving:
0.29/0.37	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.39/0.40	c (round 2) 0 del vars, 1 del conss, 0 add conss, 16684 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.89/0.99	c    (1.0s) probing: 101/22743 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.99	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.00/1.01	c presolving (3 rounds):
1.00/1.01	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 16684 tightened bounds, 0 added holes, 372 changed sides, 744 changed coefficients
1.00/1.01	c  16684 implications, 0 cliques
1.00/1.01	c presolved problem has 39427 variables (22743 bin, 0 int, 16684 impl, 0 cont) and 33368 constraints
1.00/1.01	c   16684 constraints of type <linear>
1.00/1.01	c   16684 constraints of type <indicator>
1.00/1.01	c transformed objective value is always integral (scale: 1)
1.00/1.01	c Presolving Time: 0.83
1.00/1.01	c - non default parameters ----------------------------------------------------------------------
1.00/1.01	c # SCIP version 2.0.1.4
1.00/1.01	c 
1.00/1.01	c # frequency for displaying node information lines
1.00/1.01	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.01	c display/freq = 10000
1.00/1.01	c 
1.00/1.01	c # maximal time in seconds to run
1.00/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.01	c limits/time = 1800
1.00/1.01	c 
1.00/1.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.01	c limits/memory = 13950
1.00/1.01	c 
1.00/1.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.00/1.01	c # [type: int, range: [1,2], default: 1]
1.00/1.01	c timing/clocktype = 2
1.00/1.01	c 
1.00/1.01	c # belongs reading time to solving time?
1.00/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.01	c timing/reading = TRUE
1.00/1.01	c 
1.00/1.01	c # should presolving try to simplify inequalities
1.00/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.01	c constraints/linear/simplifyinequalities = TRUE
1.00/1.01	c 
1.00/1.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.00/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.01	c constraints/indicator/addCouplingCons = TRUE
1.00/1.01	c 
1.00/1.01	c # should presolving try to simplify knapsacks
1.00/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.01	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.01	c 
1.00/1.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.01	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.01	c separating/rapidlearning/freq = 0
1.00/1.01	c 
1.00/1.01	c -----------------------------------------------------------------------------------------------
1.00/1.01	c start solving
1.00/1.03	c 
1.29/1.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.33	c t 1.3s|     1 |     0 |  2543 |     - | 113M|   0 | 573 |  39k|  50k|  39k|  16k|   0 |   0 |   0 | 0.000000e+00 | 8.413830e+05 |    Inf 
2.49/2.58	c   2.6s|     1 |     0 |  4261 |     - | 122M|   0 |1079 |  39k|  50k|  39k|  17k| 407 |   0 |   0 | 0.000000e+00 | 8.413830e+05 |    Inf 
3.99/4.08	c   4.1s|     1 |     0 |  7679 |     - | 123M|   0 |1613 |  39k|  50k|  39k|  17k| 885 |   0 |   0 | 0.000000e+00 | 8.413830e+05 |    Inf 
5.69/5.75	c   5.8s|     1 |     0 | 10032 |     - | 125M|   0 |1693 |  39k|  50k|  39k|  18k|1446 |   0 |   0 | 0.000000e+00 | 8.413830e+05 |    Inf 
7.39/7.40	c   7.4s|     1 |     0 | 13073 |     - | 125M|   0 |1255 |  39k|  50k|  39k|  18k|1713 |   0 |   0 | 0.000000e+00 | 8.413830e+05 |    Inf 
9.09/9.14	c   9.1s|     1 |     0 | 15482 |     - | 126M|   0 |2091 |  39k|  50k|  39k|  18k|2090 |   0 |   0 | 0.000000e+00 | 8.413830e+05 |    Inf 
13.79/13.88	c  13.9s|     1 |     0 | 19115 |     - | 127M|   0 |1778 |  39k|  50k|  39k|  19k|2502 |   0 |   0 | 0.000000e+00 | 8.413830e+05 |    Inf 
19.99/20.06	c  20.1s|     1 |     2 | 19115 |     - | 128M|   0 |1778 |  39k|  50k|  39k|  19k|2502 |   0 |  33 | 0.000000e+00 | 8.413830e+05 |    Inf 
1173.82/1173.81	c  1174s| 10000 |  9993 |583667 |  56.5 | 353M| 279 | 653 |  39k|  50k|  39k|  18k|2502 |  30 |5561 | 0.000000e+00 | 8.413830e+05 |    Inf 
1686.73/1686.74	c  1687s| 20000 | 19993 |808862 |  39.5 | 502M| 279 | 968 |  39k|  50k|  39k|  18k|2502 |  40 |7453 | 0.000000e+00 | 8.413830e+05 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 22047
1800.03/1800.00	c Primal Bound       : +8.41383000000000e+05 (100 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite

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-3447590-1307901918/watcher-3447590-1307901918 -o /tmp/evaluation-result-3447590-1307901918/solver-3447590-1307901918 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447590-1307901918.wbo -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 1.95 2/177 4012
/proc/meminfo: memFree=32302184/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=10136 CPUtime=0 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 1521 0 0 0 0 0 0 0 25 0 1 0 901794535 10379264 1474 33554432000 4194304 9128323 140733381368960 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4012/statm: 2534 1475 399 1205 0 1325 0

[startup+0.0537251 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 4012
/proc/meminfo: memFree=32302184/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=19820 CPUtime=0.05 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 3935 0 0 0 5 0 0 0 25 0 1 0 901794535 20295680 3887 33554432000 4194304 9128323 140733381368960 18446744073709551615 6164264 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4012/statm: 4955 3887 399 1205 0 3746 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19820

[startup+0.100646 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 4012
/proc/meminfo: memFree=32302184/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=27204 CPUtime=0.09 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 5799 0 0 0 9 0 0 0 25 0 1 0 901794535 27856896 5750 33554432000 4194304 9128323 140733381368960 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4012/statm: 6801 5750 399 1205 0 5592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27204

[startup+0.300609 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 4012
/proc/meminfo: memFree=32302184/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=110452 CPUtime=0.29 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 26301 0 0 0 27 2 0 0 25 0 1 0 901794535 113102848 26199 33554432000 4194304 9128323 140733381368960 18446744073709551615 4443126 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 27742 26227 475 1205 0 26533 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110452

[startup+0.700541 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 4012
/proc/meminfo: memFree=32302184/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=128544 CPUtime=0.69 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 30399 0 0 0 66 3 0 0 25 0 1 0 901794535 131629056 29937 33554432000 4194304 9128323 140733381368960 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 32136 29937 582 1205 0 30927 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128544

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4013
/proc/meminfo: memFree=32185888/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=188596 CPUtime=1.49 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 46823 0 0 0 144 5 0 0 25 0 1 0 901794535 193122304 44822 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 47149 44822 673 1205 0 45940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188596

[startup+3.10111 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4013
/proc/meminfo: memFree=32121696/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=201452 CPUtime=3.1 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 49229 0 0 0 304 6 0 0 25 0 1 0 901794535 206286848 47151 33554432000 4194304 9128323 140733381368960 18446744073709551615 6286095 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 50363 47151 706 1205 0 49154 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 201452

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4013
/proc/meminfo: memFree=32112272/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=208804 CPUtime=6.29 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 51295 0 0 0 621 8 0 0 25 0 1 0 901794535 213815296 49195 33554432000 4194304 9128323 140733381368960 18446744073709551615 8012585 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 52201 49195 689 1205 0 50992 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208804

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4013
/proc/meminfo: memFree=32104588/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=211688 CPUtime=12.69 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 52079 0 0 0 1257 12 0 0 25 0 1 0 901794535 216768512 49979 33554432000 4194304 9128323 140733381368960 18446744073709551615 6299968 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 52922 49979 689 1205 0 51713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 211688

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4013
/proc/meminfo: memFree=32000200/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315532 CPUtime=25.5 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 78604 0 0 0 2525 25 0 0 25 0 1 0 901794535 323104768 76122 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78883 76122 804 1205 0 77674 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 315532

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4014
/proc/meminfo: memFree=32000232/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315532 CPUtime=51.09 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 78610 0 0 0 5070 39 0 0 25 0 1 0 901794535 323104768 76122 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78883 76122 798 1205 0 77674 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 315532

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4015
/proc/meminfo: memFree=31997356/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315532 CPUtime=102.29 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 78904 0 0 0 10164 65 0 0 25 0 1 0 901794535 323104768 76413 33554432000 4194304 9128323 140733381368960 18446744073709551615 7217893 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78883 76413 795 1205 0 77674 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 315532

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4017
/proc/meminfo: memFree=31994688/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315532 CPUtime=162.3 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 78950 0 0 0 16148 82 0 0 25 0 1 0 901794535 323104768 76459 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78883 76459 805 1205 0 77674 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 315532

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4019
/proc/meminfo: memFree=31993020/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315528 CPUtime=222.3 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 87118 0 0 0 22122 108 0 0 25 0 1 0 901794535 323100672 76607 33554432000 4194304 9128323 140733381368960 18446744073709551615 6857008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78882 76607 807 1205 0 77673 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 315528

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4020
/proc/meminfo: memFree=31993076/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315528 CPUtime=282.29 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 87118 0 0 0 28108 121 0 0 25 0 1 0 901794535 323100672 76607 33554432000 4194304 9128323 140733381368960 18446744073709551615 7342491 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78882 76607 807 1205 0 77673 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 315528

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4022
/proc/meminfo: memFree=31992760/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315528 CPUtime=342.3 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 87119 0 0 0 34093 137 0 0 25 0 1 0 901794535 323100672 76608 33554432000 4194304 9128323 140733381368960 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78882 76608 807 1205 0 77673 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 315528

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4023
/proc/meminfo: memFree=31992816/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=315528 CPUtime=402.3 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 87120 0 0 0 40079 151 0 0 25 0 1 0 901794535 323100672 76609 33554432000 4194304 9128323 140733381368960 18446744073709551615 7050112 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 78882 76609 807 1205 0 77673 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 315528

[startup+462.301 s]
/proc/loadavg: 2.04 2.01 1.95 4/178 4025
/proc/meminfo: memFree=31990644/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=318864 CPUtime=462.3 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 108690 0 0 0 46054 176 0 0 25 0 1 0 901794535 326516736 77273 33554432000 4194304 9128323 140733381368960 18446744073709551615 7346308 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 79716 77273 807 1205 0 78507 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 318864

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 4027
/proc/meminfo: memFree=31987700/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=322520 CPUtime=522.3 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 109471 0 0 0 52035 195 0 0 25 0 1 0 901794535 330260480 78054 33554432000 4194304 9128323 140733381368960 18446744073709551615 7050144 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 80630 78054 807 1205 0 79421 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 322520

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4028
/proc/meminfo: memFree=31982928/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=326120 CPUtime=582.31 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 110481 0 0 0 58018 213 0 0 25 0 1 0 901794535 333946880 79064 33554432000 4194304 9128323 140733381368960 18446744073709551615 7192225 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 81530 79064 807 1205 0 80321 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 326120

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.95 1.98 1.95 3/178 4074
/proc/meminfo: memFree=32065636/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=351160 CPUtime=822.31 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 166013 0 0 0 81934 297 0 0 25 0 1 0 901794535 359587840 85227 33554432000 4194304 9128323 140733381368960 18446744073709551615 7192212 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 87790 85227 807 1205 0 86581 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 351160

[startup+882.3 s]
/proc/loadavg: 1.98 1.98 1.95 3/178 4075
/proc/meminfo: memFree=32037976/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=367464 CPUtime=882.31 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 170405 0 0 0 87921 310 0 0 25 0 1 0 901794535 376283136 89370 33554432000 4194304 9128323 140733381368960 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 91866 89370 859 1205 0 90657 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 367464

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.95 3/178 4077
/proc/meminfo: memFree=32012804/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=386736 CPUtime=942.32 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 175281 0 0 0 93908 324 0 0 25 0 1 0 901794535 396017664 94092 33554432000 4194304 9128323 140733381368960 18446744073709551615 5984663 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 96684 94092 807 1205 0 95475 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 386736

[startup+1002.3 s]
/proc/loadavg: 2.05 2.00 1.95 3/178 4078
/proc/meminfo: memFree=31989068/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=400624 CPUtime=1002.32 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 203911 0 0 0 99888 344 0 0 25 0 1 0 901794535 410238976 97712 33554432000 4194304 9128323 140733381368960 18446744073709551615 6732570 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 100156 97712 810 1205 0 98947 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 400624

[startup+1062.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/178 4080
/proc/meminfo: memFree=31960992/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=419672 CPUtime=1062.32 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 208757 0 0 0 105875 357 0 0 25 0 1 0 901794535 429744128 102386 33554432000 4194304 9128323 140733381368960 18446744073709551615 4823571 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 104918 102386 830 1205 0 103709 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 419672

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4082
/proc/meminfo: memFree=31941208/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=433304 CPUtime=1122.31 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 212360 0 0 0 111859 372 0 0 25 0 1 0 901794535 443703296 105850 33554432000 4194304 9128323 140733381368960 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 108326 105850 807 1205 0 107117 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 433304

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4083
/proc/meminfo: memFree=31923048/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=447660 CPUtime=1182.32 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 216156 0 0 0 117847 385 0 0 25 0 1 0 901794535 458403840 109524 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 111915 109524 926 1205 0 110706 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 447660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4085
/proc/meminfo: memFree=31899672/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=467668 CPUtime=1242.32 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 221106 0 0 0 123830 402 0 0 25 0 1 0 901794535 478892032 114306 33554432000 4194304 9128323 140733381368960 18446744073709551615 7177426 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 116917 114306 817 1205 0 115708 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 467668

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4086
/proc/meminfo: memFree=31875932/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=481356 CPUtime=1302.33 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 224833 0 0 0 129819 414 0 0 25 0 1 0 901794535 492908544 117909 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 120339 117909 817 1205 0 119130 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 481356

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4088
/proc/meminfo: memFree=31855536/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=495308 CPUtime=1362.33 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 253775 0 0 0 135800 433 0 0 25 0 1 0 901794535 507195392 121393 33554432000 4194304 9128323 140733381368960 18446744073709551615 7051806 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 123827 121393 843 1205 0 122618 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 495308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4090
/proc/meminfo: memFree=31825100/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=518448 CPUtime=1422.33 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 259768 0 0 0 141786 447 0 0 25 0 1 0 901794535 530890752 127204 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 129612 127204 990 1205 0 128403 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 518448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 4091
/proc/meminfo: memFree=31801104/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=533792 CPUtime=1482.33 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 264362 0 0 0 147772 461 0 0 25 0 1 0 901794535 546603008 131228 33554432000 4194304 9128323 140733381368960 18446744073709551615 7162933 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 133448 131228 867 1205 0 132239 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 533792

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 4093
/proc/meminfo: memFree=31773528/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=555420 CPUtime=1542.33 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 269608 0 0 0 153755 478 0 0 25 0 1 0 901794535 568750080 136294 33554432000 4194304 9128323 140733381368960 18446744073709551615 7342525 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 138855 136294 816 1205 0 137646 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 555420

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 4094
/proc/meminfo: memFree=31749048/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=573332 CPUtime=1602.33 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 274065 0 0 0 159742 491 0 0 25 0 1 0 901794535 587091968 140644 33554432000 4194304 9128323 140733381368960 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 143333 140644 837 1205 0 142124 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 573332

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 4096
/proc/meminfo: memFree=31725556/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=587656 CPUtime=1662.33 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 277998 0 0 0 165729 504 0 0 25 0 1 0 901794535 601759744 144545 33554432000 4194304 9128323 140733381368960 18446744073709551615 7191228 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 146914 144545 818 1205 0 145705 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 587656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4098
/proc/meminfo: memFree=31706036/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=604180 CPUtime=1722.34 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 282204 0 0 0 171717 517 0 0 25 0 1 0 901794535 618680320 148642 33554432000 4194304 9128323 140733381368960 18446744073709551615 7162943 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 151045 148642 826 1205 0 149836 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 604180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4099
/proc/meminfo: memFree=31686140/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=618724 CPUtime=1782.34 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 285851 0 0 0 177701 533 0 0 25 0 1 0 901794535 633573376 152272 33554432000 4194304 9128323 140733381368960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4012/statm: 154681 152272 817 1205 0 153472 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 618724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 4100
/proc/meminfo: memFree=31679416/32951124 swapFree=67050044/67111528
[pid=4012] ppid=4010 vsize=624904 CPUtime=1800.04 cores=1,3,5,7
/proc/4012/stat : 4012 (scip-2.0.1.4.li) R 4010 4012 2655 0 -1 4202496 287359 0 0 0 179467 537 0 0 25 0 1 0 901794535 639901696 153780 33554432000 4194304 9128323 140733381368960 18446744073709551615 4683728 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4012/statm: 156226 153780 817 1205 0 155017 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 624904

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1794.67
CPU system time (s): 5.39918
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 624904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.67
system time used= 5.39918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287359
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= 6
involuntary context switches= 2442

runsolver used 2.82357 second user time and 6.49101 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 20:05:18
IDJOB=3447590
IDBENCH=79337
IDSOLVER=1944
FILE ID=node101/3447590-1307901918
RUNJOBID= node101-1307897307-3644
PBS_JOBID= 13559601
Free space on /tmp= 74048 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf8.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447590-1307901918/watcher-3447590-1307901918 -o /tmp/evaluation-result-3447590-1307901918/solver-3447590-1307901918 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447590-1307901918.wbo -t 1800 -m 15500

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

MD5SUM BENCH= e93fbae592ddea3040fe1429b48d9ce6
RANDOM SEED=283149773

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32302868 kB
Buffers:        109304 kB
Cached:         175268 kB
SwapCached:      24752 kB
Active:         376380 kB
Inactive:        85816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32302868 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:           12604 kB
Writeback:           0 kB
AnonPages:      175116 kB
Mapped:          12236 kB
Slab:           120588 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   359764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node101 at 2011-06-12 20:35:20