Trace number 2705381

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.3 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.12 1800.06

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12027_7-unsat--soft-0-100-0.wbo
MD5SUM4d8f189222a566168f32ddd4c238046d
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1224
Best CPU time to get the best result obtained on this benchmark1800.25
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables27588
Total number of constraints91561
Number of soft constraints91561
Number of constraints which are clauses91109
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints452
Minimum length of a constraint1
Maximum length of a constraint66
Top cost 4612525
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4612524
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 415
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705381-1278576550.wbo>
1.00/1.08	c original problem has 210710 variables (119149 bin, 0 int, 91561 impl, 0 cont) and 183123 constraints
1.00/1.08	c problem read
1.00/1.09	c presolving settings loaded
172.39/172.40	o 4612524
172.39/172.40	c feasible solution found by trivial heuristic, objective value  4.612524e+06
172.39/172.40	c presolving:
175.19/175.22	c    (174.1s) probing: 101/119149 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
175.19/175.22	c    (174.1s) probing aborted: 100/100 successive totally useless probings
175.19/175.22	c (round 1) 0 del vars, 1 del conss, 91561 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
175.69/175.73	c (round 2) 0 del vars, 1 del conss, 91561 chg bounds, 0 chg sides, 0 chg coeffs, 790 upgd conss, 0 impls, 0 clqs
176.09/176.14	c    (175.0s) probing: 111/119149 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
176.09/176.14	c    (175.0s) probing aborted: 100/100 successive totally useless probings
176.09/176.15	c presolving (3 rounds):
176.09/176.15	c  0 deleted vars, 1 deleted constraints, 91561 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
176.09/176.15	c  185830 implications, 0 cliques
176.09/176.15	c presolved problem has 210710 variables (119149 bin, 0 int, 91561 impl, 0 cont) and 183122 constraints
176.09/176.15	c     790 constraints of type <varbound>
176.09/176.15	c   90771 constraints of type <linear>
176.09/176.15	c   91561 constraints of type <indicator>
176.09/176.15	c transformed objective value is always integral (scale: 1)
176.09/176.15	c Presolving Time: 174.41
176.09/176.15	c - non default parameters ----------------------------------------------------------------------
176.09/176.15	c # SCIP version 1.2.1.3
176.09/176.15	c 
176.09/176.15	c # frequency for displaying node information lines
176.09/176.15	c # [type: int, range: [-1,2147483647], default: 100]
176.09/176.15	c display/freq = 10000
176.09/176.15	c 
176.09/176.15	c # maximal time in seconds to run
176.09/176.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
176.09/176.15	c limits/time = 1788.92
176.09/176.15	c 
176.09/176.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
176.09/176.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
176.09/176.15	c limits/memory = 3420
176.09/176.15	c 
176.09/176.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
176.09/176.15	c # [type: int, range: [1,2], default: 1]
176.09/176.15	c timing/clocktype = 2
176.09/176.15	c 
176.09/176.15	c # should presolving try to simplify inequalities
176.09/176.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
176.09/176.15	c constraints/linear/simplifyinequalities = TRUE
176.09/176.15	c 
176.09/176.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
176.09/176.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
176.09/176.15	c constraints/indicator/addCouplingCons = TRUE
176.09/176.15	c 
176.09/176.15	c # should presolving try to simplify knapsacks
176.09/176.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
176.09/176.15	c constraints/knapsack/simplifyinequalities = TRUE
176.09/176.15	c 
176.09/176.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
176.09/176.15	c # [type: int, range: [-1,2147483647], default: -1]
176.09/176.15	c separating/rapidlearning/freq = 0
176.09/176.15	c 
176.09/176.15	c -----------------------------------------------------------------------------------------------
176.09/176.15	c start solving
176.19/176.20	c 
176.59/176.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.59/176.69	c t 176s|     1 |     0 |     0 |     - | 687M|   0 |   0 | 210k| 183k| 210k|   0 |   0 |   0 |   0 | 0.000000e+00 | 4.612524e+06 |    Inf 
176.79/176.81	c   176s|     1 |     0 |   241 |     - | 687M|   0 |   0 | 210k| 183k| 210k| 456 | 456 |   0 |   0 | 0.000000e+00 | 4.612524e+06 |    Inf 
176.79/176.89	c   176s|     1 |     0 |   441 |     - | 687M|   0 |   0 | 210k| 183k| 210k| 656 | 656 |   0 |   0 | 0.000000e+00 | 4.612524e+06 |    Inf 
176.89/176.97	c   176s|     1 |     0 |   641 |     - | 688M|   0 |   0 | 210k| 183k| 210k| 856 | 856 |   0 |   0 | 0.000000e+00 | 4.612524e+06 |    Inf 
177.00/177.06	c   176s|     1 |     0 |   841 |     - | 688M|   0 |   0 | 210k| 183k| 210k|1056 |1056 |   0 |   0 | 0.000000e+00 | 4.612524e+06 |    Inf 
177.10/177.16	c   176s|     1 |     0 |   967 |     - | 688M|   0 |   0 | 210k| 183k| 210k|1182 |1182 |   0 |   0 | 0.000000e+00 | 4.612524e+06 |    Inf 
177.19/177.27	c   176s|     1 |     2 |   967 |     - | 688M|   0 |   0 | 210k| 183k| 210k|1182 |1182 |   0 |   0 | 0.000000e+00 | 4.612524e+06 |    Inf 
921.22/921.20	o 4574595
921.22/921.20	c y 920s|  6627 |  6626 |  1353 |   0.1 |1055M|6625 |   - | 210k| 183k|   0 |   0 |1567 |   0 | 130 | 0.000000e+00 | 4.574595e+06 |    Inf 
1312.53/1312.55	c  1311s| 10000 | 10001 |  1644 |   0.1 |1238M|6625 |   0 | 210k| 183k| 210k|1182 |1876 |   0 | 178 | 0.000000e+00 | 4.574595e+06 |    Inf 
1790.05/1790.03	c 
1790.05/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.03	c Solving Time (sec) : 1788.94
1790.05/1790.03	c Solving Nodes      : 14131
1790.05/1790.03	c Primal Bound       : +4.57459500000000e+06 (5 solutions)
1790.05/1790.03	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.03	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-2705381-1278576550/watcher-2705381-1278576550 -o /tmp/evaluation-result-2705381-1278576550/solver-2705381-1278576550 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705381-1278576550.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.93 1.99 1.91 4/178 23856
/proc/meminfo: memFree=28922092/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=12516 CPUtime=0
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 1976 0 0 0 0 0 0 0 23 0 1 0 25867258 12816384 1894 4089446400 4194304 10345943 140733798720528 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23856/statm: 3129 1894 429 1502 0 1622 0

