Trace number 3451067

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 E SCIP 2.0.1.4b 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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3451067-1307092928.opb>
0.29/0.37	c original problem has 6207 variables (6207 bin, 0 int, 0 impl, 0 cont) and 171 constraints
0.29/0.37	c problem read
0.29/0.38	c presolving settings loaded
0.48/0.51	o 6207
0.48/0.51	c feasible solution found by trivial heuristic, objective value  6.207000e+03
0.48/0.51	c presolving:
0.68/0.71	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.68/0.78	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.68/0.79	c    (0.8s) probing: 101/6206 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.68/0.79	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.68/0.79	c presolving (3 rounds):
0.68/0.79	c  1 deleted vars, 55 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
0.68/0.79	c  2 implications, 0 cliques
0.68/0.79	c presolved problem has 6206 variables (6206 bin, 0 int, 0 impl, 0 cont) and 116 constraints
0.68/0.79	c       1 constraints of type <setppc>
0.68/0.79	c     115 constraints of type <logicor>
0.68/0.79	c transformed objective value is always integral (scale: 1)
0.68/0.79	c Presolving Time: 0.31
0.68/0.79	c - non default parameters ----------------------------------------------------------------------
0.68/0.79	c # SCIP version 2.0.1.5
0.68/0.79	c 
0.68/0.79	c # frequency for displaying node information lines
0.68/0.79	c # [type: int, range: [-1,2147483647], default: 100]
0.68/0.79	c display/freq = 10000
0.68/0.79	c 
0.68/0.79	c # maximal time in seconds to run
0.68/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.68/0.79	c limits/time = 1800
0.68/0.79	c 
0.68/0.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.68/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.68/0.79	c limits/memory = 13950
0.68/0.79	c 
0.68/0.79	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.68/0.79	c # [type: int, range: [1,2], default: 1]
0.68/0.79	c timing/clocktype = 2
0.68/0.79	c 
0.68/0.79	c # belongs reading time to solving time?
0.68/0.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.68/0.79	c timing/reading = TRUE
0.68/0.79	c 
0.68/0.79	c # should presolving try to simplify inequalities
0.68/0.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.68/0.79	c constraints/linear/simplifyinequalities = TRUE
0.68/0.79	c 
0.68/0.79	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.68/0.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.68/0.79	c constraints/indicator/addCouplingCons = TRUE
0.68/0.79	c 
0.68/0.79	c # should presolving try to simplify knapsacks
0.68/0.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.68/0.79	c constraints/knapsack/simplifyinequalities = TRUE
0.68/0.79	c 
0.68/0.79	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.68/0.79	c # [type: int, range: [-1,2147483647], default: -1]
0.68/0.79	c separating/rapidlearning/freq = 0
0.68/0.79	c 
0.68/0.79	c -----------------------------------------------------------------------------------------------
0.68/0.79	c start solving
0.68/0.79	c 
0.79/0.80	o 6206
0.79/0.80	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.80	c t 0.8s|     1 |     0 |     0 |     - |  33M|   0 |   - |6206 | 116 |   0 |   0 |   0 |   0 |   0 |      --      | 6.206000e+03 |    Inf 
0.89/0.90	o 13
0.89/0.90	c b 0.9s|     1 |     0 |     0 |     - |  51M|   0 |   - |6206 | 116 |6206 | 116 |   0 |   0 |   0 |      --      | 1.300000e+01 |    Inf 
0.89/1.01	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.43	o 12
1.39/1.43	c z 1.4s|     1 |     0 |   196 |     - |  52M|   0 |  50 |6206 | 116 |6206 | 116 |   0 |   0 |   0 | 5.000000e+00 | 1.200000e+01 | 140.00%
1.79/1.88	o 7
1.79/1.88	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.89/11.92	c  11.9s|     1 |     2 |   196 |     - |  52M|   0 |  50 |6206 | 116 |6206 | 116 |   0 |   0 |  39 | 5.000000e+00 | 7.000000e+00 |  40.00%
103.00/103.06	o 7
103.00/103.06	c z 103s|   396 |   267 | 39728 | 100.1 |  62M| 259 |  15 |6206 | 116 |6206 | 116 |   0 |   0 | 658 | 5.000000e+00 | 7.000000e+00 |  40.00%
103.09/103.10	o 7
103.09/103.10	c z 103s|   402 |   267 | 39772 |  98.7 |  62M| 259 |  10 |6206 | 116 |6206 | 116 |   0 |   0 | 658 | 5.000000e+00 | 7.000000e+00 |  40.00%
103.41/103.43	o 7
103.41/103.43	c s 103s|   442 |   265 | 40120 |  90.5 |  62M| 259 |  16 |6206 | 116 |6206 | 116 |   0 |   0 | 673 | 5.000000e+00 | 7.000000e+00 |  40.00%
1800.05/1800.02	c 
1800.05/1800.02	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.02	c Solving Time (sec) : 1800.00
1800.05/1800.02	c Solving Nodes      : 6875
1800.05/1800.02	c Primal Bound       : +6.99999999999999e+00 (633 solutions)
1800.05/1800.02	c Dual Bound         : +5.00000000000000e+00
1800.05/1800.02	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-3451067-1307092928/watcher-3451067-1307092928 -o /tmp/evaluation-result-3451067-1307092928/solver-3451067-1307092928 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451067-1307092928.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 29890
/proc/meminfo: memFree=16646248/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=17680 CPUtime=0 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 3410 0 0 0 0 0 0 0 25 0 1 0 801708969 18104320 3362 33554432000 4194304 9163163 140734489031776 18446744073709551615 6167874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29890/statm: 4420 3362 389 1214 0 3202 0

