Trace number 3452727

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-saucier.r.opb
MD5SUMaa80468537d69826ea16800f352007ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables6207
Total number of constraints171
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5184
Number of terms in the objective function 6207
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6207
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6207
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452727-1307093203.opb>
0.29/0.38	c original problem has 6207 variables (6207 bin, 0 int, 0 impl, 0 cont) and 171 constraints
0.29/0.38	c problem read
0.29/0.38	c presolving settings loaded
0.49/0.55	o 6207
0.49/0.55	c feasible solution found by trivial heuristic, objective value  6.207000e+03
0.49/0.55	c presolving:
0.69/0.74	c (round 1) 0 del vars, 55 del conss, 0 add conss, 0 chg bounds, 55 chg sides, 0 chg coeffs, 0 upgd conss, 2 impls, 0 clqs
0.79/0.81	c (round 2) 1 del vars, 55 del conss, 0 add conss, 0 chg bounds, 55 chg sides, 0 chg coeffs, 116 upgd conss, 2 impls, 0 clqs
0.79/0.83	c    (0.8s) probing: 101/6206 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.83	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.79/0.83	c presolving (3 rounds):
0.79/0.83	c  1 deleted vars, 55 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
0.79/0.83	c  2 implications, 0 cliques
0.79/0.83	c presolved problem has 6206 variables (6206 bin, 0 int, 0 impl, 0 cont) and 116 constraints
0.79/0.83	c       1 constraints of type <setppc>
0.79/0.83	c     115 constraints of type <logicor>
0.79/0.83	c transformed objective value is always integral (scale: 1)
0.79/0.83	c Presolving Time: 0.42
0.79/0.83	c - non default parameters ----------------------------------------------------------------------
0.79/0.83	c # SCIP version 2.0.1.4
0.79/0.83	c 
0.79/0.83	c # frequency for displaying node information lines
0.79/0.83	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.83	c display/freq = 10000
0.79/0.83	c 
0.79/0.83	c # maximal time in seconds to run
0.79/0.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.83	c limits/time = 1800
0.79/0.83	c 
0.79/0.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.83	c limits/memory = 13950
0.79/0.83	c 
0.79/0.83	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.83	c # [type: int, range: [1,2], default: 1]
0.79/0.83	c timing/clocktype = 2
0.79/0.83	c 
0.79/0.83	c # belongs reading time to solving time?
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c timing/reading = TRUE
0.79/0.83	c 
0.79/0.83	c # should presolving try to simplify inequalities
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/linear/simplifyinequalities = TRUE
0.79/0.83	c 
0.79/0.83	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/indicator/addCouplingCons = TRUE
0.79/0.83	c 
0.79/0.83	c # should presolving try to simplify knapsacks
0.79/0.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.83	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.83	c 
0.79/0.83	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.83	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.83	c separating/rapidlearning/freq = 0
0.79/0.83	c 
0.79/0.83	c -----------------------------------------------------------------------------------------------
0.79/0.83	c start solving
0.79/0.83	c 
0.79/0.83	o 6206
0.79/0.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.83	c t 0.8s|     1 |     0 |     0 |     - |  33M|   0 |   - |6206 | 116 |   0 |   0 |   0 |   0 |   0 |      --      | 6.206000e+03 |    Inf 
0.89/0.94	o 13
0.89/0.94	c b 0.9s|     1 |     0 |     0 |     - |  51M|   0 |   - |6206 | 116 |6206 | 116 |   0 |   0 |   0 |      --      | 1.300000e+01 |    Inf 
1.00/1.05	c   1.0s|     1 |     0 |   196 |     - |  51M|   0 |  50 |6206 | 116 |6206 | 116 |   0 |   0 |   0 | 5.000000e+00 | 1.300000e+01 | 160.00%
1.39/1.46	o 12
1.39/1.46	c z 1.5s|     1 |     0 |   196 |     - |  52M|   0 |  50 |6206 | 116 |6206 | 116 |   0 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
1.79/1.87	o 7
1.79/1.87	c E 1.9s|     1 |     0 |   196 |     - |  52M|   0 |  50 |6206 | 116 |6206 | 116 |   0 |   0 |   0 | 5.000000e+00 | 7.000000e+00 |  40.00%
1.79/1.89	c   1.9s|     1 |     0 |   196 |     - |  52M|   0 |  50 |6206 | 116 |6206 | 116 |   0 |   0 |   0 | 5.000000e+00 | 7.000000e+00 |  40.00%
11.79/11.85	c  11.9s|     1 |     2 |   196 |     - |  52M|   0 |  50 |6206 | 116 |6206 | 116 |   0 |   0 |  39 | 5.000000e+00 | 7.000000e+00 |  40.00%
79.39/79.41	o 7
79.39/79.41	c C79.4s|   201 |   202 |  7474 |  36.4 |  61M| 165 |  50 |6206 | 116 |6206 | 116 |   0 |   0 | 329 | 5.000000e+00 | 7.000000e+00 |  40.00%
101.29/101.36	o 7
101.29/101.36	c z 101s|   396 |   267 | 39728 | 100.1 |  62M| 259 |  15 |6206 | 116 |6206 | 116 |   0 |   0 | 658 | 5.000000e+00 | 7.000000e+00 |  40.00%
101.39/101.40	o 7
101.39/101.40	c z 101s|   402 |   267 | 39772 |  98.7 |  62M| 259 |  10 |6206 | 116 |6206 | 116 |   0 |   0 | 658 | 5.000000e+00 | 7.000000e+00 |  40.00%
101.69/101.73	o 7
101.69/101.73	c s 102s|   442 |   265 | 40120 |  90.5 |  62M| 259 |  16 |6206 | 116 |6206 | 116 |   0 |   0 | 673 | 5.000000e+00 | 7.000000e+00 |  40.00%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 6951
1800.03/1800.00	c Primal Bound       : +6.99999999999999e+00 (637 solutions)
1800.03/1800.00	c Dual Bound         : +5.00000000000000e+00
1800.03/1800.00	c Gap                : 40.00 %

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3452727-1307093203/watcher-3452727-1307093203 -o /tmp/evaluation-result-3452727-1307093203/solver-3452727-1307093203 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452727-1307093203.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.67 1.22 1.30 3/527 5927
/proc/meminfo: memFree=25014156/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=11232 CPUtime=0 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 1804 0 0 0 0 0 0 0 25 0 1 0 899550956 11501568 1756 33554432000 4194304 9128323 140736755597296 18446744073709551615 6193916 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5927/statm: 2808 1756 391 1205 0 1599 0