[startup+0.056416 s]
/proc/loadavg: 1.93 1.99 1.91 4/178 23856
/proc/meminfo: memFree=28922092/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=29836 CPUtime=0.05
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 6296 0 0 0 5 0 0 0 23 0 1 0 25867258 30552064 6214 4089446400 4194304 10345943 140733798720528 18446744073709551615 4245998 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23856/statm: 7459 6214 430 1502 0 5952 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29836

[startup+0.100405 s]
/proc/loadavg: 1.93 1.99 1.91 4/178 23856
/proc/meminfo: memFree=28922092/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=42436 CPUtime=0.09
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 9450 0 0 0 9 0 0 0 23 0 1 0 25867258 43454464 9368 4089446400 4194304 10345943 140733798720528 18446744073709551615 4424632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23856/statm: 10609 9368 430 1502 0 9102 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42436

[startup+0.300357 s]
/proc/loadavg: 1.93 1.99 1.91 4/178 23856
/proc/meminfo: memFree=28922092/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=92844 CPUtime=0.29
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 22018 0 0 0 27 2 0 0 23 0 1 0 25867258 95072256 21936 4089446400 4194304 10345943 140733798720528 18446744073709551615 4685157 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23856/statm: 23211 21936 430 1502 0 21704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92844

[startup+0.700283 s]
/proc/loadavg: 1.93 1.99 1.91 4/178 23856
/proc/meminfo: memFree=28922092/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=188916 CPUtime=0.69
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 46031 0 0 0 64 5 0 0 25 0 1 0 25867258 193449984 45949 4089446400 4194304 10345943 140733798720528 18446744073709551615 9134638 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23856/statm: 47229 45949 430 1502 0 45722 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 188916

