Trace number 2693864

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.06 1802.02

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: NONE] [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-2693864-1277931794.wbo>
0.19/0.21	c original problem has 42508 variables (24450 bin, 0 int, 0 impl, 18058 cont) and 36117 constraints
0.19/0.21	c problem read
0.19/0.21	c presolving settings loaded
0.19/0.21	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
4.29/4.36	o 911375
4.29/4.36	c feasible solution found by trivial heuristic, objective value  9.113750e+05
4.29/4.36	c presolving:
4.40/4.42	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.40/4.46	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
4.89/4.96	c    (4.7s) probing: 101/24450 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.89/4.96	c    (4.7s) probing aborted: 100/100 successive totally useless probings
4.89/4.96	c presolving (3 rounds):
4.89/4.96	c  0 deleted vars, 1 deleted constraints, 18058 tightened bounds, 0 added holes, 390 changed sides, 780 changed coefficients
4.89/4.96	c  18058 implications, 0 cliques
4.89/4.96	c presolved problem has 42508 variables (24450 bin, 0 int, 0 impl, 18058 cont) and 36116 constraints
4.89/4.96	c   18058 constraints of type <indicator>
4.89/4.96	c       1 constraints of type <varbound>
4.89/4.96	c   18057 constraints of type <linear>
4.89/4.96	c transformed objective value is always integral (scale: 1)
4.89/4.96	c Presolving Time: 4.56
4.89/4.96	c - non default parameters ----------------------------------------------------------------------
4.89/4.96	c # SCIP version 1.2.1.2
4.89/4.96	c 
4.89/4.96	c # frequency for displaying node information lines
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 100]
4.89/4.96	c display/freq = 10000
4.89/4.96	c 
4.89/4.96	c # maximal time in seconds to run
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.96	c limits/time = 1799.79
4.89/4.96	c 
4.89/4.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.96	c limits/memory = 3420
4.89/4.96	c 
4.89/4.96	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c lp/solvefreq = -1
4.89/4.96	c 
4.89/4.96	c # should presolving try to simplify inequalities
4.89/4.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.96	c constraints/linear/simplifyinequalities = TRUE
4.89/4.96	c 
4.89/4.96	c # should presolving try to simplify knapsacks
4.89/4.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.96	c constraints/knapsack/simplifyinequalities = TRUE
4.89/4.96	c 
4.89/4.96	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.96	c separating/rapidlearning/freq = 0
4.89/4.96	c 
4.89/4.96	c -----------------------------------------------------------------------------------------------
4.89/4.96	c start solving
4.89/4.97	c 
4.99/5.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.99/5.07	c t 4.8s|     1 |     2 |     0 |     - | 123M|   0 |   - |  42k|  36k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
53.59/53.61	c  53.1s| 10000 | 10001 |     0 |   0.0 | 132M|9999 |   - |  42k|  36k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
96.99/97.06	c  96.2s| 20000 | 19883 |     0 |   0.0 | 147M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 541 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
170.70/170.73	c   170s| 30000 | 29871 |     0 |   0.0 | 151M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 585 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
244.89/244.94	c   244s| 40000 | 39871 |     0 |   0.0 | 155M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 585 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
321.11/321.17	c   320s| 50000 | 49871 |     0 |   0.0 | 159M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 585 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
396.50/396.54	c   395s| 60000 | 59871 |     0 |   0.0 | 162M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 585 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
471.20/471.28	c   469s| 70000 | 69871 |     0 |   0.0 | 166M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 585 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
545.31/545.33	c   543s| 80000 | 79871 |     0 |   0.0 | 170M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 585 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
615.10/615.13	c   612s| 90000 | 89865 |     0 |   0.0 | 174M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 615 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
687.61/687.69	c   685s|100000 | 99865 |     0 |   0.0 | 178M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 615 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
763.81/763.83	c   761s|110000 |109865 |     0 |   0.0 | 181M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 615 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
841.92/841.92	c   838s|120000 |119865 |     0 |   0.0 | 185M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 615 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
919.21/919.25	c   916s|130000 |129865 |     0 |   0.0 | 189M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 615 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
991.02/991.07	c   987s|140000 |139859 |     0 |   0.0 | 193M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1064.32/1064.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1064.32/1064.34	c  1060s|150000 |149859 |     0 |   0.0 | 197M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1137.42/1137.46	c  1133s|160000 |159859 |     0 |   0.0 | 201M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1209.42/1209.47	c  1205s|170000 |169859 |     0 |   0.0 | 205M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1280.63/1280.63	c  1276s|180000 |179859 |     0 |   0.0 | 209M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1350.92/1350.98	c  1346s|190000 |189859 |     0 |   0.0 | 213M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1420.73/1420.75	c  1415s|200000 |199859 |     0 |   0.0 | 216M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1494.73/1494.78	c  1489s|210000 |209859 |     0 |   0.0 | 220M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1568.83/1568.89	c  1563s|220000 |219859 |     0 |   0.0 | 224M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1642.03/1642.03	c  1636s|230000 |229859 |     0 |   0.0 | 228M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1713.84/1713.86	c  1707s|240000 |239859 |     0 |   0.0 | 232M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1783.84/1783.83	c  1777s|250000 |249859 |     0 |   0.0 | 236M|  18k|   - |  42k|  36k|   0 |   0 |   0 | 639 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1793.17
1800.04/1800.00	c Solving Nodes      : 252855
1800.04/1800.00	c Primal Bound       : +9.11375000000000e+05 (2 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 version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693864-1277931794/watcher-2693864-1277931794 -o /tmp/evaluation-result-2693864-1277931794/solver-2693864-1277931794 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693864-1277931794.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: 1.95 1.98 2.05 4/178 17215
/proc/meminfo: memFree=31179880/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=8596 CPUtime=0
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 1646 0 0 0 0 0 0 0 22 0 1 0 134476207 8802304 1569 4089446400 4194304 7136930 140735965188624 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17215/statm: 2149 1569 275 719 0 1428 0

[startup+0.047721 s]
/proc/loadavg: 1.95 1.98 2.05 4/178 17215
/proc/meminfo: memFree=31179880/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=21440 CPUtime=0.04
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 4834 0 0 0 4 0 0 0 22 0 1 0 134476207 21954560 4757 4089446400 4194304 7136930 140735965188624 18446744073709551615 4680821 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17215/statm: 5360 4757 275 719 0 4639 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21440

[startup+0.10071 s]
/proc/loadavg: 1.95 1.98 2.05 4/178 17215
/proc/meminfo: memFree=31179880/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=35908 CPUtime=0.09
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 8481 0 0 0 8 1 0 0 22 0 1 0 134476207 36769792 8404 4089446400 4194304 7136930 140735965188624 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17215/statm: 8977 8404 275 719 0 8256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35908

[startup+0.300619 s]
/proc/loadavg: 1.95 1.98 2.05 4/178 17215
/proc/meminfo: memFree=31179880/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=122528 CPUtime=0.29
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 30362 0 0 0 26 3 0 0 22 0 1 0 134476207 125468672 29895 4089446400 4194304 7136930 140735965188624 18446744073709551615 6420182 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 30632 29895 289 719 0 29911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 122528

[startup+0.700652 s]
/proc/loadavg: 1.95 1.98 2.05 4/178 17215
/proc/meminfo: memFree=31179880/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=149892 CPUtime=0.69
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 36029 0 0 0 66 3 0 0 24 0 1 0 134476207 153489408 35562 4089446400 4194304 7136930 140735965188624 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 37473 35562 323 719 0 36752 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149892

[startup+1.5005 s]
/proc/loadavg: 1.95 1.98 2.05 3/179 17216
/proc/meminfo: memFree=31038760/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=149892 CPUtime=1.49
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 36029 0 0 0 146 3 0 0 25 0 1 0 134476207 153489408 35562 4089446400 4194304 7136930 140735965188624 18446744073709551615 6350398 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 37473 35562 323 719 0 36752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149892

[startup+3.10012 s]
/proc/loadavg: 1.95 1.98 2.05 3/179 17216
/proc/meminfo: memFree=31038896/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=149892 CPUtime=3.09
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 36029 0 0 0 306 3 0 0 25 0 1 0 134476207 153489408 35562 4089446400 4194304 7136930 140735965188624 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 37473 35562 323 719 0 36752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 149892

[startup+6.3006 s]
/proc/loadavg: 1.95 1.98 2.04 3/179 17216
/proc/meminfo: memFree=31028356/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=160680 CPUtime=6.29
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 40701 0 0 0 618 11 0 0 25 0 1 0 134476207 164536320 38200 4089446400 4194304 7136930 140735965188624 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 40170 38200 387 719 0 39449 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 160680

[startup+12.7005 s]
/proc/loadavg: 1.96 1.98 2.04 3/179 17216
/proc/meminfo: memFree=31027224/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=161860 CPUtime=12.69
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 40987 0 0 0 1255 14 0 0 25 0 1 0 134476207 165744640 38485 4089446400 4194304 7136930 140735965188624 18446744073709551615 4407843 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 40465 38485 386 719 0 39744 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161860

[startup+25.5002 s]
/proc/loadavg: 1.97 1.98 2.04 3/179 17216
/proc/meminfo: memFree=31025364/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=164404 CPUtime=25.49
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 41610 0 0 0 2530 19 0 0 25 0 1 0 134476207 168349696 39108 4089446400 4194304 7136930 140735965188624 18446744073709551615 4834596 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 41101 39108 386 719 0 40380 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 164404

[startup+51.1007 s]
/proc/loadavg: 1.98 1.98 2.04 3/179 17217
/proc/meminfo: memFree=31019228/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=169512 CPUtime=51.1
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 42904 0 0 0 5077 33 0 0 25 0 1 0 134476207 173580288 40402 4089446400 4194304 7136930 140735965188624 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 42378 40402 386 719 0 41657 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 169512

[startup+102.307 s]
/proc/loadavg: 2.05 2.00 2.04 3/179 17218
/proc/meminfo: memFree=30996760/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=191016 CPUtime=102.3
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 48238 0 0 0 10164 66 0 0 25 0 1 0 134476207 195600384 45725 4089446400 4194304 7136930 140735965188624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 47754 45725 393 719 0 47033 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 191016

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 2.04 3/179 17220
/proc/meminfo: memFree=30992260/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=193648 CPUtime=162.29
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 48906 0 0 0 16140 89 0 0 25 0 1 0 134476207 198295552 46393 4089446400 4194304 7136930 140735965188624 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 48412 46393 393 719 0 47691 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 193648

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 17222
/proc/meminfo: memFree=30987764/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=196104 CPUtime=222.29
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 49573 0 0 0 22119 110 0 0 25 0 1 0 134476207 200810496 47060 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 49026 47060 393 719 0 48305 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 196104

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 17223
/proc/meminfo: memFree=30983656/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=199728 CPUtime=282.29
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 50503 0 0 0 28098 131 0 0 25 0 1 0 134476207 204521472 47990 4089446400 4194304 7136930 140735965188624 18446744073709551615 5507437 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 49932 47990 393 719 0 49211 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 199728

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 17225
/proc/meminfo: memFree=30980272/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=201848 CPUtime=342.3
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 51045 0 0 0 34076 154 0 0 25 0 1 0 134476207 206692352 48532 4089446400 4194304 7136930 140735965188624 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 50462 48532 393 719 0 49741 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 201848

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 17226
/proc/meminfo: memFree=30976508/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=204824 CPUtime=402.3
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 51827 0 0 0 40056 174 0 0 25 0 1 0 134476207 209739776 49314 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 51206 49314 393 719 0 50485 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 204824

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 17228
/proc/meminfo: memFree=30972384/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=209848 CPUtime=462.3
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 52602 0 0 0 46036 194 0 0 25 0 1 0 134476207 214884352 50089 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 52462 50089 393 719 0 51741 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209848

[startup+522.301 s]
/proc/loadavg: 1.96 1.98 2.00 3/179 17258
/proc/meminfo: memFree=31112456/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=213084 CPUtime=522.3
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 53458 0 0 0 52019 211 0 0 25 0 1 0 134476207 218198016 50945 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 53271 50945 393 719 0 52550 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 213084

[startup+582.301 s]
/proc/loadavg: 1.98 1.98 2.00 3/179 17259
/proc/meminfo: memFree=31049052/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=217224 CPUtime=582.31
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 54496 0 0 0 57996 235 0 0 25 0 1 0 134476207 222437376 51983 4089446400 4194304 7136930 140735965188624 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 54306 51983 393 719 0 53585 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 217224

[startup+642.301 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 17261
/proc/meminfo: memFree=30984388/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=219848 CPUtime=642.31
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 55194 0 0 0 63977 254 0 0 25 0 1 0 134476207 225124352 52681 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 54962 52681 393 719 0 54241 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 219848

[startup+702.3 s]

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

/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 59866 0 0 0 99850 382 0 0 25 0 1 0 134476207 243412992 57353 4089446400 4194304 7136930 140735965188624 18446744073709551615 4414768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 59427 57353 393 719 0 58706 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 237708

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17272
/proc/meminfo: memFree=30585256/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=241340 CPUtime=1062.32
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 60776 0 0 0 105830 402 0 0 25 0 1 0 134476207 247132160 58263 4089446400 4194304 7136930 140735965188624 18446744073709551615 4643241 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 60335 58263 393 719 0 59614 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 241340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17274
/proc/meminfo: memFree=30524452/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=244148 CPUtime=1122.32
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 61511 0 0 0 111809 423 0 0 25 0 1 0 134476207 250007552 58998 4089446400 4194304 7136930 140735965188624 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 61037 58998 393 719 0 60316 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 244148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17275
/proc/meminfo: memFree=30462036/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=246868 CPUtime=1182.32
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 62225 0 0 0 117785 447 0 0 25 0 1 0 134476207 252792832 59712 4089446400 4194304 7136930 140735965188624 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 61717 59712 393 719 0 60996 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 246868

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17277
/proc/meminfo: memFree=30388584/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=250868 CPUtime=1242.32
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 63258 0 0 0 123765 467 0 0 25 0 1 0 134476207 256888832 60745 4089446400 4194304 7136930 140735965188624 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 62717 60745 393 719 0 61996 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 250868

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17278
/proc/meminfo: memFree=30324052/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=253844 CPUtime=1302.33
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 64044 0 0 0 129743 490 0 0 25 0 1 0 134476207 259936256 61531 4089446400 4194304 7136930 140735965188624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 63461 61531 393 719 0 62740 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 253844

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17280
/proc/meminfo: memFree=30261504/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=256464 CPUtime=1362.32
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 64727 0 0 0 135724 508 0 0 25 0 1 0 134476207 262619136 62214 4089446400 4194304 7136930 140735965188624 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 64116 62214 393 719 0 63395 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 256464

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17282
/proc/meminfo: memFree=30195372/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=264560 CPUtime=1422.34
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 65759 0 0 0 141704 530 0 0 25 0 1 0 134476207 270909440 63246 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 66140 63246 393 719 0 65419 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 264560

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17283
/proc/meminfo: memFree=30131968/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=267032 CPUtime=1482.33
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 66435 0 0 0 147683 550 0 0 25 0 1 0 134476207 273440768 63922 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 66758 63922 393 719 0 66037 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 267032

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17285
/proc/meminfo: memFree=30066564/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=269468 CPUtime=1542.33
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 67061 0 0 0 153662 571 0 0 25 0 1 0 134476207 275935232 64548 4089446400 4194304 7136930 140735965188624 18446744073709551615 5507844 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 67367 64548 393 719 0 66646 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 269468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17286
/proc/meminfo: memFree=30002904/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=273520 CPUtime=1602.33
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 68121 0 0 0 159642 591 0 0 25 0 1 0 134476207 280084480 65608 4089446400 4194304 7136930 140735965188624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 68380 65608 393 719 0 67659 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 273520

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17288
/proc/meminfo: memFree=29931304/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=276740 CPUtime=1662.34
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 68957 0 0 0 165618 616 0 0 25 0 1 0 134476207 283381760 66444 4089446400 4194304 7136930 140735965188624 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 69185 66444 393 719 0 68464 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 276740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17293
/proc/meminfo: memFree=29860048/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=279092 CPUtime=1722.34
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 69545 0 0 0 171595 639 0 0 25 0 1 0 134476207 285790208 67032 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 69773 67032 393 719 0 69052 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 279092

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 17294
/proc/meminfo: memFree=29786864/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=283540 CPUtime=1782.33
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 70704 0 0 0 177572 661 0 0 25 0 1 0 134476207 290344960 68191 4089446400 4194304 7136930 140735965188624 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 70885 68191 393 719 0 70164 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 283540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17295
/proc/meminfo: memFree=29763420/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=284188 CPUtime=1800.04
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 70878 0 0 0 179336 668 0 0 25 0 1 0 134476207 291008512 68365 4089446400 4194304 7136930 140735965188624 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17215/statm: 71047 68365 393 719 0 70326 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 284188

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17215

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

[startup+1801.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17296
/proc/meminfo: memFree=29762296/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=284188 CPUtime=1801.43
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 70878 0 0 0 179475 668 0 0 25 0 1 0 134476207 291008512 68365 4089446400 4194304 7136930 140735965188624 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17215/statm: 71047 68365 393 719 0 70326 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 284188

[startup+1801.81 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17296
/proc/meminfo: memFree=29760064/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=284188 CPUtime=1801.84
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 70878 0 0 0 179516 668 0 0 25 0 1 0 134476207 291008512 68365 4089446400 4194304 7136930 140735965188624 18446744073709551615 4241129 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17215/statm: 71047 68365 393 719 0 70326 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 284188

[startup+1802 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 17296
/proc/meminfo: memFree=29760064/32950928 swapFree=67111528/67111528
[pid=17215] ppid=17213 vsize=284188 CPUtime=1802.03
/proc/17215/stat : 17215 (pbscip.linux.x8) R 17213 17215 16559 0 -1 4202496 70878 0 0 0 179535 668 0 0 25 0 1 0 134476207 291008512 68365 4089446400 4194304 7136930 140735965188624 18446744073709551615 6350638 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17215/statm: 71047 68365 393 719 0 70326 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 284188

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.06
CPU user time (s): 1795.36
CPU system time (s): 6.69798
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 284188

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

runsolver used 3.07353 second user time and 6.58 second system time

The end

Launcher Data

Begin job on node123 at 2010-06-30 23:03:14
IDJOB=2693864
IDBENCH=79325
IDSOLVER=1206
FILE ID=node123/2693864-1277931794
PBS_JOBID= 11197367
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any 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.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693864-1277931794/watcher-2693864-1277931794 -o /tmp/evaluation-result-2693864-1277931794/solver-2693864-1277931794 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693864-1277931794.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 25ae7044365e399485d04cd072582b8a
RANDOM SEED=946389844

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31180160 kB
Buffers:        219248 kB
Cached:        1116520 kB
SwapCached:          0 kB
Active:         810676 kB
Inactive:       814768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31180160 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3560 kB
Writeback:           0 kB
AnonPages:      289840 kB
Mapped:          17472 kB
Slab:            80924 kB
PageTables:       5844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   440732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node123 at 2010-06-30 23:33:16