Trace number 3447338

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.08 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-46s.smv--soft-33-100-0.wbo
MD5SUMc0de7a271d508347ff52629783e8132d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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.032994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1612
Total number of constraints3653
Number of soft constraints2427
Number of constraints which are clauses3273
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 124130
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 124129
Biggest number in a constraint 79
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 268
Number of bits of the biggest sum of numbers9
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-3447338-1307899423.wbo>
0.00/0.03	c original problem has 4039 variables (4039 bin, 0 int, 0 impl, 0 cont) and 3654 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.04/0.07	c presolving:
0.04/0.08	c (round 1) 22 del vars, 3 del conss, 0 add conss, 0 chg bounds, 190 chg sides, 380 chg coeffs, 0 upgd conss, 2618 impls, 0 clqs
0.04/0.08	c (round 2) 23 del vars, 46 del conss, 0 add conss, 0 chg bounds, 190 chg sides, 380 chg coeffs, 0 upgd conss, 2618 impls, 0 clqs
0.04/0.09	c (round 3) 24 del vars, 46 del conss, 0 add conss, 2426 chg bounds, 190 chg sides, 380 chg coeffs, 0 upgd conss, 2618 impls, 0 clqs
0.09/0.11	c (round 4) 24 del vars, 46 del conss, 0 add conss, 2426 chg bounds, 190 chg sides, 380 chg coeffs, 1183 upgd conss, 2618 impls, 0 clqs
0.09/0.19	c    (0.2s) probing: 165/4016 (4.1%) - 0 fixings, 0 aggregations, 1 implications, 0 bound changes
0.09/0.19	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.20	c presolving (5 rounds):
0.09/0.20	c  24 deleted vars, 46 deleted constraints, 0 added constraints, 2426 tightened bounds, 0 added holes, 190 changed sides, 380 changed coefficients
0.09/0.20	c  5046 implications, 0 cliques
0.09/0.20	c presolved problem has 6442 variables (4016 bin, 0 int, 2426 impl, 0 cont) and 6035 constraints
0.09/0.20	c     122 constraints of type <knapsack>
0.09/0.20	c     718 constraints of type <setppc>
0.09/0.20	c    2426 constraints of type <linear>
0.09/0.20	c    2426 constraints of type <indicator>
0.09/0.20	c     343 constraints of type <logicor>
0.09/0.20	c transformed objective value is always integral (scale: 1)
0.09/0.20	c Presolving Time: 0.15
0.09/0.20	c - non default parameters ----------------------------------------------------------------------
0.09/0.20	c # SCIP version 2.0.1.4
0.09/0.20	c 
0.09/0.20	c # frequency for displaying node information lines
0.09/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.20	c display/freq = 10000
0.09/0.20	c 
0.09/0.20	c # maximal time in seconds to run
0.09/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.20	c limits/time = 1800
0.09/0.20	c 
0.09/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.20	c limits/memory = 13950
0.09/0.20	c 
0.09/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.20	c # [type: int, range: [1,2], default: 1]
0.09/0.20	c timing/clocktype = 2
0.09/0.20	c 
0.09/0.20	c # belongs reading time to solving time?
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c timing/reading = TRUE
0.09/0.20	c 
0.09/0.20	c # should presolving try to simplify inequalities
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c constraints/linear/simplifyinequalities = TRUE
0.09/0.20	c 
0.09/0.20	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c constraints/indicator/addCouplingCons = TRUE
0.09/0.20	c 
0.09/0.20	c # should presolving try to simplify knapsacks
0.09/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.20	c 
0.09/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.20	c separating/rapidlearning/freq = 0
0.09/0.20	c 
0.09/0.20	c -----------------------------------------------------------------------------------------------
0.09/0.20	c start solving
0.19/0.20	c 
0.69/0.70	o 124038
0.69/0.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.70	c y 0.7s|     1 |     0 |     0 |     - |  22M|   0 |   - |6442 |8461 |6442 |3609 |   0 |   0 |   0 |      --      | 1.240380e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   568 |     - |  22M|   0 | 204 |6442 |8461 |6442 |3609 |   0 |   0 |   0 | 0.000000e+00 | 1.240380e+05 |    Inf 
1.09/1.19	c   1.2s|     1 |     0 |  1359 |     - |  23M|   0 | 416 |6442 |8461 |6442 |3766 | 157 |   0 |   0 | 0.000000e+00 | 1.240380e+05 |    Inf 
1.39/1.49	c   1.5s|     1 |     0 |  2178 |     - |  24M|   0 | 458 |6442 |8461 |6442 |3986 | 377 |   0 |   0 | 0.000000e+00 | 1.240380e+05 |    Inf 
1.79/1.82	c   1.8s|     1 |     0 |  3331 |     - |  24M|   0 | 562 |6442 |8461 |6442 |4191 | 582 |   0 |   0 | 0.000000e+00 | 1.240380e+05 |    Inf 
2.30/2.36	c   2.4s|     1 |     0 |  4268 |     - |  25M|   0 | 676 |6442 |8461 |6442 |4378 | 769 |   0 |   0 | 0.000000e+00 | 1.240380e+05 |    Inf 
3.00/3.08	c   3.1s|     1 |     0 |  5091 |     - |  25M|   0 | 593 |6442 |8461 |6442 |4564 | 955 |   0 |   0 | 0.000000e+00 | 1.240380e+05 |    Inf 
3.69/3.79	c   3.8s|     1 |     0 |  6417 |     - |  25M|   0 | 699 |6442 |8461 |6442 |4751 |1142 |   0 |   0 | 0.000000e+00 | 1.240380e+05 |    Inf 
4.40/4.41	c   4.4s|     1 |     2 |  6417 |     - |  26M|   0 | 699 |6442 |8461 |6442 |4751 |1142 |   0 |  10 | 0.000000e+00 | 1.240380e+05 |    Inf 
217.80/217.84	c   218s| 10000 |  9940 |404493 |  39.8 |  69M| 141 | 128 |6442 |8670 |6442 |4528 |1142 | 209 |3610 | 0.000000e+00 | 1.240380e+05 |    Inf 
382.71/382.73	c   383s| 20000 | 19870 |758151 |  37.6 | 101M| 141 | 329 |6442 |8803 |6442 |4528 |1142 | 363 |5811 | 0.000000e+00 | 1.240380e+05 |    Inf 
554.11/554.17	c   554s| 30000 | 29766 |  1156k|  38.3 | 132M| 175 | 314 |6442 |8826 |6442 |4528 |1142 | 501 |7941 | 0.000000e+00 | 1.240380e+05 |    Inf 
680.61/680.65	c   681s| 40000 | 39634 |  1450k|  36.1 | 163M| 175 | 145 |6442 |8887 |6442 |4528 |1142 | 671 |9001 | 0.000000e+00 | 1.240380e+05 |    Inf 
793.61/793.60	c   794s| 50000 | 49536 |  1717k|  34.2 | 195M| 203 | 263 |6442 |8851 |6442 |4528 |1142 | 776 |9601 | 0.000000e+00 | 1.240380e+05 |    Inf 
904.02/904.00	c   904s| 60000 | 59450 |  1982k|  32.9 | 227M| 203 |  60 |6442 |8813 |6442 |4528 |1142 | 869 |  10k| 0.000000e+00 | 1.240380e+05 |    Inf 
1018.53/1018.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1018.53/1018.58	c  1019s| 70000 | 69368 |  2267k|  32.3 | 258M| 203 | 254 |6442 |8789 |6442 |4528 |1142 | 977 |  12k| 0.000000e+00 | 1.240380e+05 |    Inf 
1115.32/1115.33	c  1115s| 80000 | 79294 |  2491k|  31.1 | 290M| 211 | 415 |6442 |8754 |6442 |4153 |1142 |1047 |  12k| 0.000000e+00 | 1.240380e+05 |    Inf 
1206.53/1206.52	c  1207s| 90000 | 89244 |  2681k|  29.7 | 322M| 211 | 251 |6442 |8727 |6442 |4528 |1142 |1099 |  13k| 0.000000e+00 | 1.240380e+05 |    Inf 
1303.03/1303.04	c  1303s|100000 | 99177 |  2903k|  29.0 | 353M| 213 | 190 |6442 |8717 |6442 |4528 |1142 |1162 |  14k| 0.000000e+00 | 1.240380e+05 |    Inf 
1403.53/1403.53	c  1404s|110000 |109131 |  3158k|  28.7 | 385M| 213 | 235 |6442 |8679 |6442 |4528 |1142 |1212 |  15k| 0.000000e+00 | 1.240380e+05 |    Inf 
1487.24/1487.23	c  1487s|120000 |119091 |  3330k|  27.7 | 417M| 229 |  90 |6442 |8643 |6442 |4528 |1271 |1243 |  16k| 0.000000e+00 | 1.240380e+05 |    Inf 
1562.84/1562.88	c  1563s|130000 |129049 |  3499k|  26.9 | 449M| 229 | 108 |6442 |8633 |6442 |4528 |1369 |1279 |  16k| 0.000000e+00 | 1.240380e+05 |    Inf 
1642.94/1642.98	c  1643s|140000 |139001 |  3662k|  26.1 | 480M| 229 | 451 |6442 |8638 |6442 |4153 |1534 |1326 |  17k| 0.000000e+00 | 1.240380e+05 |    Inf 
1719.53/1719.55	c  1720s|150000 |148930 |  3833k|  25.5 | 512M| 229 | 104 |6442 |8631 |6442 |4528 |1648 |1383 |  17k| 0.000000e+00 | 1.240380e+05 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 159861
1800.04/1800.00	c Primal Bound       : +1.24038000000000e+05 (100 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/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 /var/tmp/evaluation-result-3447338-1307899423/watcher-3447338-1307899423 -o /var/tmp/evaluation-result-3447338-1307899423/solver-3447338-1307899423 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447338-1307899423.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.07 1.80 1.46 2/177 14539
/proc/meminfo: memFree=1470056/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=10140 CPUtime=0 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 1518 0 0 0 0 0 0 0 25 0 1 0 901542729 10383360 1472 33554432000 4194304 9128323 140734893549440 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14539/statm: 2535 1472 399 1205 0 1326 0

[startup+0.0515439 s]
/proc/loadavg: 2.07 1.80 1.46 2/177 14539
/proc/meminfo: memFree=1470056/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=27396 CPUtime=0.04 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 5587 0 0 0 4 0 0 0 25 0 1 0 901542729 28053504 5539 33554432000 4194304 9128323 140734893549440 18446744073709551615 6890107 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14539/statm: 6849 5539 474 1205 0 5640 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27396

[startup+0.100544 s]
/proc/loadavg: 2.07 1.80 1.46 2/177 14539
/proc/meminfo: memFree=1470056/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=37896 CPUtime=0.09 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 8370 0 0 0 9 0 0 0 25 0 1 0 901542729 38805504 8065 33554432000 4194304 9128323 140734893549440 18446744073709551615 5266489 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14539/statm: 9474 8065 531 1205 0 8265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37896

[startup+0.300501 s]
/proc/loadavg: 2.07 1.80 1.46 2/177 14539
/proc/meminfo: memFree=1470056/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=47924 CPUtime=0.29 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 10987 0 0 0 28 1 0 0 25 0 1 0 901542729 49074176 10635 33554432000 4194304 9128323 140734893549440 18446744073709551615 5607839 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14539/statm: 11981 10635 627 1205 0 10772 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47924

[startup+0.700448 s]
/proc/loadavg: 2.07 1.80 1.46 2/177 14539
/proc/meminfo: memFree=1470056/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=50172 CPUtime=0.69 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 11728 0 0 0 68 1 0 0 25 0 1 0 901542729 51376128 11376 33554432000 4194304 9128323 140734893549440 18446744073709551615 4840374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14539/statm: 12543 11376 629 1205 0 11334 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50172

[startup+1.50028 s]
/proc/loadavg: 2.07 1.80 1.46 3/178 14540
/proc/meminfo: memFree=1390832/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=84864 CPUtime=1.49 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 23107 0 0 0 147 2 0 0 25 0 1 0 901542729 86900736 20245 33554432000 4194304 9128323 140734893549440 18446744073709551615 4347145 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14539/statm: 21216 20245 741 1205 0 20007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84864

[startup+3.10099 s]
/proc/loadavg: 2.07 1.80 1.46 3/178 14540
/proc/meminfo: memFree=1391328/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=84864 CPUtime=3.1 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 23117 0 0 0 307 3 0 0 25 0 1 0 901542729 86900736 20252 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14539/statm: 21216 20252 738 1205 0 20007 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 84864

[startup+6.30038 s]
/proc/loadavg: 2.07 1.80 1.46 3/178 14540
/proc/meminfo: memFree=1391204/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=84864 CPUtime=6.29 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 25683 0 0 0 624 5 0 0 25 0 1 0 901542729 86900736 20281 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14539/statm: 21216 20281 746 1205 0 20007 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84864

[startup+12.7002 s]
/proc/loadavg: 2.06 1.81 1.46 3/178 14540
/proc/meminfo: memFree=1390892/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=84864 CPUtime=12.69 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 25683 0 0 0 1260 9 0 0 25 0 1 0 901542729 86900736 20281 33554432000 4194304 9128323 140734893549440 18446744073709551615 7191228 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14539/statm: 21216 20281 746 1205 0 20007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84864

[startup+25.5009 s]
/proc/loadavg: 2.05 1.82 1.47 3/178 14540
/proc/meminfo: memFree=1390876/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=84864 CPUtime=25.49 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 25686 0 0 0 2532 17 0 0 25 0 1 0 901542729 86900736 20284 33554432000 4194304 9128323 140734893549440 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14539/statm: 21216 20284 749 1205 0 20007 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84864

[startup+51.1002 s]
/proc/loadavg: 2.03 1.83 1.48 3/178 14541
/proc/meminfo: memFree=1390596/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=84864 CPUtime=51.09 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 29240 0 0 0 5080 29 0 0 25 0 1 0 901542729 86900736 20288 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14539/statm: 21216 20288 753 1205 0 20007 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84864

[startup+102.306 s]
/proc/loadavg: 2.01 1.86 1.51 3/178 14542
/proc/meminfo: memFree=1387092/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=90344 CPUtime=102.3 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 40683 0 0 0 10180 50 0 0 25 0 1 0 901542729 92512256 21401 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 22586 21401 753 1205 0 21377 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 90344

[startup+162.301 s]
/proc/loadavg: 2.00 1.88 1.54 3/178 14544
/proc/meminfo: memFree=1373648/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=102668 CPUtime=162.29 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 56835 0 0 0 16155 74 0 0 25 0 1 0 901542729 105132032 24545 33554432000 4194304 9128323 140734893549440 18446744073709551615 6416658 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 25667 24545 795 1205 0 24458 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102668

[startup+222.301 s]
/proc/loadavg: 2.00 1.90 1.57 3/178 14545
/proc/meminfo: memFree=1360828/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=115096 CPUtime=222.3 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 60015 0 0 0 22133 97 0 0 25 0 1 0 901542729 117858304 27611 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 28774 27611 781 1205 0 27565 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 115096

[startup+282.301 s]
/proc/loadavg: 2.00 1.91 1.59 3/178 14585
/proc/meminfo: memFree=1179520/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=126856 CPUtime=282.3 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 69294 0 0 0 28109 121 0 0 25 0 1 0 901542729 129900544 30624 33554432000 4194304 9128323 140734893549440 18446744073709551615 7205408 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 31714 30624 753 1205 0 30505 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126856

[startup+342.301 s]
/proc/loadavg: 2.00 1.92 1.61 3/178 14587
/proc/meminfo: memFree=1148732/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=137512 CPUtime=342.3 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 72083 0 0 0 34087 143 0 0 25 0 1 0 901542729 140812288 33325 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 34378 33325 753 1205 0 33169 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 137512

[startup+402.301 s]
/proc/loadavg: 2.00 1.94 1.63 3/178 14588
/proc/meminfo: memFree=1136492/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=147068 CPUtime=402.3 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 74601 0 0 0 40063 167 0 0 25 0 1 0 901542729 150597632 35723 33554432000 4194304 9128323 140734893549440 18446744073709551615 7216720 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 36767 35723 753 1205 0 35558 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 147068

[startup+462.301 s]
/proc/loadavg: 2.00 1.94 1.65 3/178 14590
/proc/meminfo: memFree=1097520/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=158712 CPUtime=462.3 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 77608 0 0 0 46041 189 0 0 25 0 1 0 901542729 162521088 38508 33554432000 4194304 9128323 140734893549440 18446744073709551615 7205328 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 39678 38508 753 1205 0 38469 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 158712

[startup+522.301 s]
/proc/loadavg: 2.00 1.95 1.67 3/178 14591
/proc/meminfo: memFree=881852/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=168120 CPUtime=522.31 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 86755 0 0 0 52017 214 0 0 25 0 1 0 901542729 172154880 41004 33554432000 4194304 9128323 140734893549440 18446744073709551615 7177501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 42030 41004 753 1205 0 40821 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 168120

[startup+582.3 s]
/proc/loadavg: 2.00 1.96 1.69 3/178 14593
/proc/meminfo: memFree=867928/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=180428 CPUtime=582.31 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 89783 0 0 0 57993 238 0 0 25 0 1 0 901542729 184758272 44015 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 45107 44015 753 1205 0 43898 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 180428

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.07 1.99 1.75 3/178 14599
/proc/meminfo: memFree=778012/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=245292 CPUtime=822.31 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 112944 0 0 0 81897 334 0 0 25 0 1 0 901542729 251179008 60383 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 61323 60383 797 1205 0 60114 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 245292

[startup+882.3 s]
/proc/loadavg: 2.02 1.99 1.77 3/178 14601
/proc/meminfo: memFree=760232/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=263104 CPUtime=882.31 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 117539 0 0 0 87876 355 0 0 25 0 1 0 901542729 269418496 64789 33554432000 4194304 9128323 140734893549440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 65776 64789 753 1205 0 64567 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 263104

[startup+942.3 s]
/proc/loadavg: 2.01 1.99 1.78 3/178 14603
/proc/meminfo: memFree=743196/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=280260 CPUtime=942.32 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 121955 0 0 0 93854 378 0 0 25 0 1 0 901542729 286986240 69098 33554432000 4194304 9128323 140734893549440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 70065 69098 759 1205 0 68856 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 280260

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/178 14604
/proc/meminfo: memFree=727304/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=297000 CPUtime=1002.32 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 125821 0 0 0 99832 400 0 0 25 0 1 0 901542729 304128000 72861 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 74250 72861 754 1205 0 73041 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 297000

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/178 14606
/proc/meminfo: memFree=714132/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=313044 CPUtime=1062.32 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 129813 0 0 0 105808 424 0 0 25 0 1 0 901542729 320557056 76846 33554432000 4194304 9128323 140734893549440 18446744073709551615 7207296 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 78261 76846 754 1205 0 77052 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 313044

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 14607
/proc/meminfo: memFree=694008/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=333056 CPUtime=1122.32 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 135121 0 0 0 111784 448 0 0 25 0 1 0 901542729 341049344 81855 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 83264 81855 754 1205 0 82055 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 333056

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/178 14609
/proc/meminfo: memFree=670776/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=355708 CPUtime=1182.32 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 141117 0 0 0 117762 470 0 0 25 0 1 0 901542729 364244992 87610 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 88927 87610 754 1205 0 87718 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 355708

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 14611
/proc/meminfo: memFree=640720/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=374464 CPUtime=1242.33 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 145892 0 0 0 123741 492 0 0 25 0 1 0 901542729 383451136 92291 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 93616 92291 754 1205 0 92407 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 374464

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 14612
/proc/meminfo: memFree=613032/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=394908 CPUtime=1302.33 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 151312 0 0 0 129718 515 0 0 25 0 1 0 901542729 404385792 97394 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 98727 97394 756 1205 0 97518 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 394908

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/178 14614
/proc/meminfo: memFree=589680/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=413004 CPUtime=1362.33 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 162373 0 0 0 135694 539 0 0 25 0 1 0 901542729 422916096 102006 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 103251 102006 790 1205 0 102042 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 413004

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.85 3/178 14615
/proc/meminfo: memFree=568932/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=433368 CPUtime=1422.34 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 167554 0 0 0 141674 560 0 0 25 0 1 0 901542729 443768832 107062 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 108342 107062 753 1205 0 107133 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 433368

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/178 14617
/proc/meminfo: memFree=546456/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=454704 CPUtime=1482.33 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 173258 0 0 0 147651 582 0 0 25 0 1 0 901542729 465616896 112484 33554432000 4194304 9128323 140734893549440 18446744073709551615 7192366 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 113676 112484 753 1205 0 112467 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 454704

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 14619
/proc/meminfo: memFree=513196/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=484252 CPUtime=1542.33 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 181063 0 0 0 153630 603 0 0 25 0 1 0 901542729 495874048 119819 33554432000 4194304 9128323 140734893549440 18446744073709551615 7050092 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 121063 119819 755 1205 0 119854 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 484252

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/178 14620
/proc/meminfo: memFree=492056/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=506800 CPUtime=1602.33 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 186943 0 0 0 159609 624 0 0 25 0 1 0 901542729 518963200 125568 33554432000 4194304 9128323 140734893549440 18446744073709551615 6505911 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 126700 125568 753 1205 0 125491 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 506800

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 14622
/proc/meminfo: memFree=468340/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=529540 CPUtime=1662.34 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 192803 0 0 0 165586 648 0 0 25 0 1 0 901542729 542248960 131280 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 132385 131280 763 1205 0 131176 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 529540

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 14623
/proc/meminfo: memFree=441700/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=554552 CPUtime=1722.34 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 199111 0 0 0 171566 668 0 0 25 0 1 0 901542729 567861248 137532 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 138638 137532 754 1205 0 137429 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 554552

[startup+1782.3 s]
/proc/loadavg: 2.07 2.00 1.89 3/178 14625
/proc/meminfo: memFree=414004/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=578512 CPUtime=1782.34 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 205352 0 0 0 177544 690 0 0 25 0 1 0 901542729 592396288 143586 33554432000 4194304 9128323 140734893549440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 144628 143586 758 1205 0 143419 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 578512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.00 1.89 3/178 14626
/proc/meminfo: memFree=407856/32951124 swapFree=67053020/67111528
[pid=14539] ppid=14537 vsize=584980 CPUtime=1800.05 cores=0,2,4,6
/proc/14539/stat : 14539 (scip-2.0.1.4.li) R 14537 14539 13179 0 -1 4202496 207001 0 0 0 179308 697 0 0 25 0 1 0 901542729 599019520 145152 33554432000 4194304 9128323 140734893549440 18446744073709551615 6712940 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14539/statm: 146245 145152 754 1205 0 145036 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 584980

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.08
CPU user time (s): 1793.08
CPU system time (s): 6.99694
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 584980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.08
system time used= 6.99694
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207001
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= 2070

runsolver used 2.69759 second user time and 5.52416 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-12 19:23:43
IDJOB=3447338
IDBENCH=79031
IDSOLVER=1944
FILE ID=node104/3447338-1307899423
RUNJOBID= node104-1307898940-14460
PBS_JOBID= 13559598
Free space on /var/tmp= 2876 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-46s.smv--soft-33-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 /var/tmp/evaluation-result-3447338-1307899423/watcher-3447338-1307899423 -o /var/tmp/evaluation-result-3447338-1307899423/solver-3447338-1307899423 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447338-1307899423.wbo -t 1800 -m 15500

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

MD5SUM BENCH= c0de7a271d508347ff52629783e8132d
RANDOM SEED=1599020877

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1470856 kB
Buffers:         50808 kB
Cached:       30397800 kB
SwapCached:      11184 kB
Active:       15630860 kB
Inactive:     14902364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1470856 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           12444 kB
Writeback:           4 kB
AnonPages:       81864 kB
Mapped:          12132 kB
Slab:           882504 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   275500 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 /var/tmp at the end= 2864 MiB
End job on node104 at 2011-06-12 19:53:45