Trace number 2693224

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.13 1802.55

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.ucl--soft-0-100-0.wbo
MD5SUM25ae7044365e399485d04cd072582b8a
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.148976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6392
Total number of constraints18058
Number of soft constraints18058
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 911376
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 911375
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693224-1277931793.wbo>
0.19/0.22	c original problem has 42508 variables (24450 bin, 0 int, 0 impl, 18058 cont) and 36117 constraints
0.19/0.22	c problem read
0.19/0.22	c presolving settings loaded
4.69/4.76	o 911375
4.69/4.76	c feasible solution found by trivial heuristic, objective value  9.113750e+05
4.69/4.76	c presolving:
4.79/4.83	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 18058 impls, 0 clqs
4.79/4.88	c (round 2) 0 del vars, 1 del conss, 18058 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 18058 impls, 0 clqs
5.40/5.46	c    (5.2s) probing: 101/24450 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.40/5.46	c    (5.2s) probing aborted: 100/100 successive totally useless probings
5.40/5.46	c presolving (3 rounds):
5.40/5.46	c  0 deleted vars, 1 deleted constraints, 18058 tightened bounds, 0 added holes, 390 changed sides, 780 changed coefficients
5.40/5.46	c  18058 implications, 0 cliques
5.40/5.46	c presolved problem has 42508 variables (24450 bin, 0 int, 0 impl, 18058 cont) and 36116 constraints
5.40/5.46	c   18058 constraints of type <indicator>
5.40/5.46	c       1 constraints of type <varbound>
5.40/5.46	c   18057 constraints of type <linear>
5.40/5.46	c transformed objective value is always integral (scale: 1)
5.40/5.46	c Presolving Time: 5.06
5.40/5.46	c - non default parameters ----------------------------------------------------------------------
5.40/5.46	c # SCIP version 1.2.1.2
5.40/5.46	c 
5.40/5.46	c # frequency for displaying node information lines
5.40/5.46	c # [type: int, range: [-1,2147483647], default: 100]
5.40/5.46	c display/freq = 10000
5.40/5.46	c 
5.40/5.46	c # maximal time in seconds to run
5.40/5.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.40/5.46	c limits/time = 1799.78
5.40/5.46	c 
5.40/5.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.40/5.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.40/5.46	c limits/memory = 3420
5.40/5.46	c 
5.40/5.46	c # should presolving try to simplify inequalities
5.40/5.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.40/5.46	c constraints/linear/simplifyinequalities = TRUE
5.40/5.46	c 
5.40/5.46	c # should presolving try to simplify knapsacks
5.40/5.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.40/5.46	c constraints/knapsack/simplifyinequalities = TRUE
5.40/5.46	c 
5.40/5.46	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.40/5.46	c # [type: int, range: [-1,2147483647], default: -1]
5.40/5.46	c separating/rapidlearning/freq = 0
5.40/5.46	c 
5.40/5.46	c -----------------------------------------------------------------------------------------------
5.40/5.46	c start solving
5.40/5.48	c 
5.59/5.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.59/5.61	c t 5.3s|     1 |     0 |     0 |     - | 133M|   0 |   0 |  42k|  36k|  42k|   0 |   0 |   0 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
5.59/5.63	c   5.3s|     1 |     0 |   201 |     - | 133M|   0 |  21 |  42k|  36k|  42k| 201 | 201 |   0 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
5.59/5.67	o 911369
5.59/5.67	c y 5.4s|     1 |     0 |   201 |     - | 134M|   0 |  21 |  42k|  36k|  42k| 201 | 201 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
5.79/5.85	c   5.5s|     1 |     0 |   327 |     - | 134M|   0 |  11 |  42k|  36k|  42k| 412 | 412 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
6.44/6.90	c   6.1s|     1 |     0 |   723 |     - | 134M|   0 | 176 |  42k|  36k|  42k| 613 | 613 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
6.94/7.46	c   6.7s|     1 |     0 |   959 |     - | 136M|   0 | 270 |  42k|  36k|  42k| 866 | 866 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
7.43/7.94	c   7.2s|     1 |     0 |  1189 |     - | 137M|   0 | 347 |  42k|  36k|  42k|1084 |1084 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
7.94/8.47	c   7.7s|     1 |     0 |  1415 |     - | 138M|   0 | 438 |  42k|  36k|  42k|1310 |1310 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
8.53/9.01	c   8.2s|     1 |     0 |  1648 |     - | 140M|   0 | 488 |  42k|  36k|  42k|1524 |1524 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
9.74/10.28	c   9.4s|     1 |     2 |  2134 |     - | 141M|   0 | 488 |  42k|  36k|  42k|1524 |1524 |   0 |  33 | 0.000000e+00 | 9.113690e+05 |    Inf 
302.55/303.02	c   274s| 10000 | 10001 | 74801 |   7.3 | 307M| 355 |  10 |  42k|  36k|  42k|1781 |  25k|   0 |6952 | 0.000000e+00 | 9.113690e+05 |    Inf 
510.64/511.14	c   466s| 20000 | 20001 |143760 |   7.1 | 421M| 389 |  53 |  42k|  36k|  42k|1919 |  51k|   0 |8163 | 0.000000e+00 | 9.113690e+05 |    Inf 
731.95/732.42	c   673s| 30000 | 30001 |204147 |   6.8 | 536M| 419 |  36 |  42k|  36k|  42k|1854 |  75k|   0 |9226 | 0.000000e+00 | 9.113690e+05 |    Inf 
945.35/945.86	c   873s| 40000 | 40001 |264638 |   6.6 | 652M| 419 |  12 |  42k|  36k|  42k|1929 |  99k|   0 |9383 | 0.000000e+00 | 9.113690e+05 |    Inf 
1156.36/1156.83	c  1072s| 50000 | 50001 |326009 |   6.5 | 767M| 419 |  19 |  42k|  36k|  42k|1490 | 124k|   0 |9522 | 0.000000e+00 | 9.113690e+05 |    Inf 
1391.56/1392.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1391.56/1392.04	c  1294s| 60000 | 60001 |383702 |   6.4 | 882M| 419 |  57 |  42k|  36k|  42k|1781 | 148k|   0 |9587 | 0.000000e+00 | 9.113690e+05 |    Inf 
1631.27/1631.75	c  1521s| 70000 | 70001 |438846 |   6.2 | 997M| 419 |  20 |  42k|  36k|  42k|1774 | 172k|   0 |9650 | 0.000000e+00 | 9.113690e+05 |    Inf 
1800.07/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.52	c 
1800.07/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.52	c Solving Time (sec) : 1679.45
1800.07/1800.52	c Solving Nodes      : 76896
1800.07/1800.52	c Primal Bound       : +9.11369000000000e+05 (102 solutions)
1800.07/1800.52	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.52	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693224-1277931793/watcher-2693224-1277931793 -o /tmp/evaluation-result-2693224-1277931793/solver-2693224-1277931793 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693224-1277931793.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 15803
/proc/meminfo: memFree=30949480/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=10836 CPUtime=0
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 1661 0 0 0 0 0 0 0 25 0 1 0 134475763 11096064 1582 4089446400 4194304 9819077 140734046610752 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15803/statm: 2744 1587 392 1374 0 1365 0