[startup+0.0341139 s]
/proc/loadavg: 1.67 1.22 1.30 3/527 5927
/proc/meminfo: memFree=25014156/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=15496 CPUtime=0.03 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 2823 0 0 0 3 0 0 0 25 0 1 0 899550956 15867904 2775 33554432000 4194304 9128323 140736755597296 18446744073709551615 6164676 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5927/statm: 3874 2775 400 1205 0 2665 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15496

[startup+0.101137 s]
/proc/loadavg: 1.67 1.22 1.30 3/527 5927
/proc/meminfo: memFree=25014156/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=17480 CPUtime=0.09 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 3202 0 0 0 9 0 0 0 25 0 1 0 899550956 17899520 3154 33554432000 4194304 9128323 140736755597296 18446744073709551615 7998096 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5927/statm: 4370 3154 400 1205 0 3161 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17480

[startup+0.301106 s]
/proc/loadavg: 1.67 1.22 1.30 3/527 5927
/proc/meminfo: memFree=25014156/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=24328 CPUtime=0.29 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 4364 0 0 0 29 0 0 0 25 0 1 0 899550956 24911872 4316 33554432000 4194304 9128323 140736755597296 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5927/statm: 6082 4316 400 1205 0 4873 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24328

[startup+0.701039 s]
/proc/loadavg: 1.67 1.22 1.30 3/527 5927
/proc/meminfo: memFree=25014156/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=111348 CPUtime=0.69 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 25887 0 0 0 67 2 0 0 25 0 1 0 899550956 114020352 25581 33554432000 4194304 9128323 140736755597296 18446744073709551615 4815824 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 27837 25581 510 1205 0 26628 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111348