[startup+1.50113 s]
/proc/loadavg: 1.93 1.99 1.91 3/179 23857
/proc/meminfo: memFree=28665180/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=537692 CPUtime=1.49
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 132967 0 0 0 136 13 0 0 25 0 1 0 25867258 550596608 132495 4089446400 4194304 10345943 140733798720528 18446744073709551615 9138311 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23856/statm: 134423 132528 478 1502 0 132916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 537692

[startup+3.10083 s]
/proc/loadavg: 1.93 1.99 1.91 3/179 23857
/proc/meminfo: memFree=28275448/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=682728 CPUtime=3.09
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 167716 0 0 0 292 17 0 0 25 0 1 0 25867258 699113472 167244 4089446400 4194304 10345943 140733798720528 18446744073709551615 9138288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23856/statm: 170682 167244 509 1502 0 169175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 682728

[startup+6.30022 s]
/proc/loadavg: 1.93 1.99 1.91 3/179 23857
/proc/meminfo: memFree=28248876/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=682728 CPUtime=6.29
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 167716 0 0 0 612 17 0 0 25 0 1 0 25867258 699113472 167244 4089446400 4194304 10345943 140733798720528 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23856/statm: 170682 167244 509 1502 0 169175 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 682728

[startup+12.701 s]
/proc/loadavg: 1.94 1.99 1.91 3/179 23857
/proc/meminfo: memFree=28246532/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=682728 CPUtime=12.69
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 167716 0 0 0 1252 17 0 0 25 0 1 0 25867258 699113472 167244 4089446400 4194304 10345943 140733798720528 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23856/statm: 170682 167244 509 1502 0 169175 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 682728

[startup+25.5006 s]
/proc/loadavg: 1.95 1.99 1.91 3/179 23885
/proc/meminfo: memFree=29135024/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=682728 CPUtime=25.49
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 167716 0 0 0 2531 18 0 0 25 0 1 0 25867258 699113472 167244 4089446400 4194304 10345943 140733798720528 18446744073709551615 9138552 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23856/statm: 170682 167244 509 1502 0 169175 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 682728

[startup+51.1007 s]
/proc/loadavg: 1.97 1.99 1.91 3/179 23913
/proc/meminfo: memFree=29126860/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=682728 CPUtime=51.09
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 167716 0 0 0 5091 18 0 0 25 0 1 0 25867258 699113472 167244 4089446400 4194304 10345943 140733798720528 18446744073709551615 9138564 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23856/statm: 170682 167244 509 1502 0 169175 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 682728

[startup+102.306 s]
/proc/loadavg: 1.94 1.97 1.91 3/179 24103
/proc/meminfo: memFree=29145216/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=682728 CPUtime=102.3
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 167716 0 0 0 10212 18 0 0 25 0 1 0 25867258 699113472 167244 4089446400 4194304 10345943 140733798720528 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23856/statm: 170682 167244 509 1502 0 169175 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 682728

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 1.91 3/179 24158
/proc/meminfo: memFree=29125428/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=682728 CPUtime=162.29
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 167716 0 0 0 16211 18 0 0 25 0 1 0 25867258 699113472 167244 4089446400 4194304 10345943 140733798720528 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23856/statm: 170682 167244 509 1502 0 169175 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 682728

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 24295
/proc/meminfo: memFree=28950052/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=878232 CPUtime=222.29
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 257458 0 0 0 22199 30 0 0 25 0 1 0 25867258 899309568 214701 4089446400 4194304 10345943 140733798720528 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23856/statm: 219558 214701 706 1502 0 218051 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 878232

[startup+282.301 s]
/proc/loadavg: 2.05 1.99 1.91 3/179 24378
/proc/meminfo: memFree=28862232/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=906904 CPUtime=282.3
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 302407 0 0 0 28194 36 0 0 25 0 1 0 25867258 928669696 221708 4089446400 4194304 10345943 140733798720528 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23856/statm: 226726 221708 706 1502 0 225219 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 906904