[startup+0.072552 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 15803
/proc/meminfo: memFree=30949480/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=30440 CPUtime=0.06
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 6538 0 0 0 6 0 0 0 25 0 1 0 134475763 31170560 6459 4089446400 4194304 9819077 140734046610752 18446744073709551615 8653681 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15803/statm: 7610 6459 392 1374 0 6231 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30440

[startup+0.100551 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 15803
/proc/meminfo: memFree=30949480/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=36312 CPUtime=0.09
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 8025 0 0 0 9 0 0 0 25 0 1 0 134475763 37183488 7946 4089446400 4194304 9819077 140734046610752 18446744073709551615 6180942 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15803/statm: 9078 7946 392 1374 0 7699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36312

[startup+0.300513 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 15803
/proc/meminfo: memFree=30949480/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=114804 CPUtime=0.29
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 27917 0 0 0 26 3 0 0 25 0 1 0 134475763 117559296 27447 4089446400 4194304 9819077 140734046610752 18446744073709551615 4327714 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 28701 27447 435 1374 0 27322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114804

[startup+0.700444 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 15803
/proc/meminfo: memFree=30949480/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=152612 CPUtime=0.69
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 36181 0 0 0 65 4 0 0 25 0 1 0 134475763 156274688 35711 4089446400 4194304 9819077 140734046610752 18446744073709551615 8678894 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 38153 35711 469 1374 0 36774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152612

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=30807988/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=152612 CPUtime=1.49
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 36181 0 0 0 145 4 0 0 25 0 1 0 134475763 156274688 35711 4089446400 4194304 9819077 140734046610752 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 38153 35711 469 1374 0 36774 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152612

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=30808112/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=152612 CPUtime=3.09
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 36181 0 0 0 305 4 0 0 25 0 1 0 134475763 156274688 35711 4089446400 4194304 9819077 140734046610752 18446744073709551615 8679111 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 38153 35711 469 1374 0 36774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152612

[startup+6.3005 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=30800548/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=196692 CPUtime=6.12
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 51078 0 0 0 601 11 0 0 25 0 1 0 134475763 201412608 44674 4089446400 4194304 9819077 140734046610752 18446744073709551615 5719185 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15803/statm: 49173 44674 664 1374 0 47794 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 196692

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=30761804/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=209552 CPUtime=12.24
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 308100 0 0 0 1182 42 0 0 25 0 1 0 134475763 214581248 47734 4089446400 4194304 9819077 140734046610752 18446744073709551615 6391555 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 52388 47735 700 1374 0 51009 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 209552

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=30760744/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=208060 CPUtime=25.04
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 1729995 0 0 0 2291 213 0 0 25 0 1 0 134475763 213053440 47746 4089446400 4194304 9819077 140734046610752 18446744073709551615 6589165 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 52015 47746 700 1374 0 50636 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 208060

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=30736684/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=233792 CPUtime=50.64
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 4638929 0 0 0 4514 550 0 0 25 0 1 0 134475763 239403008 54377 4089446400 4194304 9819077 140734046610752 18446744073709551615 6367494 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 58448 54377 701 1374 0 57069 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 233792

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15806
/proc/meminfo: memFree=30623700/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=358416 CPUtime=101.84
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 9097458 0 0 0 9096 1088 0 0 25 0 1 0 134475763 367017984 84967 4089446400 4194304 9819077 140734046610752 18446744073709551615 4846549 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 89604 84967 703 1374 0 88225 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 358416

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15808
/proc/meminfo: memFree=30666448/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=303416 CPUtime=161.84
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 13837662 0 0 0 14498 1686 0 0 25 0 1 0 134475763 310697984 71005 4089446400 4194304 9819077 140734046610752 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 75593 70831 703 1374 0 74214 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 303416

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15810
/proc/meminfo: memFree=30633928/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=327816 CPUtime=221.84
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 18202724 0 0 0 19959 2225 0 0 25 0 1 0 134475763 335683584 77796 4089446400 4194304 9819077 140734046610752 18446744073709551615 6162025 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 81954 77796 703 1374 0 80575 0
Current children cumulated CPU time (s) 221.84
Current children cumulated vsize (KiB) 327816

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15812
/proc/meminfo: memFree=30600292/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=359600 CPUtime=281.84
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 21917734 0 0 0 25481 2703 0 0 25 0 1 0 134475763 368230400 85562 4089446400 4194304 9819077 140734046610752 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 89900 85562 703 1374 0 88521 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 359600

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15812
/proc/meminfo: memFree=30565904/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=392068 CPUtime=341.84
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 25647580 0 0 0 31007 3177 0 0 25 0 1 0 134475763 401477632 93582 4089446400 4194304 9819077 140734046610752 18446744073709551615 7487724 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 98017 93606 703 1374 0 96638 0
Current children cumulated CPU time (s) 341.84
Current children cumulated vsize (KiB) 392068

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15814
/proc/meminfo: memFree=30525952/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=425344 CPUtime=401.84
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 29290643 0 0 0 36532 3652 0 0 25 0 1 0 134475763 435552256 102225 4089446400 4194304 9819077 140734046610752 18446744073709551615 6658374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 106336 102225 703 1374 0 104957 0
Current children cumulated CPU time (s) 401.84
Current children cumulated vsize (KiB) 425344

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 15816
/proc/meminfo: memFree=30491200/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=458668 CPUtime=461.85
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 33058243 0 0 0 42056 4129 0 0 25 0 1 0 134475763 469676032 110561 4089446400 4194304 9819077 140734046610752 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 114667 110561 703 1374 0 113288 0
Current children cumulated CPU time (s) 461.85
Current children cumulated vsize (KiB) 458668

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15818
/proc/meminfo: memFree=30454832/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=491984 CPUtime=521.85
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 36381953 0 0 0 47619 4566 0 0 25 0 1 0 134475763 503791616 118765 4089446400 4194304 9819077 140734046610752 18446744073709551615 5507155 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 122996 118765 703 1374 0 121617 0
Current children cumulated CPU time (s) 521.85
Current children cumulated vsize (KiB) 491984

[startup+582.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 15820
/proc/meminfo: memFree=30419208/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=525180 CPUtime=581.85
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 39284452 0 0 0 53246 4939 0 0 25 0 1 0 134475763 537784320 127094 4089446400 4194304 9819077 140734046610752 18446744073709551615 6628210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 131295 127094 703 1374 0 129916 0
Current children cumulated CPU time (s) 581.85
Current children cumulated vsize (KiB) 525180

[startup+642.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15820
/proc/meminfo: memFree=30382344/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=559440 CPUtime=641.85
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 42514128 0 0 0 58834 5351 0 0 25 0 1 0 134475763 572866560 134831 4089446400 4194304 9819077 140734046610752 18446744073709551615 6718749 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 139860 134831 703 1374 0 138481 0
Current children cumulated CPU time (s) 641.85
Current children cumulated vsize (KiB) 559440

[startup+702.301 s]

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

/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 61997730 0 0 0 98285 7901 0 0 25 0 1 0 134475763 794910720 189930 4089446400 4194304 9819077 140734046610752 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 194070 189930 703 1374 0 192691 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 776280

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15834
/proc/meminfo: memFree=30114784/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=806168 CPUtime=1121.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 64693990 0 0 0 103922 8264 0 0 25 0 1 0 134475763 825516032 197508 4089446400 4194304 9819077 140734046610752 18446744073709551615 6364599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 201542 197508 703 1374 0 200163 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 806168

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15836
/proc/meminfo: memFree=30077664/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=836916 CPUtime=1181.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 67485439 0 0 0 109560 8626 0 0 25 0 1 0 134475763 857001984 205220 4089446400 4194304 9819077 140734046610752 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15803/statm: 209229 205235 703 1374 0 207850 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 836916

[startup+1242.3 s]
/proc/loadavg: 1.53 1.89 1.96 2/172 16037
/proc/meminfo: memFree=30595716/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=869732 CPUtime=1241.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 69933839 0 0 0 115228 8958 0 0 25 0 1 0 134475763 890605568 213331 4089446400 4194304 9819077 140734046610752 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 217433 213331 703 1374 0 216054 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 869732

[startup+1302.3 s]
/proc/loadavg: 1.19 1.72 1.89 2/172 16186
/proc/meminfo: memFree=30567472/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=897432 CPUtime=1301.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 72279733 0 0 0 120900 9286 0 0 25 0 1 0 134475763 918970368 220261 4089446400 4194304 9819077 140734046610752 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 224358 220261 703 1374 0 222979 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 897432

[startup+1362.3 s]
/proc/loadavg: 1.07 1.59 1.84 2/172 16398
/proc/meminfo: memFree=30536936/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=926444 CPUtime=1361.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 74472769 0 0 0 126604 9582 0 0 25 0 1 0 134475763 948678656 227586 4089446400 4194304 9819077 140734046610752 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 231611 227586 703 1374 0 230232 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 926444

[startup+1422.31 s]
/proc/loadavg: 1.02 1.48 1.78 2/172 16610
/proc/meminfo: memFree=30508708/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=955556 CPUtime=1421.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 77073346 0 0 0 132258 9928 0 0 25 0 1 0 134475763 978489344 234844 4089446400 4194304 9819077 140734046610752 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 238805 234844 703 1374 0 237426 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 955556

[startup+1482.3 s]
/proc/loadavg: 1.01 1.39 1.73 2/169 16721
/proc/meminfo: memFree=30483080/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=982496 CPUtime=1481.87
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 79193052 0 0 0 137969 10218 0 0 25 0 1 0 134475763 1006075904 241518 4089446400 4194304 9819077 140734046610752 18446744073709551615 5893820 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 245624 241518 703 1374 0 244245 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 982496

[startup+1542.3 s]
/proc/loadavg: 1.00 1.32 1.68 2/169 16721
/proc/meminfo: memFree=30456404/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1010032 CPUtime=1541.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 81486195 0 0 0 143660 10526 0 0 25 0 1 0 134475763 1034272768 248090 4089446400 4194304 9819077 140734046610752 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 252508 248090 703 1374 0 251129 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1010032

[startup+1602.3 s]
/proc/loadavg: 1.08 1.27 1.64 2/169 16723
/proc/meminfo: memFree=30427256/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1040020 CPUtime=1601.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 83870616 0 0 0 149339 10847 0 0 25 0 1 0 134475763 1064980480 255480 4089446400 4194304 9819077 140734046610752 18446744073709551615 6670368 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 260005 255480 703 1374 0 258626 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1040020

[startup+1662.3 s]
/proc/loadavg: 1.03 1.22 1.60 2/169 16725
/proc/meminfo: memFree=30397736/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1069916 CPUtime=1661.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 86740648 0 0 0 154957 11229 0 0 25 0 1 0 134475763 1095593984 262899 4089446400 4194304 9819077 140734046610752 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 267479 262899 703 1374 0 266100 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1069916

[startup+1722.3 s]
/proc/loadavg: 1.01 1.18 1.56 2/169 16727
/proc/meminfo: memFree=30369948/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1096940 CPUtime=1721.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 89592327 0 0 0 160571 11615 0 0 25 0 1 0 134475763 1123266560 269724 4089446400 4194304 9819077 140734046610752 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 274235 269724 703 1374 0 272856 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1096940

[startup+1782.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/169 16732
/proc/meminfo: memFree=30343984/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1123404 CPUtime=1781.86
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 91953715 0 0 0 166255 11931 0 0 25 0 1 0 134475763 1150365696 276293 4089446400 4194304 9819077 140734046610752 18446744073709551615 6513035 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 280851 276293 703 1374 0 279472 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1123404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.13 1.51 2/169 16732
/proc/meminfo: memFree=30333692/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1132744 CPUtime=1800.07
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 92758110 0 0 0 167964 12043 0 0 25 0 1 0 134475763 1159929856 278721 4089446400 4194304 9819077 140734046610752 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15803/statm: 283186 278721 703 1374 0 281807 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1132744

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15803

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.13 1.51 2/170 16733
/proc/meminfo: memFree=30333436/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1132740 CPUtime=1800.97
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 92758226 0 0 0 168054 12043 0 0 25 0 1 0 134475763 1159925760 278716 4089446400 4194304 9819077 140734046610752 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15803/statm: 283185 278716 703 1374 0 281806 0
Current children cumulated CPU time (s) 1800.97
Current children cumulated vsize (KiB) 1132740

[startup+1802.2 s]
/proc/loadavg: 1.00 1.13 1.51 2/170 16733
/proc/meminfo: memFree=30333436/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1132740 CPUtime=1801.77
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 92758226 0 0 0 168134 12043 0 0 25 0 1 0 134475763 1159925760 278716 4089446400 4194304 9819077 140734046610752 18446744073709551615 8679148 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15803/statm: 283185 278716 703 1374 0 281806 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 1132740

[startup+1802.4 s]
/proc/loadavg: 1.00 1.13 1.51 2/170 16733
/proc/meminfo: memFree=30333436/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1132740 CPUtime=1801.97
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 92758226 0 0 0 168154 12043 0 0 25 0 1 0 134475763 1159925760 278716 4089446400 4194304 9819077 140734046610752 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15803/statm: 283185 278716 703 1374 0 281806 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 1132740

[startup+1802.5 s]
/proc/loadavg: 1.00 1.13 1.51 2/170 16733
/proc/meminfo: memFree=30333436/32951132 swapFree=67111528/67111528
[pid=15803] ppid=15801 vsize=1132740 CPUtime=1802.07
/proc/15803/stat : 15803 (pbscip.linux.x8) R 15801 15803 15322 0 -1 4202496 92758226 0 0 0 168164 12043 0 0 25 0 1 0 134475763 1159925760 278716 4089446400 4194304 9819077 140734046610752 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15803/statm: 283185 278716 703 1374 0 281806 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 1132740

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.55
CPU time (s): 1802.13
CPU user time (s): 1681.65
CPU system time (s): 120.478
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 1134272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1681.65
system time used= 120.478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92758226
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= 1
involuntary context switches= 2356

runsolver used 2.56661 second user time and 5.8891 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 23:03:13
IDJOB=2693224
IDBENCH=79325
IDSOLVER=1205
FILE ID=node129/2693224-1277931793
PBS_JOBID= 11197397
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693224-1277931793/watcher-2693224-1277931793 -o /tmp/evaluation-result-2693224-1277931793/solver-2693224-1277931793 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693224-1277931793.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 25ae7044365e399485d04cd072582b8a
RANDOM SEED=1616736271

node129.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.831
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.831
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.831
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.76
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.831
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.84
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.831
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	: 5410.05
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.831
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.831
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.831
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:     32951132 kB
MemFree:      30950016 kB
Buffers:        218896 kB
Cached:        1083248 kB
SwapCached:          0 kB
Active:        1133052 kB
Inactive:       722716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30950016 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6616 kB
Writeback:           0 kB
AnonPages:      553380 kB
Mapped:          17744 kB
Slab:            79976 kB
PageTables:       5976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   734816 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= 74204 MiB
End job on node129 at 2010-06-30 23:33:15