[startup+1.5009 s]
/proc/loadavg: 1.67 1.22 1.30 3/528 5928
/proc/meminfo: memFree=24859148/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=226836 CPUtime=1.49 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 57780 0 0 0 143 6 0 0 25 0 1 0 899550956 232280064 53165 33554432000 4194304 9128323 140736755597296 18446744073709551615 4592811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 56709 53165 705 1205 0 55500 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 226836

[startup+3.10062 s]
/proc/loadavg: 1.67 1.22 1.30 3/528 5928
/proc/meminfo: memFree=24790328/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=237332 CPUtime=3.09 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 60662 0 0 0 301 8 0 0 25 0 1 0 899550956 243027968 56047 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59333 56047 711 1205 0 58124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 237332

[startup+6.30105 s]
/proc/loadavg: 1.70 1.23 1.30 3/528 5928
/proc/meminfo: memFree=24789792/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=237332 CPUtime=6.29 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 60662 0 0 0 620 9 0 0 25 0 1 0 899550956 243027968 56047 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59333 56047 711 1205 0 58124 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 237332

[startup+12.7009 s]
/proc/loadavg: 1.72 1.24 1.30 3/528 5929
/proc/meminfo: memFree=24789448/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=237332 CPUtime=12.69 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 60662 0 0 0 1259 10 0 0 25 0 1 0 899550956 243027968 56047 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59333 56047 711 1205 0 58124 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 237332

[startup+25.5007 s]
/proc/loadavg: 1.78 1.28 1.31 3/528 5929
/proc/meminfo: memFree=24789244/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=237332 CPUtime=25.49 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 60662 0 0 0 2535 14 0 0 25 0 1 0 899550956 243027968 56047 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286080 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59333 56047 711 1205 0 58124 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 237332

[startup+51.1012 s]
/proc/loadavg: 1.86 1.33 1.33 3/528 5930
/proc/meminfo: memFree=24788176/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=237332 CPUtime=51.09 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 60662 0 0 0 5089 20 0 0 25 0 1 0 899550956 243027968 56047 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59333 56047 711 1205 0 58124 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 237332

[startup+102.32 s]
/proc/loadavg: 2.01 1.46 1.37 3/528 5931
/proc/meminfo: memFree=24783520/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=238932 CPUtime=102.31 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 61694 0 0 0 10198 33 0 0 25 0 1 0 899550956 244666368 57079 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59733 57079 711 1205 0 58524 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 238932

[startup+162.301 s]
/proc/loadavg: 2.04 1.57 1.41 3/528 5933
/proc/meminfo: memFree=24782204/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=239572 CPUtime=162.29 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 61895 0 0 0 16182 47 0 0 25 0 1 0 899550956 245321728 57280 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286080 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59893 57280 711 1205 0 58684 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 239572

[startup+222.301 s]
/proc/loadavg: 2.01 1.65 1.45 3/528 5934
/proc/meminfo: memFree=24783608/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=239572 CPUtime=222.3 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 61895 0 0 0 22172 58 0 0 25 0 1 0 899550956 245321728 57280 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 59893 57280 711 1205 0 58684 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 239572

[startup+282.301 s]
/proc/loadavg: 2.00 1.71 1.48 3/528 5936
/proc/meminfo: memFree=24782040/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=241636 CPUtime=282.3 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 62385 0 0 0 28157 73 0 0 25 0 1 0 899550956 247435264 57770 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 60409 57770 711 1205 0 59200 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 241636

[startup+342.3 s]
/proc/loadavg: 2.00 1.76 1.51 3/528 5937
/proc/meminfo: memFree=24781824/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=241636 CPUtime=342.3 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 62385 0 0 0 34143 87 0 0 25 0 1 0 899550956 247435264 57770 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 60409 57770 711 1205 0 59200 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 241636

[startup+402.301 s]
/proc/loadavg: 2.00 1.80 1.54 3/528 5939
/proc/meminfo: memFree=24781616/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=241636 CPUtime=402.3 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 62385 0 0 0 40125 105 0 0 25 0 1 0 899550956 247435264 57770 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 60409 57770 711 1205 0 59200 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 241636