[startup+342.301 s]
/proc/loadavg: 2.02 1.99 1.91 3/179 24380
/proc/meminfo: memFree=28774872/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=934532 CPUtime=342.29
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 347677 0 0 0 34189 40 0 0 25 0 1 0 25867258 956960768 229035 4089446400 4194304 10345943 140733798720528 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 233633 229035 706 1502 0 232126 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 934532

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24381
/proc/meminfo: memFree=28665876/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=969908 CPUtime=402.29
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 355878 0 0 0 40188 41 0 0 25 0 1 0 25867258 993185792 237236 4089446400 4194304 10345943 140733798720528 18446744073709551615 4749673 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 242477 237236 708 1502 0 240970 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 969908

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24382
/proc/meminfo: memFree=28560060/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=999692 CPUtime=462.3
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 363329 0 0 0 46188 42 0 0 25 0 1 0 25867258 1023684608 244687 4089446400 4194304 10345943 140733798720528 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 249923 244687 708 1502 0 248416 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 999692

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24384
/proc/meminfo: memFree=28413812/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1030184 CPUtime=522.3
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 409398 0 0 0 52181 49 0 0 25 0 1 0 25867258 1054908416 253159 4089446400 4194304 10345943 140733798720528 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 257546 253159 717 1502 0 256039 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1030184

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24388
/proc/meminfo: memFree=28317656/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1059296 CPUtime=582.31
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 416701 0 0 0 58181 50 0 0 25 0 1 0 25867258 1084719104 260462 4089446400 4194304 10345943 140733798720528 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 264824 260462 717 1502 0 263317 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1059296

