Trace number 3447584

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.06 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache.inv8.ucl--soft-0-100-0.wbo
MD5SUMd41d4dcc01415e574abb081114a32401
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.019996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2355
Total number of constraints6744
Number of soft constraints6744
Number of constraints which are clauses6568
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints176
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 341452
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 341451
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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-3447584-1307901899.wbo>
0.04/0.05	c original problem has 9099 variables (9099 bin, 0 int, 0 impl, 0 cont) and 6745 constraints
0.04/0.05	c problem read
0.04/0.05	c presolving settings loaded
0.09/0.13	o 341451
0.09/0.13	c feasible solution found by trivial heuristic, objective value  3.414510e+05
0.09/0.13	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 88 chg sides, 176 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.16	c (round 2) 0 del vars, 1 del conss, 0 add conss, 6744 chg bounds, 88 chg sides, 176 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.29/0.30	c    (0.3s) probing: 101/9099 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.30	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.30	c presolving (3 rounds):
0.29/0.30	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 6744 tightened bounds, 0 added holes, 88 changed sides, 176 changed coefficients
0.29/0.30	c  6744 implications, 0 cliques
0.29/0.30	c presolved problem has 15843 variables (9099 bin, 0 int, 6744 impl, 0 cont) and 13488 constraints
0.29/0.30	c    6744 constraints of type <linear>
0.29/0.30	c    6744 constraints of type <indicator>
0.29/0.30	c transformed objective value is always integral (scale: 1)
0.29/0.30	c Presolving Time: 0.23
0.29/0.30	c - non default parameters ----------------------------------------------------------------------
0.29/0.30	c # SCIP version 2.0.1.4
0.29/0.30	c 
0.29/0.30	c # frequency for displaying node information lines
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.30	c display/freq = 10000
0.29/0.30	c 
0.29/0.30	c # maximal time in seconds to run
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30	c limits/time = 1800
0.29/0.30	c 
0.29/0.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30	c limits/memory = 13950
0.29/0.30	c 
0.29/0.30	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.30	c # [type: int, range: [1,2], default: 1]
0.29/0.30	c timing/clocktype = 2
0.29/0.30	c 
0.29/0.30	c # belongs reading time to solving time?
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30	c timing/reading = TRUE
0.29/0.30	c 
0.29/0.30	c # should presolving try to simplify inequalities
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30	c constraints/linear/simplifyinequalities = TRUE
0.29/0.30	c 
0.29/0.30	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30	c constraints/indicator/addCouplingCons = TRUE
0.29/0.30	c 
0.29/0.30	c # should presolving try to simplify knapsacks
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.30	c 
0.29/0.30	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30	c separating/rapidlearning/freq = 0
0.29/0.30	c 
0.29/0.30	c -----------------------------------------------------------------------------------------------
0.29/0.30	c start solving
0.29/0.31	c 
0.29/0.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.39	c t 0.4s|     1 |     0 |   574 |     - |  45M|   0 | 123 |  15k|  20k|  15k|6744 |   0 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   988 |     - |  49M|   0 | 431 |  15k|  20k|  15k|6835 |  91 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
1.29/1.36	c   1.4s|     1 |     0 |  2292 |     - |  50M|   0 | 386 |  15k|  20k|  15k|6960 | 216 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
1.79/1.81	c   1.8s|     1 |     0 |  3226 |     - |  50M|   0 | 425 |  15k|  20k|  15k|7100 | 356 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
2.49/2.50	c   2.5s|     1 |     0 |  4640 |     - |  51M|   0 | 351 |  15k|  20k|  15k|7224 | 480 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
2.99/3.03	c   3.0s|     1 |     0 |  5473 |     - |  51M|   0 | 533 |  15k|  20k|  15k|7393 | 649 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
4.19/4.28	c   4.3s|     1 |     0 |  6833 |     - |  52M|   0 | 445 |  15k|  20k|  15k|7519 | 775 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
5.19/5.25	c   5.3s|     1 |     0 |  7974 |     - |  53M|   0 | 527 |  15k|  20k|  15k|7626 | 882 |   0 |   0 | 0.000000e+00 | 3.414510e+05 |    Inf 
7.49/7.56	c   7.6s|     1 |     2 |  7974 |     - |  53M|   0 | 527 |  15k|  20k|  15k|7626 | 882 |   0 |  33 | 0.000000e+00 | 3.414510e+05 |    Inf 
256.39/256.42	o 2832
256.39/256.42	c * 256s|  7320 |  7290 |174543 |  22.8 | 128M| 178 |   - |  15k|  20k|  15k|7718 |  12k|  19 |3477 | 0.000000e+00 | 2.832000e+03 |    Inf 
333.70/333.72	c   334s| 10000 |  9962 |219001 |  21.1 | 144M| 178 | 320 |  15k|  20k|  15k|7192 |  18k|  25 |4205 | 0.000000e+00 | 2.832000e+03 |    Inf 
487.80/487.89	c   488s| 20000 | 19948 |330498 |  16.1 | 204M| 178 | 164 |  15k|  20k|  15k|7192 |  25k|  39 |5243 | 0.000000e+00 | 2.832000e+03 |    Inf 
1252.52/1252.55	c  1253s| 30000 | 29916 |706062 |  23.3 | 262M| 178 |   1 |  15k|  20k|  15k|7333 | 104k|  67 |9428 | 0.000000e+00 | 2.832000e+03 |    Inf 
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 37176
1800.02/1800.00	c Primal Bound       : +2.83200000000000e+03 (101 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/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-3447584-1307901899/watcher-3447584-1307901899 -o /tmp/evaluation-result-3447584-1307901899/solver-3447584-1307901899 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447584-1307901899.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 2.00 2/175 21344
/proc/meminfo: memFree=11673216/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=10136 CPUtime=0 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 1543 0 0 0 0 0 0 0 23 0 1 0 901789540 10379264 1496 33554432000 4194304 9128323 140733818694064 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21344/statm: 2534 1496 399 1205 0 1325 0

[startup+0.0500249 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 21344
/proc/meminfo: memFree=11673216/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=19480 CPUtime=0.04 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 3870 0 0 0 4 0 0 0 23 0 1 0 901789540 19947520 3822 33554432000 4194304 9128323 140733818694064 18446744073709551615 8011929 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21344/statm: 4870 3822 399 1205 0 3661 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19480

[startup+0.101016 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 21344
/proc/meminfo: memFree=11673216/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=46956 CPUtime=0.09 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 10489 0 0 0 7 2 0 0 24 0 1 0 901789540 48082944 10439 33554432000 4194304 9128323 140733818694064 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 11739 10439 474 1205 0 10530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46956

[startup+0.300996 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 21344
/proc/meminfo: memFree=11673216/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=62428 CPUtime=0.29 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 14434 0 0 0 27 2 0 0 25 0 1 0 901789540 63926272 14096 33554432000 4194304 9128323 140733818694064 18446744073709551615 18446744073699066043 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 15607 14096 574 1205 0 14398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62428

[startup+0.700924 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 21344
/proc/meminfo: memFree=11673216/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=90480 CPUtime=0.69 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 21647 0 0 0 65 4 0 0 25 0 1 0 901789540 92651520 21081 33554432000 4194304 9128323 140733818694064 18446744073709551615 6311679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 22620 21081 664 1205 0 21411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90480

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21345
/proc/meminfo: memFree=11589632/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=94848 CPUtime=1.49 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 22734 0 0 0 144 5 0 0 25 0 1 0 901789540 97124352 22121 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 23712 22121 681 1205 0 22503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94848

[startup+3.1005 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 21345
/proc/meminfo: memFree=11582440/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=101772 CPUtime=3.09 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 24117 0 0 0 302 7 0 0 25 0 1 0 901789540 104214528 23491 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 25443 23491 675 1205 0 24234 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101772

[startup+6.30095 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21345
/proc/meminfo: memFree=11529456/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=153052 CPUtime=6.29 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 36830 0 0 0 614 15 0 0 25 0 1 0 901789540 156725248 36111 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 38263 36111 780 1205 0 37054 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 153052

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21345
/proc/meminfo: memFree=11525440/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=153052 CPUtime=12.69 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 37003 0 0 0 1244 25 0 0 25 0 1 0 901789540 156725248 36175 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 38263 36175 734 1205 0 37054 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153052

[startup+25.5006 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21384
/proc/meminfo: memFree=11860768/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=153052 CPUtime=25.49 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 37003 0 0 0 2500 49 0 0 25 0 1 0 901789540 156725248 36175 33554432000 4194304 9128323 140733818694064 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 38263 36175 734 1205 0 37054 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153052

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21385
/proc/meminfo: memFree=11857024/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=153052 CPUtime=51.09 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 40217 0 0 0 5030 79 0 0 25 0 1 0 901789540 156725248 36945 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 38263 36945 746 1205 0 37054 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153052

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 21389
/proc/meminfo: memFree=11806644/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=192712 CPUtime=102.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 56840 0 0 0 10109 121 0 0 25 0 1 0 901789540 197337088 46532 33554432000 4194304 9128323 140733818694064 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 48178 46532 746 1205 0 46969 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 192712

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 21391
/proc/meminfo: memFree=11786048/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=191468 CPUtime=162.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 59501 0 0 0 16063 167 0 0 25 0 1 0 901789540 196063232 46596 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 47867 46596 746 1205 0 46658 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 191468

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21393
/proc/meminfo: memFree=11778836/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=191468 CPUtime=222.29 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 67498 0 0 0 22031 198 0 0 25 0 1 0 901789540 196063232 46605 33554432000 4194304 9128323 140733818694064 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 47867 46605 746 1205 0 46658 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 191468

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21394
/proc/meminfo: memFree=11770764/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=191700 CPUtime=282.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 88770 0 0 0 27998 232 0 0 25 0 1 0 901789540 196300800 46612 33554432000 4194304 9128323 140733818694064 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 47925 46612 747 1205 0 46716 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 191700

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21395
/proc/meminfo: memFree=11748444/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=206956 CPUtime=342.29 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 114890 0 0 0 33959 270 0 0 25 0 1 0 901789540 211922944 50379 33554432000 4194304 9128323 140733818694064 18446744073709551615 7216749 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 51739 50379 747 1205 0 50530 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 206956

[startup+402.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 21397
/proc/meminfo: memFree=11720408/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=226832 CPUtime=402.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 130985 0 0 0 39923 307 0 0 25 0 1 0 901789540 232275968 55356 33554432000 4194304 9128323 140733818694064 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 56708 55356 762 1205 0 55499 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 226832

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 21399
/proc/meminfo: memFree=11689020/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=249764 CPUtime=462.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 136940 0 0 0 45890 340 0 0 25 0 1 0 901789540 255758336 61122 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 62441 61122 749 1205 0 61232 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 249764

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21401
/proc/meminfo: memFree=11652556/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=272308 CPUtime=522.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 153820 0 0 0 51850 380 0 0 25 0 1 0 901789540 278843392 66731 33554432000 4194304 9128323 140733818694064 18446744073709551615 7049878 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 68077 66731 747 1205 0 66868 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 272308

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21402
/proc/meminfo: memFree=11633580/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=278508 CPUtime=582.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 155521 0 0 0 57820 410 0 0 25 0 1 0 901789540 285192192 68354 33554432000 4194304 9128323 140733818694064 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 69627 68354 747 1205 0 68418 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 278508

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21409
/proc/meminfo: memFree=11576100/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=295896 CPUtime=822.3 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 159923 0 0 0 81710 520 0 0 25 0 1 0 901789540 302997504 72710 33554432000 4194304 9128323 140733818694064 18446744073709551615 4893633 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 73974 72710 747 1205 0 72765 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 295896

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21410
/proc/meminfo: memFree=11560216/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=300244 CPUtime=882.31 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 161013 0 0 0 87679 552 0 0 25 0 1 0 901789540 307449856 73800 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 75061 73800 747 1205 0 73852 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 300244

[startup+942.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/176 21411
/proc/meminfo: memFree=11546448/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=303544 CPUtime=942.31 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 161785 0 0 0 93652 579 0 0 25 0 1 0 901789540 310829056 74572 33554432000 4194304 9128323 140733818694064 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 75886 74572 747 1205 0 74677 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 303544

[startup+1002.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 21413
/proc/meminfo: memFree=11529828/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=308520 CPUtime=1002.32 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 163057 0 0 0 99627 605 0 0 25 0 1 0 901789540 315924480 75844 33554432000 4194304 9128323 140733818694064 18446744073709551615 7346381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 77130 75844 747 1205 0 75921 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 308520

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21415
/proc/meminfo: memFree=11515044/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=312188 CPUtime=1062.31 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 163924 0 0 0 105598 633 0 0 25 0 1 0 901789540 319680512 76711 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 78047 76711 747 1205 0 76838 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 312188

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21417
/proc/meminfo: memFree=11502388/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=314860 CPUtime=1122.31 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 164670 0 0 0 111571 660 0 0 25 0 1 0 901789540 322416640 77457 33554432000 4194304 9128323 140733818694064 18446744073709551615 8012681 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 78715 77457 747 1205 0 77506 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 314860

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21418
/proc/meminfo: memFree=11485636/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=319056 CPUtime=1182.32 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 165737 0 0 0 117546 686 0 0 25 0 1 0 901789540 326713344 78524 33554432000 4194304 9128323 140733818694064 18446744073709551615 7358391 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 79764 78524 747 1205 0 78555 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 319056

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 21419
/proc/meminfo: memFree=11473976/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=321624 CPUtime=1242.32 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 166336 0 0 0 123518 714 0 0 25 0 1 0 901789540 329342976 79123 33554432000 4194304 9128323 140733818694064 18446744073709551615 6712632 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 80406 79123 747 1205 0 79197 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 321624

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 21421
/proc/meminfo: memFree=11459192/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=324108 CPUtime=1302.33 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 166928 0 0 0 129488 745 0 0 25 0 1 0 901789540 331886592 79715 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 81027 79715 747 1205 0 79818 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 324108

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 21423
/proc/meminfo: memFree=11435124/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=328660 CPUtime=1362.32 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 168158 0 0 0 135463 769 0 0 25 0 1 0 901789540 336547840 80945 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 82165 80945 747 1205 0 80956 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 328660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21425
/proc/meminfo: memFree=11412424/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=333836 CPUtime=1422.33 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 169360 0 0 0 141433 800 0 0 25 0 1 0 901789540 341848064 82147 33554432000 4194304 9128323 140733818694064 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 83459 82147 747 1205 0 82250 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 333836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21426
/proc/meminfo: memFree=11390448/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=339724 CPUtime=1482.32 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 181867 0 0 0 147401 831 0 0 25 0 1 0 901789540 347877376 83663 33554432000 4194304 9128323 140733818694064 18446744073709551615 7051405 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 84931 83663 747 1205 0 83722 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 339724

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21427
/proc/meminfo: memFree=11371212/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=343348 CPUtime=1542.32 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 182770 0 0 0 153368 864 0 0 25 0 1 0 901789540 351588352 84566 33554432000 4194304 9128323 140733818694064 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 85837 84566 747 1205 0 84628 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 343348

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21429
/proc/meminfo: memFree=11352980/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=348360 CPUtime=1602.33 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 184061 0 0 0 159342 891 0 0 25 0 1 0 901789540 356720640 85857 33554432000 4194304 9128323 140733818694064 18446744073709551615 4689963 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 87090 85857 747 1205 0 85881 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 348360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21431
/proc/meminfo: memFree=11333008/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=352008 CPUtime=1662.32 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 184993 0 0 0 165315 917 0 0 25 0 1 0 901789540 360456192 86789 33554432000 4194304 9128323 140733818694064 18446744073709551615 6505881 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 88002 86789 747 1205 0 86793 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 352008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21433
/proc/meminfo: memFree=11312416/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=356116 CPUtime=1722.33 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 185998 0 0 0 171288 945 0 0 25 0 1 0 901789540 364662784 87794 33554432000 4194304 9128323 140733818694064 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 89029 87794 747 1205 0 87820 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 356116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 21434
/proc/meminfo: memFree=11288964/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=363948 CPUtime=1782.33 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 187899 0 0 0 177256 977 0 0 25 0 1 0 901789540 372682752 89695 33554432000 4194304 9128323 140733818694064 18446744073709551615 7049878 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21344/statm: 90987 89695 747 1205 0 89778 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 363948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.02 2.01 3/176 21435
/proc/meminfo: memFree=11280776/32951132 swapFree=67054624/67111528
[pid=21344] ppid=21342 vsize=366000 CPUtime=1800.03 cores=1,3,5,7
/proc/21344/stat : 21344 (scip-2.0.1.4.li) R 21342 21344 19566 0 -1 4202496 188350 0 0 0 179016 987 0 0 25 0 1 0 901789540 374784000 90146 33554432000 4194304 9128323 140733818694064 18446744073709551615 4692805 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21344/statm: 91500 90146 747 1205 0 90291 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 366000

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.02
CPU time (s): 1800.06
CPU user time (s): 1790.17
CPU system time (s): 9.8925
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 381832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.17
system time used= 9.8925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188350
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= 5
involuntary context switches= 2083

runsolver used 2.72358 second user time and 6.49601 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 20:04:59
IDJOB=3447584
IDBENCH=79334
IDSOLVER=1944
FILE ID=node131/3447584-1307901899
RUNJOBID= node131-1307897176-20675
PBS_JOBID= 13559575
Free space on /tmp= 56572 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-cache.inv8.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-3447584-1307901899/watcher-3447584-1307901899 -o /tmp/evaluation-result-3447584-1307901899/solver-3447584-1307901899 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447584-1307901899.wbo -t 1800 -m 15500

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

MD5SUM BENCH= d41d4dcc01415e574abb081114a32401
RANDOM SEED=517199865

node131.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.830
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.66
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.830
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	: 5332.75
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.75
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      11673496 kB
Buffers:        330824 kB
Cached:       19831476 kB
SwapCached:       9816 kB
Active:       16028508 kB
Inactive:      4563520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      11673496 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:           12220 kB
Writeback:          40 kB
AnonPages:      428212 kB
Mapped:          16332 kB
Slab:           622024 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   625756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56560 MiB
End job on node131 at 2011-06-12 20:35:01