[startup+462.3 s]
/proc/loadavg: 2.16 1.87 1.57 3/528 5941
/proc/meminfo: memFree=24802596/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=462.3 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 62845 0 0 0 46108 122 0 0 25 0 1 0 899550956 224120832 52246 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52246 711 1205 0 53508 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 218868

[startup+522.301 s]
/proc/loadavg: 2.20 1.92 1.61 3/528 5942
/proc/meminfo: memFree=24802896/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=522.3 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 62846 0 0 0 52089 141 0 0 25 0 1 0 899550956 224120832 52247 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52247 711 1205 0 53508 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 218868

[startup+582.3 s]
/proc/loadavg: 2.07 1.93 1.63 3/528 5944
/proc/meminfo: memFree=24802920/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=582.3 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68848 0 0 0 58076 154 0 0 25 0 1 0 899550956 224120832 52247 33554432000 4194304 9128323 140736755597296 18446744073709551615 7191192 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52247 711 1205 0 53508 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 218868

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.01 1.99 1.72 3/528 5953
/proc/meminfo: memFree=24802396/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=822.31 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68851 0 0 0 82020 211 0 0 25 0 1 0 899550956 224120832 52250 33554432000 4194304 9128323 140736755597296 18446744073709551615 7162951 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52250 711 1205 0 53508 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 218868

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 1.73 3/528 5955
/proc/meminfo: memFree=24801460/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=882.31 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68851 0 0 0 88006 225 0 0 25 0 1 0 899550956 224120832 52250 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52250 711 1205 0 53508 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 218868

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.75 3/528 5956
/proc/meminfo: memFree=24802388/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=942.32 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68851 0 0 0 93991 241 0 0 25 0 1 0 899550956 224120832 52250 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52250 711 1205 0 53508 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 218868

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/528 5958
/proc/meminfo: memFree=24801696/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1002.31 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68851 0 0 0 99978 253 0 0 25 0 1 0 899550956 224120832 52250 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52250 711 1205 0 53508 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 218868

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/528 5959
/proc/meminfo: memFree=24801748/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1062.31 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68852 0 0 0 105964 267 0 0 25 0 1 0 899550956 224120832 52251 33554432000 4194304 9128323 140736755597296 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52251 711 1205 0 53508 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 218868

[startup+1122.3 s]
/proc/loadavg: 2.04 2.00 1.79 3/528 5961
/proc/meminfo: memFree=24801536/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1122.32 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68852 0 0 0 111951 281 0 0 25 0 1 0 899550956 224120832 52251 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52251 711 1205 0 53508 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 218868

[startup+1182.3 s]
/proc/loadavg: 2.19 2.05 1.81 3/528 5963
/proc/meminfo: memFree=24799844/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1182.31 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68852 0 0 0 117935 296 0 0 25 0 1 0 899550956 224120832 52251 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286080 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52251 711 1205 0 53508 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 218868

[startup+1242.3 s]
/proc/loadavg: 2.14 2.05 1.83 3/528 5964
/proc/meminfo: memFree=24799900/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1242.32 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68852 0 0 0 123924 308 0 0 25 0 1 0 899550956 224120832 52251 33554432000 4194304 9128323 140736755597296 18446744073709551615 7162933 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52251 711 1205 0 53508 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 218868