[startup+642.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24391
/proc/meminfo: memFree=28217500/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1093340 CPUtime=642.31
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 424979 0 0 0 64180 51 0 0 25 0 1 0 25867258 1119580160 268740 4089446400 4194304 10345943 140733798720528 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 273335 268740 717 1502 0 271828 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1093340

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.06 2.03 1.93 3/179 24395
/proc/meminfo: memFree=28018936/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1181700 CPUtime=822.32
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 447404 0 0 0 82178 54 0 0 25 0 1 0 25867258 1210060800 291165 4089446400 4194304 10345943 140733798720528 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 295425 291165 717 1502 0 293918 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1181700

[startup+882.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 24397
/proc/meminfo: memFree=27970172/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1212832 CPUtime=882.32
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 490741 0 0 0 88173 59 0 0 25 0 1 0 25867258 1241939968 298562 4089446400 4194304 10345943 140733798720528 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 303208 298562 717 1502 0 301701 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1212832

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 24399
/proc/meminfo: memFree=27914696/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1249128 CPUtime=942.32
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 499408 0 0 0 94172 60 0 0 25 0 1 0 25867258 1279107072 307218 4089446400 4194304 10345943 140733798720528 18446744073709551615 4447863 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 312282 307218 732 1502 0 310775 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1249128

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 24400
/proc/meminfo: memFree=27872120/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1274544 CPUtime=1002.32
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 689990 0 0 0 100151 81 0 0 25 0 1 0 25867258 1305133056 313824 4089446400 4194304 10345943 140733798720528 18446744073709551615 6119818 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 318636 313824 727 1502 0 317129 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1274544

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24401
/proc/meminfo: memFree=27820848/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1307152 CPUtime=1062.33
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 698556 0 0 0 106150 83 0 0 25 0 1 0 25867258 1338523648 322390 4089446400 4194304 10345943 140733798720528 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 326788 322390 727 1502 0 325281 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1307152

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24403
/proc/meminfo: memFree=27780876/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1337820 CPUtime=1122.33
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 742012 0 0 0 112144 89 0 0 25 0 1 0 25867258 1369927680 329906 4089446400 4194304 10345943 140733798720528 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 334455 329906 727 1502 0 332948 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1337820

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24405
/proc/meminfo: memFree=27735196/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1368300 CPUtime=1182.33
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 749373 0 0 0 118143 90 0 0 25 0 1 0 25867258 1401139200 337267 4089446400 4194304 10345943 140733798720528 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 342075 337267 727 1502 0 340568 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1368300

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24407
/proc/meminfo: memFree=27692752/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1404828 CPUtime=1242.32
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 758504 0 0 0 124142 90 0 0 25 0 1 0 25867258 1438543872 346398 4089446400 4194304 10345943 140733798720528 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 351207 346398 727 1502 0 349700 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1404828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24409
/proc/meminfo: memFree=27660100/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1431220 CPUtime=1302.34
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 800830 0 0 0 130138 96 0 0 25 0 1 0 25867258 1465569280 352784 4089446400 4194304 10345943 140733798720528 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 357805 352784 727 1502 0 356298 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1431220

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24409
/proc/meminfo: memFree=27628668/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1460308 CPUtime=1362.34
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 893587 0 0 0 136127 107 0 0 25 0 1 0 25867258 1495355392 359038 4089446400 4194304 10345943 140733798720528 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 365077 359038 727 1502 0 363570 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1460308

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24411
/proc/meminfo: memFree=27589312/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1489036 CPUtime=1422.34
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 901412 0 0 0 142126 108 0 0 25 0 1 0 25867258 1524772864 366863 4089446400 4194304 10345943 140733798720528 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 372259 366863 727 1502 0 370752 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1489036

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24413
/proc/meminfo: memFree=27550580/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1517860 CPUtime=1482.34
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 909217 0 0 0 148125 109 0 0 25 0 1 0 25867258 1554288640 374668 4089446400 4194304 10345943 140733798720528 18446744073709551615 6003097 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 379465 374668 727 1502 0 377958 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1517860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24415
/proc/meminfo: memFree=27521656/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1547972 CPUtime=1542.34
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 915927 0 0 0 154125 109 0 0 25 0 1 0 25867258 1585123328 381378 4089446400 4194304 10345943 140733798720528 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 386993 381378 727 1502 0 385486 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1547972

[startup+1602.3 s]
/proc/loadavg: 2.09 2.03 1.94 3/179 24416
/proc/meminfo: memFree=27488000/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1576700 CPUtime=1602.34
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 923004 0 0 0 160124 110 0 0 25 0 1 0 25867258 1614540800 388455 4089446400 4194304 10345943 140733798720528 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 394175 388455 727 1502 0 392668 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1576700

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/179 24417
/proc/meminfo: memFree=27455724/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1604072 CPUtime=1662.34
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 929789 0 0 0 166123 111 0 0 25 0 1 0 25867258 1642569728 395240 4089446400 4194304 10345943 140733798720528 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 401018 395240 727 1502 0 399511 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1604072

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/179 24419
/proc/meminfo: memFree=27416728/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1641868 CPUtime=1722.35
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 939435 0 0 0 172122 113 0 0 25 0 1 0 25867258 1681272832 404887 4089446400 4194304 10345943 140733798720528 18446744073709551615 6777597 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 410467 404903 727 1502 0 408960 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1641868

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 24421
/proc/meminfo: memFree=27373892/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1671212 CPUtime=1782.35
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 947975 0 0 0 178121 114 0 0 25 0 1 0 25867258 1711321088 413426 4089446400 4194304 10345943 140733798720528 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23856/statm: 417803 413426 727 1502 0 416296 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1671212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 24421
/proc/meminfo: memFree=27367912/32951124 swapFree=67111528/67111528
[pid=23856] ppid=23854 vsize=1678056 CPUtime=1800.05
/proc/23856/stat : 23856 (pbscip.linux.x8) R 23854 23856 23451 0 -1 4202496 949248 0 0 0 179891 114 0 0 25 0 1 0 25867258 1718329344 414699 4089446400 4194304 10345943 140733798720528 18446744073709551615 9138651 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23856/statm: 419514 414699 727 1502 0 418007 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1678056

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.06
CPU time (s): 1800.12
CPU user time (s): 1798.92
CPU system time (s): 1.20482
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1782364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.20482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 949248
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= 2
involuntary context switches= 17224

runsolver used 2.73258 second user time and 7.08092 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-08 10:09:10
IDJOB=2705381
IDBENCH=79124
IDSOLVER=1214
FILE ID=node141/2705381-1278576550
PBS_JOBID= 11240172
Free space on /tmp= 73632 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB10/oliveras/j120/normalized-j12027_7-unsat--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-2705381-1278576550/watcher-2705381-1278576550 -o /tmp/evaluation-result-2705381-1278576550/solver-2705381-1278576550 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705381-1278576550.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4d8f189222a566168f32ddd4c238046d
RANDOM SEED=2027628700

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.82
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.839
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28922620 kB
Buffers:        163532 kB
Cached:        2722592 kB
SwapCached:          0 kB
Active:        2215132 kB
Inactive:      1648004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28922620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15964 kB
Writeback:           0 kB
AnonPages:      976004 kB
Mapped:          17700 kB
Slab:           100984 kB
PageTables:       6488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1132916 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= 73620 MiB
End job on node141 at 2010-07-08 10:39:12