[startup+0.0708329 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 29890
/proc/meminfo: memFree=16646248/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=19192 CPUtime=0.06 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 3719 0 0 0 6 0 0 0 25 0 1 0 801708969 19652608 3671 33554432000 4194304 9163163 140734489031776 18446744073709551615 8045625 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29890/statm: 4798 3671 395 1214 0 3580 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19192

[startup+0.100827 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 29890
/proc/meminfo: memFree=16646248/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=20336 CPUtime=0.08 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 3901 0 0 0 8 0 0 0 25 0 1 0 801708969 20824064 3853 33554432000 4194304 9163163 140734489031776 18446744073709551615 7481008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29890/statm: 5084 3853 395 1214 0 3866 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20336

[startup+0.300792 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 29890
/proc/meminfo: memFree=16646248/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=27196 CPUtime=0.29 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 5091 0 0 0 28 1 0 0 25 0 1 0 801708969 27848704 5043 33554432000 4194304 9163163 140734489031776 18446744073709551615 7985272 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29890/statm: 6799 5043 395 1214 0 5581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27196

[startup+0.700722 s]
/proc/loadavg: 2.00 2.01 2.00 3/511 29890
/proc/meminfo: memFree=16646248/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=106508 CPUtime=0.68 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 24332 0 0 0 66 2 0 0 25 0 1 0 801708969 109064192 24026 33554432000 4194304 9163163 140734489031776 18446744073709551615 6923097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 26627 24026 507 1214 0 25409 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 106508

[startup+1.50058 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29891
/proc/meminfo: memFree=16501904/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=219780 CPUtime=1.49 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 57303 0 0 0 143 6 0 0 25 0 1 0 801708969 225054720 50771 33554432000 4194304 9163163 140734489031776 18446744073709551615 6919012 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 54945 50771 703 1214 0 53727 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 219780

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29891
/proc/meminfo: memFree=16435592/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=226460 CPUtime=3.09 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 59468 0 0 0 299 10 0 0 25 0 1 0 801708969 231895040 52936 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 56615 52936 710 1214 0 55397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 226460

[startup+6.30073 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29891
/proc/meminfo: memFree=16434732/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=226460 CPUtime=6.29 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 59468 0 0 0 616 13 0 0 25 0 1 0 801708969 231895040 52936 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 56615 52936 710 1214 0 55397 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226460

[startup+12.7006 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29892
/proc/meminfo: memFree=16433796/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=226460 CPUtime=12.69 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 59468 0 0 0 1250 19 0 0 25 0 1 0 801708969 231895040 52936 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 56615 52936 710 1214 0 55397 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 226460

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29892
/proc/meminfo: memFree=16434452/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=226460 CPUtime=25.49 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 59468 0 0 0 2522 27 0 0 25 0 1 0 801708969 231895040 52936 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 56615 52936 710 1214 0 55397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 226460

[startup+51.1009 s]
/proc/loadavg: 2.08 2.02 2.01 3/512 29920
/proc/meminfo: memFree=16590336/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=226460 CPUtime=51.09 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 59468 0 0 0 5063 46 0 0 25 0 1 0 801708969 231895040 52936 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 56615 52936 710 1214 0 55397 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 226460

[startup+102.32 s]
/proc/loadavg: 2.03 2.02 2.00 3/512 30488
/proc/meminfo: memFree=16565832/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=231484 CPUtime=102.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 60932 0 0 0 10147 84 0 0 25 0 1 0 801708969 237039616 54400 33554432000 4194304 9163163 140734489031776 18446744073709551615 7300304 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 57871 54400 710 1214 0 56653 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 231484

[startup+162.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/512 30490
/proc/meminfo: memFree=16553404/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=232208 CPUtime=162.29 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 61431 0 0 0 16093 136 0 0 25 0 1 0 801708969 237780992 54899 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 58052 54899 710 1214 0 56834 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 232208

[startup+222.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/512 30494
/proc/meminfo: memFree=16531544/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=232208 CPUtime=222.29 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 61431 0 0 0 22051 178 0 0 25 0 1 0 801708969 237780992 54899 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 58052 54899 710 1214 0 56834 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 232208

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 30496
/proc/meminfo: memFree=16511128/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=232208 CPUtime=282.3 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 61431 0 0 0 28003 227 0 0 25 0 1 0 801708969 237780992 54899 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 58052 54899 710 1214 0 56834 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 232208

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30497
/proc/meminfo: memFree=16486404/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=235028 CPUtime=342.3 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 61899 0 0 0 33960 270 0 0 25 0 1 0 801708969 240668672 55367 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 58757 55367 710 1214 0 57539 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 235028

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30499
/proc/meminfo: memFree=16470496/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=235028 CPUtime=402.3 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 61899 0 0 0 39901 329 0 0 25 0 1 0 801708969 240668672 55367 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 58757 55367 710 1214 0 57539 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 235028

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 30501
/proc/meminfo: memFree=16450348/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=235028 CPUtime=462.3 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 61903 0 0 0 45839 391 0 0 25 0 1 0 801708969 240668672 55371 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 58757 55371 710 1214 0 57539 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 235028

[startup+522.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/512 30502
/proc/meminfo: memFree=16426736/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=235028 CPUtime=522.3 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 61904 0 0 0 51776 454 0 0 25 0 1 0 801708969 240668672 55372 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 58757 55372 710 1214 0 57539 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 235028

[startup+582.301 s]
/proc/loadavg: 2.06 2.04 2.01 3/512 30504
/proc/meminfo: memFree=16433368/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=582.3 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 63285 0 0 0 57733 497 0 0 25 0 1 0 801708969 216899584 49927 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49927 710 1214 0 51736 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 211816

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/512 30510
/proc/meminfo: memFree=16388772/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=822.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70063 0 0 0 81546 685 0 0 25 0 1 0 801708969 216899584 49927 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49927 710 1214 0 51736 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 211816

[startup+882.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30512
/proc/meminfo: memFree=16383768/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=882.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70066 0 0 0 87508 723 0 0 25 0 1 0 801708969 216899584 49930 33554432000 4194304 9163163 140734489031776 18446744073709551615 4684048 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49930 710 1214 0 51736 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 211816

[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 30513
/proc/meminfo: memFree=16381260/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=942.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70066 0 0 0 93463 768 0 0 25 0 1 0 801708969 216899584 49930 33554432000 4194304 9163163 140734489031776 18446744073709551615 7195872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49930 710 1214 0 51736 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 211816

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30515
/proc/meminfo: memFree=16380340/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1002.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70066 0 0 0 99423 808 0 0 25 0 1 0 801708969 216899584 49930 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49930 710 1214 0 51736 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 211816

[startup+1062.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/512 30517
/proc/meminfo: memFree=16380292/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1062.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70066 0 0 0 105373 858 0 0 25 0 1 0 801708969 216899584 49930 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49930 710 1214 0 51736 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 211816

[startup+1122.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/512 30518
/proc/meminfo: memFree=16380464/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1122.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70067 0 0 0 111337 894 0 0 25 0 1 0 801708969 216899584 49931 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49931 710 1214 0 51736 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 211816

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 30520
/proc/meminfo: memFree=16380676/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1182.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70067 0 0 0 117290 941 0 0 25 0 1 0 801708969 216899584 49931 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49931 710 1214 0 51736 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 211816

[startup+1242.3 s]
/proc/loadavg: 2.17 2.05 2.01 2/506 30538
/proc/meminfo: memFree=16632836/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1242.31 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70067 0 0 0 123254 977 0 0 25 0 1 0 801708969 216899584 49931 33554432000 4194304 9163163 140734489031776 18446744073709551615 7300304 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49931 710 1214 0 51736 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 211816

[startup+1302.3 s]
/proc/loadavg: 1.43 1.86 1.95 2/506 30540
/proc/meminfo: memFree=16632392/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1302.34 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70067 0 0 0 129208 1026 0 0 25 0 1 0 801708969 216899584 49931 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49931 710 1214 0 51736 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 211816

[startup+1362.3 s]
/proc/loadavg: 1.16 1.70 1.88 2/506 30542
/proc/meminfo: memFree=16632732/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1362.32 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70070 0 0 0 135159 1073 0 0 25 0 1 0 801708969 216899584 49934 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49934 710 1214 0 51736 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 211816

[startup+1422.32 s]
/proc/loadavg: 1.06 1.57 1.82 2/506 30543
/proc/meminfo: memFree=16632680/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1422.34 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70070 0 0 0 141118 1116 0 0 25 0 1 0 801708969 216899584 49934 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49934 710 1214 0 51736 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 211816

[startup+1482.3 s]
/proc/loadavg: 1.02 1.46 1.77 2/506 30545
/proc/meminfo: memFree=16633000/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1482.32 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70070 0 0 0 147067 1165 0 0 25 0 1 0 801708969 216899584 49934 33554432000 4194304 9163163 140734489031776 18446744073709551615 7115956 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49934 710 1214 0 51736 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 211816

[startup+1542.3 s]
/proc/loadavg: 1.00 1.38 1.72 2/506 30546
/proc/meminfo: memFree=16633084/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1542.33 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70070 0 0 0 153008 1225 0 0 25 0 1 0 801708969 216899584 49934 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49934 710 1214 0 51736 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 211816

[startup+1602.3 s]
/proc/loadavg: 1.15 1.34 1.68 2/506 30548
/proc/meminfo: memFree=16633156/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1602.33 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 70071 0 0 0 158965 1268 0 0 25 0 1 0 801708969 216899584 49935 33554432000 4194304 9163163 140734489031776 18446744073709551615 7300280 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49935 710 1214 0 51736 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 211816

[startup+1662.3 s]
/proc/loadavg: 1.12 1.29 1.64 2/506 30550
/proc/meminfo: memFree=16632872/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1662.32 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 79875 0 0 0 164906 1326 0 0 25 0 1 0 801708969 216899584 49945 33554432000 4194304 9163163 140734489031776 18446744073709551615 7319039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49945 710 1214 0 51736 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 211816

[startup+1722.3 s]
/proc/loadavg: 1.04 1.23 1.60 2/506 30551
/proc/meminfo: memFree=16632816/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1722.33 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 79875 0 0 0 170861 1372 0 0 25 0 1 0 801708969 216899584 49945 33554432000 4194304 9163163 140734489031776 18446744073709551615 7300280 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49945 710 1214 0 51736 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 211816

[startup+1782.3 s]
/proc/loadavg: 1.01 1.19 1.56 2/506 30553
/proc/meminfo: memFree=16632636/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1782.33 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 79878 0 0 0 176821 1412 0 0 25 0 1 0 801708969 216899584 49948 33554432000 4194304 9163163 140734489031776 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49948 710 1214 0 51736 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 211816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.01 1.18 1.54 2/506 30553
/proc/meminfo: memFree=16632988/32951124 swapFree=67111204/67111528
[pid=29890] ppid=29888 vsize=211816 CPUtime=1800.05 cores=1,3,5,7
/proc/29890/stat : 29890 (scip-2.0.1.4b.l) R 29888 29890 22279 0 -1 4202496 79878 0 0 0 178578 1427 0 0 25 0 1 0 801708969 216899584 49948 33554432000 4194304 9163163 140734489031776 18446744073709551615 4693093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29890/statm: 52954 49948 710 1214 0 51736 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 211816

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): 1785.78
CPU system time (s): 14.2848
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 253356

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

runsolver used 8.63669 second user time and 21.4607 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-03 11:22:08
IDJOB=3451067
IDBENCH=2850
IDSOLVER=1948
FILE ID=node144/3451067-1307092928
RUNJOBID= node144-1307089311-29030
PBS_JOBID= 13497842
Free space on /tmp= 73876 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b 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.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451067-1307092928/watcher-3451067-1307092928 -o /tmp/evaluation-result-3451067-1307092928/solver-3451067-1307092928 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451067-1307092928.opb -t 1800 -m 15500

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

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=2048542940

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16646528 kB
Buffers:        275416 kB
Cached:         416996 kB
SwapCached:        140 kB
Active:       15662372 kB
Inactive:       366108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16646528 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:           31116 kB
Writeback:           0 kB
AnonPages:    15335356 kB
Mapped:          45348 kB
Slab:           137100 kB
PageTables:      69640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157940912 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= 73880 MiB
End job on node144 at 2011-06-03 11:52:10