[startup+1302.3 s]
/proc/loadavg: 2.05 2.04 1.83 3/528 5966
/proc/meminfo: memFree=24801188/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1302.33 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68852 0 0 0 129913 320 0 0 25 0 1 0 899550956 224120832 52251 33554432000 4194304 9128323 140736755597296 18446744073709551615 7342763 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52251 711 1205 0 53508 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 218868

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 1.84 3/528 5968
/proc/meminfo: memFree=24800500/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1362.32 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68855 0 0 0 135899 333 0 0 25 0 1 0 899550956 224120832 52254 33554432000 4194304 9128323 140736755597296 18446744073709551615 4683760 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52254 711 1205 0 53508 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 218868

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 1.85 3/528 5969
/proc/meminfo: memFree=24800804/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=218868 CPUtime=1422.34 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 68855 0 0 0 141888 346 0 0 25 0 1 0 899550956 224120832 52254 33554432000 4194304 9128323 140736755597296 18446744073709551615 7267340 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 54717 52254 711 1205 0 53508 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 218868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.85 3/528 5971
/proc/meminfo: memFree=24789040/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=230764 CPUtime=1482.33 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 77479 0 0 0 147871 362 0 0 25 0 1 0 899550956 236302336 55228 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 57691 55228 711 1205 0 56482 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 230764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/528 5972
/proc/meminfo: memFree=24789316/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=230764 CPUtime=1542.33 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 77480 0 0 0 153856 377 0 0 25 0 1 0 899550956 236302336 55229 33554432000 4194304 9128323 140736755597296 18446744073709551615 7162943 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 57691 55229 711 1205 0 56482 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 230764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/528 5974
/proc/meminfo: memFree=24789236/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=230764 CPUtime=1602.33 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 77480 0 0 0 159843 390 0 0 25 0 1 0 899550956 236302336 55229 33554432000 4194304 9128323 140736755597296 18446744073709551615 7267366 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 57691 55229 711 1205 0 56482 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 230764

[startup+1662.3 s]
/proc/loadavg: 2.10 2.03 1.88 3/528 5976
/proc/meminfo: memFree=24788544/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=230764 CPUtime=1662.33 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 77480 0 0 0 165829 404 0 0 25 0 1 0 899550956 236302336 55229 33554432000 4194304 9128323 140736755597296 18446744073709551615 7286080 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 57691 55229 711 1205 0 56482 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 230764

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 1.89 3/528 5977
/proc/meminfo: memFree=24788976/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=230764 CPUtime=1722.33 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 77480 0 0 0 171816 417 0 0 25 0 1 0 899550956 236302336 55229 33554432000 4194304 9128323 140736755597296 18446744073709551615 7267336 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 57691 55229 711 1205 0 56482 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 230764

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 1.91 3/528 6007
/proc/meminfo: memFree=24784652/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=230764 CPUtime=1782.33 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 77483 0 0 0 177803 430 0 0 25 0 1 0 899550956 236302336 55232 33554432000 4194304 9128323 140736755597296 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5927/statm: 57691 55232 711 1205 0 56482 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 230764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.21 2.08 1.92 3/528 6007
/proc/meminfo: memFree=24784552/32951124 swapFree=56241860/67111528
[pid=5927] ppid=5925 vsize=230764 CPUtime=1800.04 cores=0,2,4,6
/proc/5927/stat : 5927 (scip-2.0.1.4.li) R 5925 5927 5807 0 -1 4202496 77483 0 0 0 179570 434 0 0 25 0 1 0 899550956 236302336 55232 33554432000 4194304 9128323 140736755597296 18446744073709551615 4683834 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5927/statm: 57691 55232 711 1205 0 56482 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 230764

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1795.72
CPU system time (s): 4.35634
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 253864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.72
system time used= 4.35634
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2874

runsolver used 10.1015 second user time and 21.0538 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 11:26:43
IDJOB=3452727
IDBENCH=2850
IDSOLVER=1949
FILE ID=node119/3452727-1307093203
RUNJOBID= node119-1307093144-5825
PBS_JOBID= 13497988
Free space on /tmp= 73616 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-saucier.r.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452727-1307093203/watcher-3452727-1307093203 -o /tmp/evaluation-result-3452727-1307093203/solver-3452727-1307093203 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452727-1307093203.opb -t 1800 -m 15500

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

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=642549845

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
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.815
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:     32951124 kB
MemFree:      25014320 kB
Buffers:        179100 kB
Cached:         552904 kB
SwapCached:      59076 kB
Active:         691700 kB
Inactive:      6949228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25014320 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           24620 kB
Writeback:           0 kB
AnonPages:     6853124 kB
Mapped:          36368 kB
Slab:           147408 kB
PageTables:      79356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163895784 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= 73604 MiB
End job on node119 at 2011-06-03 11:56:45